Skip to content

Version 0.0.2

Compare
Choose a tag to compare
@schlegelp schlegelp released this 27 Jun 12:21
· 67 commits to main since this release

New Features

Documentation!

Improvements

Added a Rust function for geodesic_matrix when asking for specific sources and/or targets. This implementation is faster and much more memory efficient than the all-by-all as long as the number of sources/targets is small-ish (need to benchmark). The Python wrapper fastcore.geodesic_matrix will automatically choose the appropriate function.

Breaking

  • removed modifier parameter from fastcore.segment_coords