Skip to content

Releases: StructuralPython/load_distribution

v0.1.7 - Hotfix: singularities_to_polygon

14 Oct 16:27

Choose a tag to compare

Hotfix

  • singularities_to_polygon returning the wrong value when xy=True

v0.1.6 - Adding filtering robustness

10 Oct 15:58

Choose a tag to compare

Fixes

  • Added robustness to the filtering algorithm published in v0.1.5 which was popping multiple elements from a list...which obviously means you are popping the wrong indexes for any more than one element.

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5 - The filter-fix release

06 Oct 19:13
7d6a3d2

Choose a tag to compare

Fixes

  • In load_distribution.singularity_to_polygon I had previously implemented a filtering process to remove extraneous points in certain circumstances. The filtering had some bugs that caused an error due to incorrect look-up values (because the lookups were happening an an unrounded x_acc). This has now been fixed and a new test to capture this error has been added.

v0.1.4

28 Aug 20:35

Choose a tag to compare

Hot fix; add more points to the general case for converting singularities to polygons

v0.1.3

28 Aug 18:54

Choose a tag to compare

Hot fix to remove debug prints

v0.1.2

28 Aug 18:43
15c7a2a

Choose a tag to compare

  • Added ability to generate a correct polygon from a single Singularity function in singularity_to_polygon

v0.1.1

28 Aug 16:32

Choose a tag to compare

Fixes

Was getting inconsistent coordinate sets when using singularities_to_polygon. This has been fixed now.

v0.1.0r1

27 Aug 19:12

Choose a tag to compare

Re-release for publishing to PyPI

v0.1.0 - Initial release

27 Aug 19:07
5b88708

Choose a tag to compare

Merge pull request #1 from StructuralPython/releases/v0.1.0

blackify and update dev/testing deps