Skip to content

Releases: open-atmos/PySDM

PySDM v2.77

18 Sep 06:12
80043a8
Compare
Choose a tag to compare

What's Changed

  • refactor saturation vapour pressure formulae to avoid using temperatures in Celsius by @Aphus in #1388

New Contributors

Full Changelog: v2.76...v2.77

tip

21 Oct 22:25
80043a8
Compare
Choose a tag to compare
tip Pre-release
Pre-release
refactor saturation vapour pressure formulae to avoid using temperatu…

…res in Celsius (#1388)

Co-authored-by: Sylwester Arabas <sylwester.arabas@agh.edu.pl>

PySDM v2.76

15 Sep 09:18
20bed75
Compare
Choose a tag to compare
  • fixed TODO label in the new seeding code

Full Changelog: v2.75...v2.76

PySDM v2.75

14 Sep 21:09
f1e1df9
Compare
Choose a tag to compare

What's Changed

  • Seeding dynamic and associated initialisation logic (super-droplet injection during simulation) in #1367

Kudos @jtbuch & @claresinger!

Full Changelog: v2.74...v2.75

PySDM v2.74

01 Sep 17:40
ec1f515
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.73...v2.74

PySDM v2.73

10 Aug 07:09
723e62c
Compare
Choose a tag to compare

What's Changed

  • introducing @register_environment decorator to solve environment-reuse issue by @slayoo in #1373

Full Changelog: v2.72...v2.73

PySDM v2.72

07 Aug 09:01
55e0cce
Compare
Choose a tag to compare

What's Changed

thanks @pawelmagnu for help

Full Changelog: v2.71...v2.72

PySDM v2.71

05 Aug 21:36
118f471
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.70...v2.71

PySDM v2.70

02 Aug 05:46
08d24f0
Compare
Choose a tag to compare

What's Changed

  • introducing @register_product decorator to make product instances re-usable (previously calling .register() from a subsequent builder invalidated the former builder/particulator) by @slayoo in #1370

Full Changelog: v2.69...v2.70

PySDM v2.69

01 Aug 09:24
f8849c4
Compare
Choose a tag to compare

What's Changed

  • rafactor making attributes.healthy a property by @slayoo in #1366
  • fix logic for handling seed values in Formulae ctor (seed=0 was treated as seed=None) by @slayoo in #1368

Full Changelog: v2.68...v2.69