Rina pushed to main at Rina/libjane 2026-02-26 03:54:09 +00:00
f304f39a0c
Add tests for unique_values method
Rina pushed to main at Rina/libjane 2026-02-26 03:13:09 +00:00
042a41ef78
Merge pull request 'Make ChunkAccess::get infallible' (#2) from nadia/libjane:chunk-access-error-handling into main
1bc384229c
Merge branch 'main' into chunk-access-error-handling
d022dd6075 Make ChunkAccess::get infallible
Compare 3 commits »
Rina merged pull request Rina/libjane#2 2026-02-26 03:13:07 +00:00
Make ChunkAccess::get infallible
Rina pushed to main at Rina/libjane 2026-02-25 20:36:36 +00:00
0260801319
Merge pull request 'Return &[T] from ChunkAccess::values() instead of allocating Vec<T>' (#1) from nadia/libjane:chunk-access-refactor into main
cc716c3a9e Return &[T] from ChunkAccess::values() instead of allocating Vec<T>
Compare 2 commits »
Rina merged pull request Rina/libjane#1 2026-02-25 20:36:34 +00:00
Return &[T] from ChunkAccess::values() instead of allocating Vec<T>
Rina pushed to main at Rina/libjane 2026-02-25 19:16:46 +00:00
b30a287444
add dimensionality setting to caches, remove output caches from masks and put them on layers
4ebb2ceb4f
Add chunks of different dimensionality
b2e64bf2a9
Add 'Dimensions' method to all Graphers
9faced77bd
Add 'Dimensions' and 'Axis' structs to keep track of used args
04b733e99d
Remove serde(skip) and use ChunkCache::configure where relevant
Compare 5 commits »
Rina pushed to caching-refactor-ii at Rina/libjane 2026-02-25 19:16:05 +00:00
b30a287444
add dimensionality setting to caches, remove output caches from masks and put them on layers
4ebb2ceb4f
Add chunks of different dimensionality
Compare 2 commits »
Rina pushed to caching-refactor-ii at Rina/libjane 2026-02-22 17:51:34 +00:00
b2e64bf2a9
Add 'Dimensions' method to all Graphers
Rina pushed to caching-refactor-ii at Rina/libjane 2026-02-21 21:22:42 +00:00
3dd4b4224a
[WIP] add dimensionality concept to graphers
9faced77bd
Add 'Dimensions' and 'Axis' structs to keep track of used args
Compare 2 commits »
Rina pushed to caching-refactor-ii at Rina/libjane 2026-02-21 18:35:53 +00:00
831b68a006
Add 'Dimensions' and 'Axis' structs to keep track of used args
Rina pushed to caching-refactor-ii at Rina/libjane 2026-02-21 18:24:08 +00:00
c4e8ec6572
Add 'Dimensions' and 'Axis' structs to keep track of used args
Rina pushed to caching-refactor-ii at Rina/libjane 2026-02-21 16:01:20 +00:00
04b733e99d
Remove serde(skip) and use ChunkCache::configure where relevant
Rina pushed to caching-refactor-ii at Rina/libjane 2026-02-19 21:37:34 +00:00
4ffb4c237c
[WIP] add 'Config' types for each thing with a Cache
Rina created branch caching-refactor-ii in Rina/libjane 2026-02-19 21:37:34 +00:00
Rina pushed to main at Rina/libjane 2026-02-19 21:30:54 +00:00
9081c3766e
Remove Serialize support to minimize copying
5ffa760108
Move cache out of 'layer' module
Compare 2 commits »
Rina pushed to caching-refactor at Rina/libjane 2026-02-19 10:19:56 +00:00
Rina created branch caching-refactor in Rina/libjane 2026-02-16 16:57:54 +00:00
Rina pushed to caching-refactor at Rina/libjane 2026-02-16 16:57:54 +00:00
Rina pushed to main at Rina/libjane 2026-02-07 19:50:41 +00:00
cd6352986c
Fix WASM test
907d2562f3
Fix outline shape field on 2023.json
Compare 2 commits »
Rina pushed to main at Rina/libjane 2026-02-03 22:53:50 +00:00
3c4f3d3c54
Evaluate the 'used inputs' to the function