Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge upstream changes from neuroglancer main #12

Merged
merged 13 commits into from
Nov 14, 2024
Merged

merge upstream changes from neuroglancer main #12

merged 13 commits into from
Nov 14, 2024

Conversation

aaronkanzer
Copy link

No description provided.

mkitti and others added 13 commits October 21, 2024 06:44
…ndering with unequal chunk sizes (google#632)

* fix: pass correct chunk size to 3D histogram

* feat: more accurately distribute samples in 3D into chunks for histogram calculation

* fix: remove discard in 3D histogram for display purposes
this means the histogram now reflects the underlying data more

* refactor: cleaner var names and sum

* refactor: clearer variable naming for histogram instances

* fix: formatting
…rlHash (google#644)

without a maxWait value, debounce can cause important state changes to be lost if there is high rate of state change between the important change and a page reload
mouse movement causes state changes and is probably the main reason this can happen
TensorStore encodes chunks of shape (x_size, y_size, z_size, c_size)
with width=x_size*y_size, height=z_size, while cloud-volume uses
width=x_size, height=y_size*z_size.

With this change, Neuroglancer will accept any width/height as long as
`width * height = x_size * y_size * s_zize`.  This loose checking was
already used for the JPEG format.

Fixes google/tensorstore#196
* fix: correct deletion of old queries

* feat(framerate): framerate fixes when application errors occur

* feat: store the frame number with the delta

* refactor: easier management of the query pool
…en hovering inside the ikonate svg with a default title (google#633)
@aaronkanzer aaronkanzer merged commit 8c42da2 into master Nov 14, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants