Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 3.38 KB

File metadata and controls

65 lines (37 loc) · 3.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Benchmarking and type stability analysis are now implemented in package extensions, which depend on Chairmarks and JET respectively
  • Benchmarking no longer returns a DataFrame but a Tables.jl-compatible object.

Removed

  • Remove neural network tests (#914)

Fixed

  • Update JET (to v0.11) & JLArrays compat (#877)
  • Allow JET v0.10 but disable type stability tests on 1.12 (#841)

Fixed

  • Refactor test loops (#848)

Added

  • Improve support for empty inputs (still not guaranteed) (#835)
  • Compute Scenario results with a reference backend (#839)

Fixed

  • Put test deps into test/Project.toml (#840)
  • Set up pre-commit (#837)
  • Bump compat for SparseConnectivityTracer v1 (#823)

Changed

  • Specify preparation arguments in DIT Scenario (#786)

Removed

  • Remove scenario lists from public API (#796)

0.9.6 - 2025-03-28

Added

  • Add new ConstantOrCache context (#749)
  • Support nested tuples of arrays as Caches (#748)
  • Test type consistency between preparation and execution (#745)