Skip to content

Releases: gecos-lab/FracAbility

Minor release

21 Nov 10:01
Compare
Choose a tag to compare

This release includes some minor changes on the API and some general refactoring. In particular:

  • tidy_intersection is now a method of fracture_networks (the function is still accessible separately).
  • nodes_conn is now a method of fracture_networks (the function is still accessible separately).

The nodes_conn function now returns a dict {point_geometry: (class, origin)}

Full Changelog: v1.0.0...v1.1.0

Main release fix

16 Nov 16:17
Compare
Choose a tag to compare

Pypi package management

Main release fix

16 Nov 15:58
Compare
Choose a tag to compare

Fixed issues related to past pycharm refactoring.
Added project urls for the pypi page

FracAbility first release!

16 Nov 10:20
30a6152
Compare
Choose a tag to compare

FracAbility release 1.0.0 includes:

Import

  1. Shapefile importing support
  2. VTK import support

Topological analysis

  1. I,Y,X and U nodes classification
  2. Fraction censored value

Statistics

  1. Empirical CDF and SF calculation
  2. Distribution fitting using survival analysis

Plotting

  1. Plot network objects using matplotlib or vtk
  2. Ternary node plot
  3. PDF, CDF, SF and summary statistical plot