Releases: open-atmos/PySDM
Releases · open-atmos/PySDM
PySDM v2.10
- fragmentation limiters (by @edejong-caltech)
- 1D VTK and nceCDF exporters (by @sajjadazimi)
- PyPI release automation through GitHub Actions
- introducing test-time-dependency on PyPartMC
PySDM v2.9
- option to skip thd update in condensation dynamic added (for KiD example, kudos @sajjadazimi!)
- JOSS PySDM v2 paper updates (kudos @edejong-caltech & @claresinger)
PySDM v2.8
- single-column environment and examples beef up (kudos @sajjadazimi)
- improved aerosol initialisation test coverage (kudos @claresinger)
- API change in aerosol initialisation (aerosol.aerosol_modes -> aerosol.modes)
- JOSS v2 paper progress
PySDM v2.7
- handling of domain-leaving particles in displacement logic and 1D kinematic smoke tests updates (thanks to @sajjadazimi)
- more tests for CCN activation (thanks to @claresinger)
- code cleanups (including enforcing keyword parameters for functions with many args)
PySDM v2.6
- common aerosol composition code in
PySDM.initialisation
(@claresinger) - breakup: counting breakup deficit instead of reporting error,
vmin
andnfmax
thresholds (@edejong-caltech) - Area attribute and
SimpleGeometric
collision kernel (@edejong-caltech) NumberSizeSpectrum
andBreakupRateDeficitPerGridbox
products (@edejong-caltech)- adaptive time-stepping in
Displacement
dynamic (criterion suggested by @mwest1066) Feingold1988Frag
fragmentation function (@edejong-caltech)- renaming default branch from
master
tomain
PySDM v2.5
- new example reproducing CCN activation figures from Abdul-Razzak & Ghan 2000 (kudos to @imdula, @claresinger & @trontrytel!)
PySDM v2.4
- add black, isort and precommithooks code maintenance helpers (kudos @jb-mackay!)
PySDM v2.3
- fix in collision dynamics ctors solving problem with undefined random seed on the GPU backend (thanks @s-shima for reporting it)
- cleanups and new smoke tests for CCN activation representation (thanks @claresinger)
- CI: add job cancellation workflow for GitHub Actions (thanks @claresinger)
PySDM v2.2
- updates in Lowe et al. 2019 example (thanks @claresinger)
- ambient relative humidity wrt ice (as option to the existing AmbientRelativeHumidity product)
PySDM v2.1
- new example: parcel simulation based on a setup from Pyrcel documentation (kudos @claresinger)
- adding dry option to ParticleVolumeVersusRadiusLogarithmSpectrum product
- arbitrary-moment product factory
- nbviewer badges in README.md
- cleanups