Skip to content

v0.4.3

Latest

Choose a tag to compare

@znicholls znicholls released this 14 Apr 10:56
· 1 commit to main since this release

Announcements

  • added anti-differentiation method
  • update copier template to latest version

Changelog

πŸ†• Features

  • Added anti-differentiation (indefinite integral), specifically [continuous_timeseries.timeseries.Timeseries.antidifferentiate][] and [continuous_timeseries.timeseries_continuous.TimeseriesContinuous.antidifferentiate][] (#36)

πŸ”§ Trivial/Internal Changes

Changes

  • 8a08f4f bump: version 0.4.3a1 -> 0.4.3
  • a9c3f07 adjusted test_antidifferentiate_no_scipy as previous changes removed scipy as dependency
  • 6578f86 minor updates in function docs and adjust changelog description
  • 58c50b1 Fix tests
  • 9b71de5 Add extra tests
  • 7bcd997 add changelog
  • e4d61c2 add antidifferentiate to PiecewiseConstantLike protocol
  • 4a214f2 add antidifferentiate method
  • 4c56279 add docstring for TimeseriesContinuous.antidifferentiate
  • 6f74aa9 add log change
  • 9aaa61d add log change
  • 3ff3289 update copier and solve any conflicts
  • b15926f new version to avoid windows path error
  • e8f403c deleted pdm.lock
  • 8cd5ddb Fix up tests
  • 8f702f1 Add failing tests
  • 11d9b5c bump(pre-release): version 0.4.2 > 0.4.3a1