Sync upstream/nanobeam with upstream/dev so that @ehrhardtkm can push PDF#178
Merged
Sync upstream/nanobeam with upstream/dev so that @ehrhardtkm can push PDF#178
upstream/nanobeam with upstream/dev so that @ehrhardtkm can push PDF#178Conversation
…t cache the activation function
…verting back to previous implementation
- Add docstring with examples to from_array() - Add docstring with examples to from_shape() - Use "Frame N" as default title (appropriate for time series/tomography) - Add suptitle parameter with proper layout adjustment
updating core/ml models
…-20260119 chore: Update dependencies
Hotfix config
Removing streaming parallax implementation before release
`Dataset3d` support `show()` for image grid with sensible defaults.
adding workflow to regenerate lock on PR into main
remove macos-15-intel
headless matplotlib backend for windows tests
Bump version to 0.1.8
Sync main to dev
…-20260202 chore: Update dependencies
Fix type hints for modify_in_place overloads in Dataset
…-20260209 chore: Update dependencies
…-20260216 chore: Update dependencies
Collaborator
Author
|
Since we are just syncing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What problem it solves
upstream/nanobeamis a decade old (a few months old) and contains merge conflicts withupstream/dev.Now, @ehrhardtkm made commits on top of the
upstream/nanobeam. Hence, the PR contains meaningless commits: #177What this PR does
Sync
upstream/nanobeamwithupstream/devso that @ehrhardtkm's PR only shows relevant commits pertained to PDF physics, while maintaining @cophus early prototype commits inupstream/nanobeam.