Skip to content

Commit

Permalink
DOC: Document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Aoun committed Dec 21, 2023
1 parent c2d3da9 commit 4a97ca3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/source/references/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ Release history
* [maint] Update architecture to have a `src/` and a `tests/` directory at root level
* [maint] Migrate build toolchain from setuptools to flit
* [maint] Remove version number from `constants` module as it was causing the build process to import icclim.
The version number is now statically set in src/icclim/__init__.py
The version number is now statically set in src/icclim/__init__.py
* [maint] Lint code using the more restrictive rules from ruff
* [fix] Force xarray to read dataset sequentially to avoid a netcdf-c threading issue causing seg faults.

* [fix] Force xarray to read dataset sequentially to avoid a netcdf-c threading issue causing seg faults.
* [enh] Add `publish-to-pypi.yml` github action to automatically build and publish icclim to pypi.
This action is triggered by a github release being published.
This action requires a manual approval on github.

6.5.0
-----
Expand Down

0 comments on commit 4a97ca3

Please sign in to comment.