Releases: open-atmos/PyMPDATA
Releases · open-atmos/PyMPDATA
PyMPDATA v1.0.6
- added
.zenodo.json
file with metadata for Zenodo releases - improved Numba error messages through closure function renaming, adding source file names to namedtuple types and avoiding cryptic magick in method-name construction within Field::assemble
- fixed Numba compilation issue with shared advector (by introducing
@lru_cache
formake_indexers
) - README updates
thanks @Delcior for help
PyMPDATA v1.0.5
- final JOSS paper edits
- pre-commit hooks setup (incl. CI checks)
- CI steps (main build jobs depend now on codecov, pylint and precommit)
- added
-We
topytest
call in codecov workflow - tokens for ghapi & pypi-publish version bump in CI scripts
PyMPDATA v1.0.4
- fixing version indicators for dependencies in pypi.org-published files (regression introduced when automating package uploads)
PyMPDATA v1.0.3
- enable CI with Python 3.10
- fix timers documentation (cpu/wall time mismatch)
- JOSS paper updates
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