Skip to content

Releases: Hekstra-Lab/fast-overlap

0.5.0

03 Jun 18:55
d6593ea
Compare
Choose a tag to compare

build for 3.10 also

Full Changelog: 0.4.3...0.5.0

0.4.3

23 Nov 02:00
Compare
Choose a tag to compare

Set minimum numpy version to avoid the error:

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject

see https://stackoverflow.com/questions/66060487/valueerror-numpy-ndarray-size-changed-may-indicate-binary-incompatibility-exp

0.4.2

04 Nov 22:08
ee1617d
Compare
Choose a tag to compare
  • Got tests working on CI
  • Fixed bug when shape=None

0.4.1

04 Nov 20:55
7693b1c
Compare
Choose a tag to compare

Full Changelog: 0.4.0...0.4.1

Fix bug when shape not given - was crashing

0.4.0

01 Nov 22:27
Compare
Choose a tag to compare

Full Changelog: 0.3.0...0.4.0

  1. Docstring for parallel version
  2. make shape optional

0.3.0

01 Nov 22:05
2e8f5cd
Compare
Choose a tag to compare

What's Changed

  • Add fused types to non-parallel version by @ianhi in #7

Full Changelog: 0.2.1...0.3.0

0.2.1

25 Oct 19:00
Compare
Choose a tag to compare

woops dont break plz

0.2.0

25 Oct 18:53
3a95969
Compare
Choose a tag to compare

Changed builds to hopefully work better

0.1.0

19 Oct 16:12
Compare
Choose a tag to compare
don't build for arm mac

gcc doesn't support and I can't figure out clang + openmp
right now