Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@cbkerr cbkerr released this 14 Feb 15:16
· 10 commits to main since this release
44759c5

[2.2.0] -- 2024-02-13

Added

  • Official support for Python 3.12 (#957).
  • Job.cached_statepoint - cached and read only access to job state points. Faster than Job.statepoint (#975).

Changed

  • Restrict allowable tar file features in Python 3.12 (#957).
  • Linked views now can contain spaces and other characters except directory separators (#926).
  • Linked views now can be created on Windows, if 'Developer mode' is enabled (#430, #958).
  • Increase performance for many usage patterns (#975).

Fixed

  • Fixed parsing of $not query expressions on command line (#970).

Removed

  • Unused ruamel.yaml dependency (#981).