Skip to content

Commit

Permalink
add to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
anissa111 committed Jan 2, 2024
1 parent 1c9c605 commit 38b3b82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ci/install-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ conda list

# if available install from nightly wheels
python -m pip install \
-i https://pypi.anaconda.org/scipy-wheels-nightly/simple \
-i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
--no-deps \
--pre \
--upgrade \
numpy \
pandas \
scipy
scipy \
xarray

# install rest from source
python -m pip install \
Expand All @@ -34,5 +35,4 @@ python -m pip install \
git+https://github.com/dask/distributed.git \
git+https://github.com/Unidata/MetPy.git \
git+https://github.com/hgrecco/pint.git \
git+https://github.com/pydata/xarray.git \
git+https://github.com/xarray-contrib/xskillscore.git
4 changes: 3 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Release Notes
=============

v2024.01.0 (Unreleased)
v2024.02.0 (Unreleased)
-----------------------

Internal Changes
Expand All @@ -15,6 +15,8 @@ Internal Changes
* Switch to PyPI Trusted Publishing by `Anissa Zacharias`_ in (:pr:`534`)
* Add retry actions to CI by `Anissa Zacharias`_ in (:pr:`532`)
* Improves/standardizes release tests and adds PyPI release testing by `Anissa Zacharias`_ in (:pr:`531`)
* Updates upstream dev workflow to use `scientific-python-nightly-wheels <https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/>`__
by `Anissa Zacharias`_ in (:pr:`537`)

v2023.12.0 (December 5, 2023)
-----------------------------
Expand Down

0 comments on commit 38b3b82

Please sign in to comment.