Skip to content

Commit

Permalink
Merge pull request #268 from snek5000/prepare0.9.0
Browse files Browse the repository at this point in the history
Prepare 0.9.0
  • Loading branch information
paugier committed Jan 11, 2023
2 parents 64b040b + ff2fc01 commit 4731fe4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Security in case of vulnerabilities.

## [Unreleased]

## [0.9.0rc3]
## [0.9.0] - 2023-01-11

### Added

Expand Down Expand Up @@ -377,6 +377,6 @@ lists are a very incomplete lists of the additions, changes and deprecations.
[0.6.1b0]: https://github.com/snek5000/snek5000/compare/0.6.0b0...0.6.1b0
[0.7.0b0]: https://github.com/snek5000/snek5000/compare/0.6.1b0...0.7.0b0
[0.8.0]: https://github.com/snek5000/snek5000/compare/0.7.0b0...0.8.0
[0.9.0rc3]: https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0rc3
[0.9.0]: https://github.com/snek5000/snek5000/compare/0.8.0...0.9.0
[@paugier]: https://github.com/paugier
[unreleased]: https://github.com/snek5000/snek5000/compare/0.8.0...HEAD
[unreleased]: https://github.com/snek5000/snek5000/compare/0.9.0...HEAD
3 changes: 2 additions & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ authors:
given-names: Pierre
orcid: https://orcid.org/0000-0001-9481-4459

version: 0.9.0
date-released: 2023-01-11
doi: 10.5281/zenodo.7399621
date-released: 2022-12-06
license: BSD-3-Clause
repository-code: "https://github.com/snek5000/snek5000"
4 changes: 2 additions & 2 deletions docs/examples/snek5000-canonical/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = snek5000_canonical
version = 0.0.1
version = 0.0.2
description = My Nek5000 user files
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -12,7 +12,7 @@ package_dir=
=src
packages=find:
install_requires =
snek5000
snek5000 >= 0.9.0rc3

[options.entry_points]
snek5000.solvers =
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/snek5000-tgv/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = snek5000-tgv
version = 0.1.0
version = 0.2.0
description = Taylor-Green vortex
long_description = file: README.md
long_description_content_type = text/markdown
Expand All @@ -12,7 +12,7 @@ package_dir=
=src
packages=find:
install_requires =
snek5000 >= 0.8.0rc1
snek5000 >= 0.9.0rc3

[options.entry_points]
snek5000.solvers =
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Welcome to *Snek5000*'s documentation!
======================================

Snek5000 is a Python package and a thin interface over Nek5000_. It provides a
framework to organize parameters and launch multiple simulations. Snek5000's
internals rely on FluidSim's core_ to build its API.
framework to (i) organize parameters, (ii) launch/restart multiple simulations
and (iii) load simulations to read the associated parameters/data and produce
nice figures/movies.

.. raw:: html

Expand Down
2 changes: 1 addition & 1 deletion docs/tuto_phill_setup.myst.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ One can also print only one section:
print(params.nek.general)
```

of alternatively, with the method `_print_as_code` (useful for copy-pasting):
or alternatively, with the method `_print_as_code` (useful for copy-pasting):

```{code-cell}
params.nek.general._print_as_code()
Expand Down

0 comments on commit 4731fe4

Please sign in to comment.