Skip to content
Snippets Groups Projects
Select Git revision
  • main default
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
5 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.07Nov30Apr22Mar21Feb26Jan6Jul317May7Oct8Sep3131Augadded simple READMEmainmainUse PyO3's generate-abi3-import-lib feature to avoid having to store import libraries in version control.v0.1.3v0.1.3Bump Rust edition and PyO3 dependency.v0.1.2v0.1.2Add missing licenseBump clap and pyo3 dependencies.v0.1.1v0.1.1Extend CI to produce PyPI-compatible packages.v0.1.0v0.1.0Enable optionally building as a CLI application or as a Python extension.Update locked dependency versionsUpdate locked dependencies.Add minimal CI producing Windows binaries.Fix a Clippy lint, update locked Cargo dependencies and avoid overhead of unwinding.Add an example implementation of a runtime-configured neighborhood s.t. the user can specify which dimensions should be unconstrained compared to the cubic neighborhood.Make sphere the default neighborhood as the no more performance penalty to it.Pass around neighborhoods as values to enable them to e.g. contain runtime determined list of dimensions.Use that the default neighborhoods as well as the index computation are translation invariant to memoize computations.Make grid coordinates signed to prepare for further optimisation.Factor out enumeration of neighborhood to prepare for further optimisation.Factor out reusable library that makes minimal assumptions on event/coordinate memory layout.Add support for cylinder-shaped neighborhoods.Modify implementation to support arbitrary dimensionality and custom field names.Initial commit
Loading