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

Remove unnecessary Xarray version pin #159

Merged
merged 3 commits into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ Thank you so much for your PR! To help us review your contribution, please
consider the following points:

- Fork this repository and open the PR from your fork. Do not directly work on
the NCAR/geocat-comp repository.
the NCAR/geocat-viz repository.

- The PR title should summarize the changes, for example "Create weighted pearson-r
correlation coefficient function". Avoid non-descriptive titles such as "Addresses
2 changes: 1 addition & 1 deletion build_envs/docs.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ dependencies:
- myst-nb
- nbsphinx
- sphinx-design
- xarray<=2023.02.0 #pin per issue https://github.com/NCAR/geocat-comp/issues/381
- xarray
- geocat-datafiles
- pip:
- -e ..
2 changes: 1 addition & 1 deletion build_envs/environment.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ dependencies:
- pip
- cmaps
- numpy
- xarray<=2023.02.0 #pin per issue https://github.com/NCAR/geocat-comp/issues/381
- xarray
- metpy
- pint
- geocat-datafiles
2 changes: 1 addition & 1 deletion build_envs/upstream-dev-environment.yml
Original file line number Diff line number Diff line change
@@ -30,6 +30,6 @@ dependencies:
- sphinx-design
- sphinx-book-theme
- wrf-python
- xarray<=2023.02.0 # pinned as per issue #98
- xarray
- pre-commit
- geocat-datafiles # for examples/tests
4 changes: 4 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -5,6 +5,10 @@
Release Notes
=============

Bug Fixes
^^^^^^^^^
* Xarray unpinned by `Katelyn Fitzgerald`_ in (:pr:`159`)

v2023.09.0 (September 7, 2023)
------------------------------
Bug fix in ``add_height_from_pressure_axis()`` and added example documentation.