Skip to content

Releases: open-atmos/PyPartMC

PyPartMC 0.0.8

25 Jun 19:36
7ed61eb

Choose a tag to compare

fixed dependant DLL loading problems on Windows by statically linking mingw libs

PyPartMC 0.0.7

23 Jun 05:10
f23beec

Choose a tag to compare

  • add elements of BinGrid API (edges, centers, let) - kudos @jcurtis2
  • build/test/release workflow updates fixing DLL path issues during test execution
  • DLL path handling improvement in __init__.py
  • exposing missing __version__ field

PyPartMC 0.0.6

19 Jun 05:46
25c358a

Choose a tag to compare

  • enabling usage and packaging on Windows with Python >= 3.8
  • units moved from C++ code to newly introduced __init__.py

PyPartMC 0.0.5

18 Jun 04:28
ed55529

Choose a tag to compare

macOS build improvements (incl. separate binary packages for macos-11 and macos-12)

PyPartMC 0.0.4

17 Jun 17:36
b02419f

Choose a tag to compare

adding um and cm to units

PyPartMC 0.0.3

17 Jun 16:05
97e433e

Choose a tag to compare

spec_by_name method added to AeroData

PyPartMC 0.0.2

15 Jun 18:45
e6add5e

Choose a tag to compare

first release after moving Jupyter notebook examples into a separate repo

PyPartMC 0.0.1

14 Jun 23:14
09209df

Choose a tag to compare

Merge pull request #86 from slayoo/pypi

fixing setuptools_scm version distance calc

PyPartMC 0.0.0

14 Jun 21:38
01f6092

Choose a tag to compare

Merge pull request #84 from slayoo/fix_windows_build

update sys matrix to skip intended Py versions on Linux and Win