Skip to main content

Aleph - 0.27.1

v0.27.1โ€‹

๐Ÿš€ Highlightsโ€‹


โœจ New Featuresโ€‹


๐Ÿ› Fixesโ€‹

  • Fixed a bug whereby two-element lists were implicitly converted to interval objects. This issue could lead to unexpected behavior.
    • Example: >>> [1,2] //-> Interval(lower=1.000000, upper=2.000000).

โš™๏ธ Internal / Technical Changesโ€‹


โš ๏ธ Breaking Changesโ€‹

  • The Chebyshev series factories and fit function no longer accepts two-element lists as interval specifications. Users must now explicitly use the interval factory to define intervals.
    • Example: Instead of chebyshev_series_delta(10, [a, b]), use chebyshev_series_delta(10, interval(a, b)).

๐Ÿงช Migration Notesโ€‹