Skip to content

Releases: mattpitkin/lintegrate

v0.1.14

28 Jul 22:39
e66c0ff
Compare
Choose a tag to compare

v0.1.13

06 Apr 16:56
Compare
Choose a tag to compare
  • Fix issue with inclusion of C headers in .pxd file.
  • Remove requirement for Numpy >= 1.21

v0.1.12

06 Apr 16:28
bfd3979
Compare
Choose a tag to compare
  • Include .pxd header files in the release #23

v0.1.11

28 Jan 10:17
Compare
Choose a tag to compare
  • Bump numpy requirement to >=1.21 due to security vulnerability #18.
  • Remove Python 3.6 support due to above numpy requirement change.
  • Make sure the Python logtrapz function converts input arrays/lists to contain float values #19.

v0.1.10

25 Jan 09:46
Compare
Choose a tag to compare

Add #16.

v0.1.9

10 Dec 16:47
30993e6
Compare
Choose a tag to compare

Remove unnecessary cython imports that cause issues for the conda package,

v0.1.8

06 Sep 13:39
Compare
Choose a tag to compare

Include setup fixes in release.

v0.1.7

24 Feb 15:21
e5b1497
Compare
Choose a tag to compare
  • Clean-up build and remove unnecessary linking to gslcblas #12
  • Remove testing support for Python 2.

v0.1.6

20 Feb 10:10
Compare
Choose a tag to compare

Attempt to improve the build

v0.1.5

19 Feb 10:41
fed6c79
Compare
Choose a tag to compare

Update to include #10