Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jaccard agreement
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EcoEpi
Jaccard agreement
Graph
main
Select Git revision
Branches
1
main
default
Tags
4
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.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Nov
30
Apr
22
Mar
21
Feb
26
Jan
6
Jul
3
17
May
7
Oct
8
Sep
3
1
31
Aug
added simple README
main
main
Use PyO3's generate-abi3-import-lib feature to avoid having to store import libraries in version control.
v0.1.3
v0.1.3
Bump Rust edition and PyO3 dependency.
v0.1.2
v0.1.2
Add missing license
Bump clap and pyo3 dependencies.
v0.1.1
v0.1.1
Extend CI to produce PyPI-compatible packages.
v0.1.0
v0.1.0
Enable optionally building as a CLI application or as a Python extension.
Update locked dependency versions
Update 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