Skip to content

Commit

Permalink
Merge pull request NCAR#159 from kafitzgerald/issue98
Browse files Browse the repository at this point in the history
Remove unnecessary Xarray version pin
  • Loading branch information
kafitzgerald authored Sep 27, 2023
2 parents 739bb46 + 1966e31 commit 03925e8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_envs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build_envs/upstream-dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -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.
Expand Down

0 comments on commit 03925e8

Please sign in to comment.