Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move soft deletion into the forest implementationmain | Tavian Barnes | 2023-12-05 | 1 | -1/+1 |
| | | | | This allows us to filter out deleted items whenever we rebuild a tree. | ||||
* | frontier: Remove unused is_empty() method | Tavian Barnes | 2023-11-21 | 1 | -3/+0 |
| | |||||
* | Bump acap to 0.2.0 | Tavian Barnes | 2020-08-24 | 1 | -14/+4 |
| | | | | | This requires adapting to the new k-d trees, which are significantly faster. | ||||
* | Use the acap nearest neighbors implementationHEADmaster | Tavian Barnes | 2020-06-24 | 1 | -31/+73 |
| | |||||
* | Fix some clippy lints | Tavian Barnes | 2020-05-11 | 1 | -0/+3 |
| | |||||
* | frontier/mean: Implement mean selection | Tavian Barnes | 2020-05-03 | 1 | -0/+1 |
| | |||||
* | frontier/min: Implement min selection | Tavian Barnes | 2020-05-03 | 1 | -0/+61 |
| | |||||
* | frontier/image: Implement image frontiers | Tavian Barnes | 2020-05-03 | 1 | -1/+70 |
| | |||||
* | frontier: New trait for choosing color locations | Tavian Barnes | 2020-05-03 | 1 | -0/+18 |