Skip to content

Releases: nialov/fractopo

v0.2.5

23 Jan 12:44
ce89831
Compare
Choose a tag to compare

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

13 Jan 14:10
Compare
Choose a tag to compare

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 using NetworkRandomSampler.

Fixes

  • (tval): Handle TypeError from shapely.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. Use line_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

04 Dec 13:33
Compare
Choose a tag to compare

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

12 Nov 11:20
Compare
Choose a tag to compare

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

22 Sep 12:03
Compare
Choose a tag to compare

Changelog

v0.2.1 (2021-09-22)

Full set of changes:
v0.2.0...v0.2.1

v0.2.0

20 Sep 13:18
Compare
Choose a tag to compare

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