Releases: open-atmos/PyMPDATA
Releases · open-atmos/PyMPDATA
PyMPDATA v1.0.2
added PyPI release automation through GitHub Actions
PyMPDATA v1.0.1
including JOSS paper draft folder into the main branch
PyMPDATA v1.0
Merge pull request #319 from atmos-cloud-sim-uj/slayoo-patch-8 bump PyMPDATA-examples test-time requirement
PyMPDATA v0.12
- addressing compatibility with Numba 0.55 (incl. elimination of read-only globals for null arrays)
- refactor around passing arrays & boundary conditions in Stepper (using namedtuple)
PyMPDATA v0.11
- docstring updates
- fixes in Julia and Matlab snippets in README
- switch from exdown to pytest-codeblocks in CI workflows (package renamed)
- indicate incompatibility with Numba 0.55 in setup.py
PyMPDATA v0.10
- cleanups & refactors: first release for which pylint report zero issues
- pylint check is now part of CI workflow (failure is any issue raised)
- docstring updated (also checked by pylint)
- figures in README: grid layout in 2D and wireframe pltos inspired by Fig. in Arabas et al. 2014 (Sci. Prog.)
- 3d timing tests
- smoke tests for the 3D example against libmpdata++ reference data
PyMPDATA v0.9
- asserts vs. analytic solution in shallow-water smoke test
PyMPDATA v0.8
- new smoke test based on the shallow-water example
PyMPDATA v0.7
- significant performance boost for nonoscillatory option (separate min/max loops merged into one)
- refactors around jit_flags - now every njit call respects jit_flags in Options
- refactors & cleanups (incl. file renaming and simplification of the directory structure)
PyMPDATA v0.6
- 3D support
- cleanups and refactors including phasing out factories
- pylint GA workflow