Releases: open-atmos/PyPartMC
Releases · open-atmos/PyPartMC
PyPartMC v1.1.3
PyPartMC v1.1.2
What's Changed
- units: exposing "si" global var in pdoc-generated HTML; streamlining namedtuple definition with two loops; adding work, energy and force; closes #113 by @slayoo in #340
- update PyPartMC paper info in README (arXiv -> SoftwareX; 2023 -> 2024) by @slayoo in #342
Full Changelog: v1.1.1...v1.1.2
PyPartMC v1.1.1
What's Changed
- Add more functionality for AeroState (sample/add[particles], make_dry, mobility_diameters, ids) by @jcurtis2 in #341
Full Changelog: v1.1.0...v1.1.1
PyPartMC v1.1.0
What's Changed
- new cloud_parcel example depicting supersaturation-evolution-coupled CCN activation and drop growth
EnvState::air_density
accessor- CMake tweak making condensation logic fully accessible
Full Changelog: v1.0.3...v1.1.0
PyPartMC v1.0.3
What's Changed
- bump and tune params of the stale workflow by @slayoo in #337
- Access kappa and molecular weights from AeroData by @jcurtis2 in #336
Full Changelog: v1.0.2...v1.0.3
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