Skip to content

Releases: HugoMVale/odrpack-python

odrpack 0.6.1

Choose a tag to compare

@HugoMVale HugoMVale released this 13 Jun 10:14

Drop abi3 logic from meson.build because it breaks in conda-forge builders + Windows + python>=3.12.

odrpack 0.6.0

Choose a tag to compare

@HugoMVale HugoMVale released this 31 May 21:13
  • Improve stop message in case of errors or questionable results (info >= 5).
  • Allow beta0 == lower and beta0 == upper. #11

odrpack 0.5.0

Choose a tag to compare

@HugoMVale HugoMVale released this 07 Feb 09:16
  • Refactor input processing logic to accept array-like arguments, not just numpy arrays.
  • Remove deprecated fortran-like interface.

odrpack 0.4.2

Choose a tag to compare

@HugoMVale HugoMVale released this 27 Jan 21:46
  • Update fortran lib to v3.0.3, which now compiles with flang as well.

odrpack 0.4.1

Choose a tag to compare

@HugoMVale HugoMVale released this 24 Jan 15:49
  • Add wheels for python 3.14.

odrpack 0.4.0

Choose a tag to compare

@HugoMVale HugoMVale released this 21 Jan 22:19
  • Check input arrays for NaN and raise error.
  • Wheels: remove macos-13; add macos-15-intel.

odrpack 0.3.5

Choose a tag to compare

@HugoMVale HugoMVale released this 05 Sep 21:15
  • Removed closures on C++ and Fortran side, which allows building musslinux wheels.

odrpack 0.3.4

Choose a tag to compare

@HugoMVale HugoMVale released this 31 Aug 14:52

Revert to copy then reshape, because simultaneous reshape+copy requires numpy>=2.1.

odrpack 0.3.3

Choose a tag to compare

@HugoMVale HugoMVale released this 31 Aug 13:33

Fix issue #5.

odrpack 0.3.2

Choose a tag to compare

@HugoMVale HugoMVale released this 05 Aug 20:58
612eb2f
  • Fix type hint in BoolArray, #4 .
  • Upgrade to nanobind 0.2.8.
  • Minor improvements in docstrings and tests.