Skip to content

Releases: vboussange/jaxscape

v0.0.6

17 Dec 17:44

Choose a tag to compare

Breaking changes

  • New API to calculate a distance on an AbstractGraph, introducing keywords sources, targets or nodes. See API reference and jaxscape.distance.AbstractDistance for more details.

Features

  • Added a simple Graph class
  • Added typing annotation
  • Added support for lineax solvers when calculating ResistanceDistance
  • Added support for pyamg and cholespy solvers
  • Added documentation website
  • Added tutorials in the documentation, with data attached to the release (data.zip).

Full Changelog: v0.0.5...v0.0.6-data

v0.0.5

23 Apr 09:29

Choose a tag to compare

  • Improved documentation
  • Fixed several bugs

v0.0.4

20 Feb 15:55

Choose a tag to compare

  • Removed the use of activities to prune the graph.
  • Added ConnectivityAnalysis and SensitivityAnalysis
  • Improved documentation