Skip to content

PySDM v2.122

Compare
Choose a tag to compare
@slayoo slayoo released this 26 May 22:36
· 32 commits to main since this release
f4931b6

What's Changed

  • bump setuptools in PySDM to match setuptools version in examples by @AgnieszkaZaba in #1610
  • fix paths in CI workflow for uploading Paraview-generated animations; add links to animation-generating notebook next to where the animation is shown in the docs by @slayoo in #1613
  • Paraview animation upload to "tip" release fix (the action is written in Python using glob.glob() which does not expand tilde) by @slayoo in #1618
  • switch from mp4 to gif for Paraview-generated animations (ffmpeg converted) by @slayoo in #1621
  • New pre-commit hook: Check syntax of JSON files (e.g., if keys are not duplicated in bibliography.json or .zenodo.json) by @AgnieszkaZaba in #1626
  • Bump setuptools from 80.7.1 to 80.8.0 in /examples by @dependabot in #1619
  • refactor: re-label prescribed-flow 2D-simulation from Szumowski_et_al_1998 to utils/kinematic_2d by @AgnieszkaZaba in #1623

Full Changelog: v2.121...v2.122