Skip to content

Commit

Permalink
For release 1.8.11 (#1398)
Browse files Browse the repository at this point in the history
* Update conda-environment.yml to match setup.py

* Update whats_new.rst ready for 1.8.11 release.

* Conda baulking on shapely>=2.0   Trying shapely>=2.0.0

* ci(fix): conda build

---------

Co-authored-by: Damien Ayers <damien@omad.net>
  • Loading branch information
SpacemanPaul and omad committed Feb 6, 2023
1 parent 42e2726 commit 46f769f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-conda-build.yml
Expand Up @@ -35,7 +35,6 @@ jobs:
environment-file: conda-environment.yml
auto-update-conda: true
python-version: ${{ matrix.python-version}}
use-only-tar-bz2: true # Used for cache

- name: Bash
shell: bash -l {0}
Expand Down
7 changes: 4 additions & 3 deletions conda-environment.yml
Expand Up @@ -13,14 +13,15 @@ dependencies:
- sphinx-click
- click
- affine
- attrs >=18.1
- botocore
- boto3
- cachetools
- click
- click>=5.0
- cloudpickle >=0.4.0
- dask
- pyproj
- shapely
- pyproj >=2.5
- shapely >=2.0
- jsonschema
- lark
- netcdf4
Expand Down
6 changes: 6 additions & 0 deletions docs/about/whats_new.rst
Expand Up @@ -8,11 +8,17 @@ What's New
v1.8.next
=========


v1.8.11 (6 February 2023)
=========================

- Simplify Github actions (:pull:`1393`)
- Update conda create environment README (:pull:`1394`)
- Update conda environment file and add notes to release process to ensure pip and conda
dependencies are in sync and up-to-date. (:pull:`1395`)
- Update docker constraints (:pull:`1396`)
- Compatible with the changes w.r.t. `MultiIndex` and `coord/dims` introduced since `xarray>2022.3.0` (:pull:`1397`)
- Final sync of conda/pip dependencies and release notes. (:pull:`1398`)


v1.8.10 (30 January 2023)
Expand Down

0 comments on commit 46f769f

Please sign in to comment.