Releases: vboussange/jaxscape
Releases · vboussange/jaxscape
v0.0.6
Breaking changes
- New API to calculate a distance on an
AbstractGraph, introducing keywordssources,targetsornodes. See API reference andjaxscape.distance.AbstractDistancefor more details.
Features
- Added a simple
Graphclass - Added typing annotation
- Added support for
lineaxsolvers when calculatingResistanceDistance - Added support for
pyamgandcholespysolvers - 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
- Improved documentation
- Fixed several bugs
v0.0.4
- Removed the use of
activitiesto prune the graph. - Added
ConnectivityAnalysisandSensitivityAnalysis - Improved documentation