Skip to content

PySDM v2.48

Compare
Choose a tag to compare
@slayoo slayoo released this 29 Mar 15:00
· 81 commits to main since this release
d4d393c

What's Changed

  • remove references to constants_defaults from the README snippets (+ add Formulae::get_constant()) closes #1243 by @slayoo in #1269
  • switch from empty to full(nan) in FakeThrust Storage and from full(-1) to full(NaN) in Numba to help spotting on CI cases of uninitialised memory access by @slayoo in #1201
  • ensure no NaNs are used in parcel env initialisation. closes #1198 by @slayoo in #1301
  • bump devops tests by @slayoo in #1304
  • Bump pypartmc from 1.1.2 to 1.1.3 by @dependabot in #1305
  • fix Mv constant calc (D and T abundances count twice in water molecular abundances); share initial parameters across J&N and Yang examples by @slayoo in #1258

Full Changelog: v2.47...v2.48