Skip to main content

Aleph - 0.32.0

🚀 Highlights

  • Rewrite of HDF5File support in Datafiles to enable reading/updating platform-stored files, in addition to writing new files.
  • HDF5File now supports reading/writing HDF5 files up to version 2.0 and provides compression options.
  • HDF5File supports many Aleph types (lists, arrays, tensors, and more).
  • Added TextFile support for reading/writing files as strings.

✨ New Features

  • Rewrote HDF5File support in Data Files to allow reading and updating platform-stored files, in addition to writing new files.
  • HDF5File now supports reading/writing HDF5 files up to version 2.0 and includes compression options.
  • HDF5File supports many Aleph types, including lists, arrays, and tensors.
  • Added TextFile for reading/writing files as strings.

⚠️ Breaking Changes

  • operator_function API has changed to support both Hermitian and non-Hermitian operators; it now accepts an option map similar to that of iterative_eigensolver. See the New Features section for details.
  • HDF5File types and functions have been substantially updated and may break code written prior to this release; this binding is expected to be stable moving forward.