Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Releases: lace/blmath

Patch to make installable in pip>=10

21 Aug 17:51
09fd49c
Compare
Choose a tag to compare
1.2.5

Bump version for pip 10 fix in last commit (#11)

1.2.2: vectorize line intersection (#7)

30 Jun 14:08
Compare
Choose a tag to compare
* vectorize line intersection

* fix lint

* bump versiom

1.2.1: Speedup mesh_xsection more (#6)

26 Jun 17:07
Compare
Choose a tag to compare
Speedup of mesh xsection.

Speed up mesh xsection

08 Jun 15:45
Compare
Choose a tag to compare
1.2.0

minor version bump was slightly wrong

1.1.1: Fix mesh_xsection (#4)

26 May 16:48
Compare
Choose a tag to compare
* Fix mesh_xsection

* fix lint

* Fix bug in mesh_xsection that manifested with large meshes

* fix lint

* failing test for the case of non-watertight meshes

* fix the multiple open paths bug

* fix lint

* bump version

* Allow polylines to convert to Lines with a color specified

1.1.0

23 May 15:20
Compare
Choose a tag to compare

Value class imported from Core

1.0.2

03 Mar 19:26
Compare
Choose a tag to compare
fix premature import of lace

1.0.1

13 Feb 19:02
Compare
Choose a tag to compare
Fix setup

1.0.0: Initial move over from core (#1)

13 Feb 17:47
Compare
Choose a tag to compare
There's a bunch of general math utilities in core that Mesh will depend on, core depends on. More, there's a bunch of stuff that depends on core in part just because it needs these generic math utilities. So this seemed like a good first thing to break out.

This PR is really all structural, there are no interesting changes in the actual implementations.