Releases: nialov/fractopo
v0.2.5
Changelog
v0.2.5 (2022-01-23)
Small update to clean up and update dependencies in pyproject.toml.
Full set of changes:
v0.2.4...v0.2.5
v0.2.4
Changelog
v0.2.4 (2022-01-13)
Contains minor fixes and a feature update to NetworkRandomSampler
.
New Features
- (random_sampling): Allow not determining topology
when performing random sampling usingNetworkRandomSampler
.
Fixes
-
(tval): Handle
TypeError
fromshapely.ops.split
in
split_to_determine_triangle_errors
by checking for the intersection
between traces. -
(line_data): Refrain from using line_gdf in operations
as it might not contain up-to-date columns. Useline_data
attributes instead. -
(noxfile): Setup sphinx-autobuild session for automatic
creation of documentations as source files change.
Full set of changes:
v0.2.3...v0.2.4
v0.2.3
Changelog
v0.2.3 (2021-12-04)
Fixes
-
(parameters): fix pie plot function
-
refactor deprecated shapely features
-
(general): check type
-
(random_sampling): get_ methods are deprecated
-
(branches_and_nodes): set crs for outputs
Full set of changes:
v0.2.2...v0.2.3
v0.2.2
Changelog
v0.2.2 (2021-11-12)
New Features
-
(multi_network): add multi-scale length fit
-
(analysis): implement multiple fitters
Fixes
-
(cli): finalize nialog implement
-
change name to non-conflicting key
-
(cli): setup logging with nialog
-
(tval): fix trace validation slowdown logging
-
(general): use static minimum line length
-
(analysis): remove usage of cached_property
-
(tval): catch TypeError from shapely split
Full set of changes:
v0.2.1...v0.2.2
v0.2.1
v0.2.0
Changelog
v0.2.0 (2021-09-20)
New Features
-
(analysis): implement multiscale fit
-
implement network-cli
Fixes
-
(analysis): handle mapped radii values
-
(cli): finish network-cli implement for now
-
deprecate safer_unary_union
-
fix truncate and circular input logic
Full set of changes:
v0.1.4...v0.2.0