Skip to content

Releases: open-atmos/PyMPDATA

PyMPDATA v1.0.6

26 Nov 16:33
b08340e
Compare
Choose a tag to compare
  • 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 for make_indexers)
  • README updates

thanks @Delcior for help

PyMPDATA v1.0.5

15 Sep 13:17
5c09af2
Compare
Choose a tag to compare
  • 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 to pytest call in codecov workflow
  • tokens for ghapi & pypi-publish version bump in CI scripts

PyMPDATA v1.0.4

16 Aug 13:37
35ee3ad
Compare
Choose a tag to compare
  • fixing version indicators for dependencies in pypi.org-published files (regression introduced when automating package uploads)

PyMPDATA v1.0.3

29 Jul 05:40
3ba899e
Compare
Choose a tag to compare
  • enable CI with Python 3.10
  • fix timers documentation (cpu/wall time mismatch)
  • JOSS paper updates

PyMPDATA v1.0.2

18 Jun 18:05
fa3aa14
Compare
Choose a tag to compare

added PyPI release automation through GitHub Actions

PyMPDATA v1.0.1

19 Apr 22:31
f1a3443
Compare
Choose a tag to compare

including JOSS paper draft folder into the main branch

PyMPDATA v1.0

04 Mar 18:39
8bb5aa6
Compare
Choose a tag to compare
Merge pull request #319 from atmos-cloud-sim-uj/slayoo-patch-8

bump PyMPDATA-examples test-time requirement

PyMPDATA v0.12

17 Jan 16:25
82145e3
Compare
Choose a tag to compare
  • 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

14 Jan 18:07
b37c819
Compare
Choose a tag to compare
  • 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

31 Oct 04:14
3b1ccd5
Compare
Choose a tag to compare
  • 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