Pympdata

Latest version: v1.0.16

Safety actively analyzes 623827 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.0.16

What's Changed
* fix NumPy warnings on null vector instantiation (NaN as value for int array) by bhiogade in https://github.com/open-atmos/PyMPDATA/pull/416
* updates to match newer Numba deprecations (416)
* new simpler clock() impl (416)
* lower NUMBA_OPT settings on CI to reduce compilation times (416)
* bumped upper Python version on CI to 3.11 (416)
* cleanup precommit workflow job (leftover from the time when examples were a submodule) by slayoo in https://github.com/open-atmos/PyMPDATA/pull/417

New Contributors
* bhiogade made their first contribution in https://github.com/open-atmos/PyMPDATA/pull/416

**Full Changelog**: https://github.com/open-atmos/PyMPDATA/compare/v1.0.15...v1.0.16

tip

1.0.15

- add missing docstring (otherwise pdoc index file lists None) (409)
- pin pylint to <3.0.0 to avoid too-many-arguments issue (412)
- typo fix (410)
- switch from pkg_resources to importlib for version provision (414)

1.0.14

- dimension-dependent halo filling order (407, for use in MPI polar boundary conditions in [PyMPDATA-MPI](https://github.com/open-atmos/PyMPDATA-MPI))

kudos Delcior

1.0.13

- added a README in examples folder (will be used in PyMPDATA-examples package metadata for display at pypi.org)

1.0.12

- workaround for newer (post Nov '22: https://github.com/numba/numba/commit/87b44afc89ff71ac6a569a898953786287dd8eb8) Numba versions which err if a jitclass has a `__call__` method #402 (in PyMPDATA used for post-iter and post-step hooks)
- moved `PyMPDATA-examples` repo content into `PyMPDATA` (retaining separate packages on PyPI.org)
- switched to OIDC for PyPI publishing
- introduced externally sourced `devops_tests`
- excluded notebooks from examples package wheels
- use `extras_require` for test dependencies (`pip install pympdata[tests]`)

thanks Delcior and abulenok for brainstorming together on the repo-merge workflow

1.0.11

- optional bc data buffer allocation in Traversals (for use, e.g., in MPI) - kudos Delcior
- proper math markdown in README
- tip release fix (workflow was still referring to `master` and not `main` branch)
- Github Actions workflow refactors

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.