We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ecde8 commit 4b73102Copy full SHA for 4b73102
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- master
6
+ - builder2
7
paths:
8
- RELEASE_NOTES.md
9
- .github/workflows/publish.yml
RELEASE_NOTES.md
@@ -1,3 +1,8 @@
1
+### 0.5.4
2
+- [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
+
### 0.5.3
- [builder] save/load, export/import
0 commit comments