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 whats_new.rst for 1.8.20 release. #1685

Merged
merged 1 commit into from
Dec 9, 2024
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
8 changes: 7 additions & 1 deletion docs/about/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ What's New

v1.8.next
=========

v1.8.20 (9th December 2024)
===========================
- Update docker image and CI (:pull:`1624`, :pull:`1625`, :pull:`1626`, :pull:`1639`, :pull:`1641`, :pull:`1642`)
- Update Slack links to Discord (:pull:`1620`)
- Automatic updates of upstream library/image versions (:pull:`1629`, :pull:`1644`, :pull:`1653`, :pull:`1660`)
- Don't error when adding a dataset whose product doesn't have an id value (:pull:`1630`)
- Update docs (:pull:`1631`,:pull:`1651`)
- Update docker image and CI (multiple PRs)
- Pin out bad versions of dask (:pull:`1663`)
- Ensure correct boundary scalar precision with numpy 2 (:pull:`1673`)
- Add more string representations of nan (:pull:`1678`)
- Update whats_new.rst for 1.8.20 release (:pull:`1685`)

v1.8.19 (2nd July 2024)
=======================
Expand Down
Loading