Releases: StructuralPython/load_distribution
Releases · StructuralPython/load_distribution
v0.1.7 - Hotfix: singularities_to_polygon
Hotfix
singularities_to_polygonreturning the wrong value whenxy=True
v0.1.6 - Adding filtering robustness
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
- Fixes/adding robustness to singularities to polygon by @connorferster in #11
Full Changelog: v0.1.5...v0.1.6
v0.1.5 - The filter-fix release
Fixes
- In
load_distribution.singularity_to_polygonI 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 unroundedx_acc). This has now been fixed and a new test to capture this error has been added.
v0.1.4
Hot fix; add more points to the general case for converting singularities to polygons
v0.1.3
Hot fix to remove debug prints
v0.1.2
- Added ability to generate a correct polygon from a single Singularity function in singularity_to_polygon
v0.1.1
Fixes
Was getting inconsistent coordinate sets when using singularities_to_polygon. This has been fixed now.
v0.1.0r1
Re-release for publishing to PyPI
v0.1.0 - Initial release
Merge pull request #1 from StructuralPython/releases/v0.1.0 blackify and update dev/testing deps