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 https://github.com/open-atmos/PyPartMC/pull/340 * update PyPartMC paper info in README (arXiv -> SoftwareX; 2023 -> 2024) by slayoo in https://github.com/open-atmos/PyPartMC/pull/342
What's Changed * Add more functionality for AeroState (sample/add[particles], make_dry, mobility_diameters, ids) by jcurtis2 in https://github.com/open-atmos/PyPartMC/pull/341
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
What's Changed * bump and tune params of the stale workflow by slayoo in https://github.com/open-atmos/PyPartMC/pull/337 * Access kappa and molecular weights from AeroData by jcurtis2 in https://github.com/open-atmos/PyPartMC/pull/336
What's Changed * add ARM JupyerHub badges to README and example notebook (+ adding header pip-pinstall code blocks) by slayoo in https://github.com/open-atmos/PyPartMC/pull/331 * Fix netcdf output bug for timestep and timeblock. closes 257 by jcurtis2 in https://github.com/open-atmos/PyPartMC/pull/333
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 https://github.com/open-atmos/PyPartMC/pull/327