Skip to content

Release 0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 12:29
· 0 commits to 0fc3418ddc3f85332805fae2615b7b23333fa0fc since this release

[0.2.5] - 2023-06-23

Fixed

  • The default_parameters function now works with custom field types
  • __rpow__ for OnGrid
  • Avoids changing parameters of OnGrid inside jax transformations
  • Spectral gradient for signal of even length now treats the Nyquist frequency correctly
  • Staggering in FiniteDifferences kernel
  • Incorrect behaviour for 3d staggered derivatives

Added

  • Heterogeneous laplacian operator
  • FourierSeries values on arbitrary point using __call__ method
  • Automatically infer missing dimension for scalar fields
  • Shift operator
  • Staggering for FourierSeries differential operators

Changed

  • Updated docs
  • Renamed ode variable update, removed wrong test in utils
  • Updated support/packaging files