Skip to content

Commit

Permalink
Update CHANGES.rst for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Sep 5, 2022
1 parent f2be368 commit 182040f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,26 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
.. towncrier release notes start
.. _Unreleased: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.6.0...branch%2Fdefault
.. _Unreleased: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.6.1...branch%2Fdefault

* `!289 <https://foss.heptapod.net/fluiddyn/fluidsim/-/merge_requests/289>`__
0.6.1_ (2022-09-05)
-------------------

- Turbulence models with ``extend_simul_class`` (`!308
<https://foss.heptapod.net/fluiddyn/fluidsim/-/merge_requests/308>`__, see
:mod:`fluidsim.base.turb_model`)

- Kolmogorov forcing (`!307
<https://foss.heptapod.net/fluiddyn/fluidsim/-/merge_requests/307>`__, see
:mod:`fluidsim.base.forcing.kolmogorov`)

- Output :mod:`fluidsim.base.output.horiz_means` (`!309 <https://foss.heptapod.net/fluiddyn/fluidsim/-/merge_requests/309>`__)

- Output :mod:`fluidsim.base.output.cross_corr3d` (`!295 <https://foss.heptapod.net/fluiddyn/fluidsim/-/merge_requests/295>`__)

- Better support for 3d FFT libs based on pencil decompositions (`!283 <https://foss.heptapod.net/fluiddyn/fluidsim/-/merge_requests/283>`__)

- `!289 <https://foss.heptapod.net/fluiddyn/fluidsim/-/merge_requests/289>`__

- File ``is_being_advanced.lock`` in the result directory during the runs
- Better handling of signals (``SIGINT``, ``SIGTERM`` and ``SIGUSR2``)
Expand All @@ -34,6 +51,12 @@ Versioning <https://semver.org/spec/v2.0.0.html>`__.
- :func:`fluidsim.util.get_last_estimated_remaining_duration`
- ``sim.output.spatiotemporal_spectra.get_spectra``

- CI also running on Github Actions (`!224 <https://foss.heptapod.net/fluiddyn/fluidsim/-/merge_requests/224>`__)

- Various fixes (in particular energy steps with ``fluidsim-restart``)

- Various plot improvements (in particular ``plot_omega_emp`` in :mod:`fluidsim.base.output.spatiotemporal_spectra`)

0.6.0_ (2022-02-07)
-------------------

Expand Down Expand Up @@ -241,7 +264,8 @@ Merge with geofluidsim (Ashwin Vishnu Mohanan repository)
- Split the package fluiddyn between one base package and specialized
packages.

.. _Unreleased: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.6.0...branch%2Fdefault
.. _Unreleased: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.6.1...branch%2Fdefault
.. _0.6.1: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.6.0...0.6.1
.. _0.6.0: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.5.1...0.6.0
.. _0.5.1: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.5.0...0.5.1
.. _0.5.0: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.4.1...0.5.0
Expand Down
2 changes: 1 addition & 1 deletion fluidsim/util/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def get_dataframe_from_paths(
):
"""Produce a dataframe from a set of simulations.
Uses `sim.output.get_mean_values`
Uses ``sim.output.get_mean_values``
"""

Expand Down

0 comments on commit 182040f

Please sign in to comment.