Skip to content

Commit

Permalink
Merge branch 'topic/default/prepare-0.8.2' into 'branch/default'
Browse files Browse the repository at this point in the history
Prepare 0.8.2

See merge request fluiddyn/fluidsim!392
  • Loading branch information
paugier committed Aug 17, 2024
2 parents 4b2fa42 + 714e5c5 commit 5f543b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ See also the [unreleased changes].

% Security Security in case of vulnerabilities.

## [0.8.2] (2024-08-17)

- Compatibility with Python 3.12, Numpy 2.0 and mpi4py 4.0.
- Few bug fixes and small improvements.
- Installation methods with Apptainer and Guix.

## [0.8.1] (2024-02-12)

- Few fixes for Fluidfft 0.4.0
Expand Down Expand Up @@ -328,4 +334,5 @@ Merge with geofluidsim (Ashwin Vishnu Mohanan repository)
[0.7.4]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.7.3...0.7.4
[0.8.0]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.7.4...0.8.0
[0.8.1]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.0...0.8.1
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.1...branch%2Fdefault
[0.8.2]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.1...0.8.2
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.2...branch%2Fdefault
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = [
authors = [
{name = "pierre.augier", email = "[email protected]"},
]
version = '0.8.1'
version = '0.8.2'
requires-python = ">=3.9"
dependencies = [
"fluidsim-core>=0.8.1",
Expand Down

0 comments on commit 5f543b2

Please sign in to comment.