Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update geocat-viz requirement from <=2023.10.0 to <=2024.2.1 #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2024

Updates the requirements on geocat-viz to permit the latest version.

Changelog

Sourced from geocat-viz's changelog.

.. currentmodule:: geocat.viz

.. _release:

Release Notes

v2024.02.1 (February 28, 2024)

This release changes to implicit namespace packaging and addresses a bug in the Taylor diagram functionality when disabling annotate_on.

Bug Fixes ^^^^^^^^^

  • Fix Taylor diagram issue when disabling annotate_on by Simon Rosanka_ in (:pr:207)

Internal Changes ^^^^^^^^^^^^^^^^

  • Switch to PyPI Trusted Publishing by Orhan Eroglu_ in (:pr:208)
  • Add linkcheck_ignore to docs/conf.py to address erroneous failures and add CI badge to README by Katelyn FitzGerald_ in (:pr:218)
  • Convert to implicit namespace packaging set up by Anissa Zacharias_ in (:pr:220)

v2024.02.0 (February 6, 2024)

This release adds a new subtitle functionality to set_titles_and_labels and includes a number of new usage examples and documentation updates. It also adds support for Python 3.12 and removes a matplotlib version pin.

New Features ^^^^^^^^^^^^

  • Added subtitle functionality to set_titles_and_labels() by Julia Kent_ in (:pr:185)
  • Added Python 3.12 support and testing for Windows and M1 by Katelyn FitzGerald_ in (:pr:194)

Documentation ^^^^^^^^^^^^^

  • Invert y-axis in add_height_from_pressure_axis example by Katelyn FitzGerald_ in (:pr:173)
  • Additions to the examples gallery for set_titles_and_labels and set_axes_limits_and_ticks and updated thumbnail for plot_contour_labels by Katelyn FitzGerald_ in (:pr:181)
  • Remove reference to old ncar conda channel from installation docs by Katelyn FitzGerald_ in (:pr:190)
  • Additional examples published for the TaylorDiagram class and get_skewt_vars() function by Julia Kent_ in (:pr:186) and (:pr:188)
  • TaylorDiagram class docstring is clarified by Julia Kent_ in (:pr:182)
  • NSF NCAR branding updates by Katelyn FitzGerald_ in (:pr:191) and (:pr:192)

Bug Fixes ^^^^^^^^^

  • Remove matplotlib version pin by Katelyn FitzGerald_ in (:pr:177)
  • Fix extlinks for compatibility with Sphinx 6 by Katelyn FitzGerald_ in (:pr:180)

v2023.10.0 (October 3, 2023)

This release adds a Contributor's Guide and Code of Conduct, updates several dependency pins, and adds Python 3.11 support while removing Python 3.8.

... (truncated)

Commits
  • 01622cf Update release-notes.rst (#222)
  • 837c783 Update to implicit namespace package (#220)
  • 95a31de Configure link checker to ignore problematic sites and add a CI badge to the ...
  • b5dc8a4 Bump pre-commit/action from 3.0.0 to 3.0.1 (#214)
  • 48561e1 Fix Taylor diagram annotate_on issue (#207)
  • f5880be PypI Trusted Publishing (#208)
  • 3994cd3 Merge pull request #205 from anissa111/main
  • 54f5376 update release notes for v2024.02.0 release
  • 80d9ed1 Bump actions/checkout from 3 to 4 (#202)
  • 92c0219 Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.11 (#201)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 28, 2024
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.86%. Comparing base (f38e7f1) to head (87322d7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   89.86%   89.86%           
=======================================
  Files          39       39           
  Lines        2604     2604           
=======================================
  Hits         2340     2340           
  Misses        264      264           

Updates the requirements on [geocat-viz](https://github.com/NCAR/geocat-viz) to permit the latest version.
- [Release notes](https://github.com/NCAR/geocat-viz/releases)
- [Changelog](https://github.com/NCAR/geocat-viz/blob/main/docs/release-notes.rst)
- [Commits](NCAR/geocat-viz@v0.1...v2024.02.1)

---
updated-dependencies:
- dependency-name: geocat-viz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/geocat-viz-lte-2024.2.1 branch from 82eb164 to 87322d7 Compare March 3, 2024 02:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2024

Looks like geocat-viz is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Mar 3, 2024
@dependabot dependabot bot deleted the dependabot/pip/geocat-viz-lte-2024.2.1 branch March 3, 2024 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants