Releases: open-atmos/PyPartMC
Releases · open-atmos/PyPartMC
PyPartMC v1.0.2
PyPartMC v1.0.1
What's Changed
- Add ability to get species names in gas_data (spec_name) and aero_data (spec_name and source_name) by @jcurtis2 in #327
Full Changelog: v1.0.0...v1.0.1
PyPartMC v1.0.0
- improve handling of Scenario constructor inputs (checking time steps in specified profiles)
- update README badges for examples
- avoid labeling macOS binaries as universal
PyPartMC v0.9.5
PyPartMC v0.9.4
PyPartMC v0.9.3
mosaic_init
call removed fromf_run_part
(as it is internally invoked by PartMC) - fixes crashes with MOSAIC enabled (observed inprocess_simulation_output.ipynb
) (#314)
PyPartMC v0.9.2
PyPartMC v0.9.1
- added an example notebook depicting interoperability with an external optical library (PyMieScatt) - kudos @jcurtis2
- fix in process_simulation_output example (BC mass fraction plot)
- README cleanups (incl. badges for launching the above two notebooks)
- started phasing out nbviewer badges in favor of render-on-github ones (the latter display svg graphics correctly)
PyPartMC v0.9.0
- Matlab snippets added to README (and hooked into the Fortran-Python-Julia cross test on CI) (#300)
- CITATION.cff file added + other package metadata updates
- CMake: self-contained header check fixes + checks for submodule initialisation
kudos @rwgk for help in workarounding the pybind11/Matlab issue (pybind/cmake_example#164)!
PyPartMC v0.7.1
- code cleanups (avoiding
delete[]
statements in favor of scope-triggered std::vector dtors)