Releases: open-atmos/PyPartMC
Releases · open-atmos/PyPartMC
PyPartMC 0.0.8
fixed dependant DLL loading problems on Windows by statically linking mingw libs
PyPartMC 0.0.7
- 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
- enabling usage and packaging on Windows with Python >= 3.8
- units moved from C++ code to newly introduced
__init__.py
PyPartMC 0.0.5
macOS build improvements (incl. separate binary packages for macos-11 and macos-12)
PyPartMC 0.0.4
adding um and cm to units
PyPartMC 0.0.3
spec_by_name method added to AeroData
PyPartMC 0.0.2
first release after moving Jupyter notebook examples into a separate repo
PyPartMC 0.0.1
Merge pull request #86 from slayoo/pypi fixing setuptools_scm version distance calc
PyPartMC 0.0.0
Merge pull request #84 from slayoo/fix_windows_build update sys matrix to skip intended Py versions on Linux and Win