Skip to content

Commit

Permalink
Update whats_new.rst ready for 1.9.0-rc6 pre-release. (#1598)
Browse files Browse the repository at this point in the history
* Update whats_new.rst ready for 1.9.0-rc6 pre-release.

* Windows conda smoke test is failing - maybe this will help?

* Lintage.

* Pin broken conda package to rescue Windows smoke tests?

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
SpacemanPaul and pre-commit-ci[bot] authored Jun 17, 2024
1 parent 7bda871 commit 6d802b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conda-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ dependencies:
- pyproj >=2.5
- shapely >=2.0
- jsonschema >=4.18
- gdal
- lark
- netcdf4
- numpy
- odc-geo
- pandas
- psycopg2
- python-dateutil
Expand All @@ -38,3 +40,4 @@ dependencies:
- xarray >=0.9
- toolz
- odc-geo
- minizip ==4.0.6
11 changes: 11 additions & 0 deletions docs/about/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ What's New
v1.9.next
=========

v1.9.0-rc6 (17th June 2024)
===========================

Bugfix pre-release.

The 1.9.0 branch will remain in pre-release until we have working 1.9-compatible versions of the following
key ODC packages: `datacube-explorer`, `datacube-ows`, `eodatasets`, and `odc-apps-dc-tools`.
Work on migrating these packages is underway, and this pre-release addresses issues identified in
the course of that work.

- Update whats_new.rst and dropped nominal support for Windows, ready for 1.9.0-rc6 release. (:pull:`1598`)
- Fix multi-threading race condition in config API. (:pull:`1596`)
- Move alembic.ini to a location where it will get installed by pip (without -e). (:pull:`1597`)

Expand Down

0 comments on commit 6d802b8

Please sign in to comment.