Skip to content

v0.18.0

Choose a tag to compare

@neutrinoceros neutrinoceros released this 21 May 16:10
· 514 commits to main since this release
b6c7bfe

Summary

This version introduces support for vtk files issued by newest versions of idefix (including native-geometry metadata).
Support for Python 3.9 is discontinued. This version supports Python 3.10 to 3.13

Changed

  • ENH: (CLI): support colormap extension packages other than cblind (cmasher, cmocean, cmyt) by @neutrinoceros in #377
  • ENH: prefer native coordinates over reconstructed arrays in vtk files by @neutrinoceros in #371
  • ENH: enable color in help messages with CPython >= 3.14 by @neutrinoceros in #425
  • ENH: enable suggestions on typos with CPython >= 3.14 by @neutrinoceros in #426

Fixed

  • BUG: explicitly set non graphic matplotlib backend within CLI if there's nothing to show by @neutrinoceros in #358
  • BUG: fix missing progress bar when running CLI on a single CPU by @neutrinoceros in #376
  • BUG: make Plotable.plot return unconditionally by @neutrinoceros in #385
  • BUG: fix reading coordinates in Fargo3DReader.read by @volodia99 in #384

Dependencies

Internal

Full Changelog: v0.17...v0.18.0