Skip to content

1.5.0 – Sep 24, 2024

Latest
Compare
Choose a tag to compare
@srnnkls srnnkls released this 04 Oct 17:34

Features

Developer-focused

  • Complete rework of the build pipeline (docker and linux native)
    • Introduce CCache, conan, vcpkg
    • User multi-stage docker builds leveraging buildx and buildkit
    • Centralized VERSION
  • Ruff for linting and formatting
  • Hatch for python package management

Bug fixes

  • Generalization of Placeholder.join's on argument
  • Improved timestamp handling
  • Slicing improvements
    • Slicing of DataFrames returned wrong results: Remove short circuit for slices with upper bound
    • Introduce set semantics for slicing of DataFrame (return empty collections instead of erroring)
  • Fix displaying of parameter lists with values that exceed the presentable width
  • Fix displaying of DataFrames with one row or less
  • Fix progress bar output on Google Colab