Skip to content

Commit

Permalink
Update dependencies and whats_new.rst for 1.8.12 release. (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Mar 6, 2023
1 parent 71e7297 commit 6cb67da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/constraints.in
Expand Up @@ -37,7 +37,7 @@ sphinx_autodoc_typehints
sphinx_rtd_theme
sqlalchemy<2.0
toolz
xarray>=0.18
xarray>=0.9

# Previous pins were to very old versions
# pytest Py3.10 requires >6.2.5
Expand Down
4 changes: 4 additions & 0 deletions docs/about/whats_new.rst
Expand Up @@ -8,12 +8,16 @@ What's New
v1.8.next
=========

v1.8.12 (7th March 2023)
========================

- Rename Geometry `type` attribute to `geom_type`, to align with Shapely 2.0 (:pull:`1402`)
- Remove some deprecated SQLAlchemy usages (:pull:`1403`, :pull:`1407`)
- Fix RTD docs build (:pull:`1399`)
- Minor Documentation fixes (:pull:`1409`, :pull:`1413`)
- Bug-fix and code cleanup in virtual products (:pull:`1410`)
- Reduce transaction isolation level to improve database write concurrency (:pull:`1414`)
- Update dependency versions and whats_new.rst for release (:pull:`1415`)


v1.8.11 (6 February 2023)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -106,7 +106,7 @@
'pyyaml',
'rasterio>=1.3.2', # Warping broken in 1.3.0 and 1.3.1
'ruamel.yaml',
'sqlalchemy>=1.4,<2.0', # GeoAlchemy2 requires >=1.4 postgres driver implementation is not 2.0 compatible.
'sqlalchemy>=1.4,<2.0', # GeoAlchemy2 requires >=1.4. SqlAlchemy2 *may* work but has not been tested yet.
'GeoAlchemy2',
'toolz',
'xarray>=0.9', # >0.9 fixes most problems with `crs` attributes being lost
Expand Down

0 comments on commit 6cb67da

Please sign in to comment.