Releases: open-atmos/PyPartMC
Releases · open-atmos/PyPartMC
PyPartMC 0.1.0
- added urban plume simulation example notebook, kudos @jcurtis2!
PyPartMC 0.0.35
- support for time-varying aerosol specs in Scenario (
aero_backgroundandaero_emissions) - new properties of
Scenarioclass:aero_emissions,aero_emissions_n_times,aero_emissions_rate_scale,aero_emissions_time,aero_background,aero_dilution_n_times,aero_dilution_rate, andaero_dilution_time - phased out test-time-requirements.txt (in favor of [tests] variant for setup.py-defined dependencies)
- moved example notebooks into the PyPartMC repository
PyPartMC 0.0.34
- new properties and methods in
AeroParticle:moles,mobility_diameter,density,approx_crit_rel_humid,crit_rel_humid,crit_diameter,coagulate,zeroandset_vols
Kudos @zdaq12 !
PyPartMC 0.0.33
- support for optionally linking against Model for Simulating Aerosol Interactions and Chemistry (MOSAIC, closed-source software from PNNL)
Kudos @jcurtis2 !
PyPartMC 0.0.32
- added default values for
AeroState::dist_samplearguments: sample_prop, create_time, allow_doubling & allow_halving (thanks @jcurtis2)
PyPartMC 0.0.31
- made
GasState::mix_ratsa read-write property (previously was read-only) - kudos @jcurtis2
PyPartMC 0.0.30
- add getters for
RunPartOpt::t_maxandRunPartOpt::del_t(thanks @jcurtis2)
PyPartMC 0.0.29
- removed hardcoded
AeroStateinit parameters - added
AeroState::dist_sample - added
AeroState::__len__
thanks @jcurtis2!
PyPartMC 0.0.28
- adding getter and setter for AeroMode::name
PyPartMC 0.0.27
- reporting an error if no values present in time array (e.g., passed to Scenario ctor)
- making all C++ headers self-contained and implementation-free
- adding CMake checks to ensure the above holds throughout further development