Skip to content

Commit 4b73102

Browse files
- [builder] builder now flattens multiple layer sets into one (at split limit tile size)
- this fixes a previous sampling problem with layers having masks - this also massively improves performance for querying/sampling
1 parent 43ecde8 commit 4b73102

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- builder2
67
paths:
78
- RELEASE_NOTES.md
89
- .github/workflows/publish.yml

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.5.4
2+
- [builder] builder now flattens multiple layer sets into one (at split limit tile size)
3+
- this fixes a previous sampling problem with layers having masks
4+
- this also massively improves performance for querying/sampling
5+
16
### 0.5.3
27
- [builder] save/load, export/import
38

0 commit comments

Comments
 (0)