-
Notifications
You must be signed in to change notification settings - Fork 3
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
Backport changes to release #125
Merged
Conversation
This file contains 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
* feat: show all images in list * feat(embeddings): selection of points filters list * refactor(object_detector): remove images_manager dependency * refactor: move image modules into images folder * refactor: use BufferCache for images * refactor: use BufferCache for annotations * refactor: clean dead code * fix(embeddings): add transformed img point as computed * chore(ci): run tests without depending on linters * fix(image_list): respect client side sorting and filtering * fix(ScatterPlot): correct is_transformed in hover * fix(image_list): paginate grid view Grid view does not do virtual scrolling * perf(object_detector): reuse last successful batch size * refactor: remove images_manager * fix: flush transformed images to state before detection * fix(images): actually call on_clear callback in BufferCache * feat(image_list): hide dependant columns when transforms disabled * refactor(images): use lru_cache for image functions * refactor(ScatterPlot): rename props to use points ScatterPlot could be used for non images data. * refactor: reorder images.py and doc object_detector * refactor(annotations): move logic from images.py
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.5.1...1.5.2) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Better network wait
or image is loading
Sometimes we don't need the image for visualization and don't need to put it on the trame state.
Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v3.29.4...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.3 to 4.5.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…onents/vite-4.5.5 chore(deps-dev): bump vite from 4.5.3 to 4.5.5 in /vue-components
…onents/rollup-3.29.5 chore(deps): bump rollup from 3.29.4 to 3.29.5 in /vue-components
chore(deps): bump scikit-learn from 1.5.1 to 1.5.2
Light gray for unselected points. Was light blue for unselected points, light gray for selected.
Big performance improvements for many point
Updates the requirements on [build](https://github.com/pypa/build) to permit the latest version. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@0.0.1...1.2.2) --- updated-dependencies: - dependency-name: build dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
PaulHax
approved these changes
Oct 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
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.
We need to bring the changes to release branch before doing a release.