Skip to content

Releases: open-atmos/PyMPDATA

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

PyMPDATA v0.9

11 Oct 18:43
66a2b8b
Compare
Choose a tag to compare
  • asserts vs. analytic solution in shallow-water smoke test

PyMPDATA v0.8

10 Oct 13:54
b9d4ed5
Compare
Choose a tag to compare
  • new smoke test based on the shallow-water example

PyMPDATA v0.7

08 Oct 05:11
eb816bd
Compare
Choose a tag to compare
  • 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

05 Oct 14:36
b8fdd97
Compare
Choose a tag to compare
  • 3D support
  • cleanups and refactors including phasing out factories
  • pylint GA workflow