-
Couldn't load subscription status.
- Fork 96
Release 1.9.2 #147
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
Merged
Merged
Release 1.9.2 #147
Conversation
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
Tech debt/aic 5935
* refactor multiframe iris pipeline * refactor and fix tests * fix test leakage from patches * upd e2e tests * fix broken tests * rename MultiframeAggregationPipeline -> TemplatesAggregation * Add user warning * bump the iris version
Co-authored-by: ycbiometrics <[email protected]>
…s list of every node.
…iter-always-at-first-position Make sure that `NodeWriterResult` callback is always first in callbacs list of every node.
* 1.8.3 -> 1.9.0 * bugfix serialization data type * add speciofic e2e test for multiframe * revert the doc file from 1.9.0 releqase
* 1.8.3 -> 1.9.0 * release v1.9.0 (#136) * tets workflow * upd * add prod workflow * correct the repo name * upd name * add a workflow to create docs * address PR comments * debugging * add requirements * upd deploy docs * docs branch * fix bug * cleaning * new way * fake upd of docds * upd * upd * rollback * upd * upd * revert * worktree * another approach * upd * keep some files * final version * swap the order * upd * upd * upd * remove .buildinfo * remove .buildinfo * cleaning * Iris multiview/aic 5901: e2e Multiframe Iris Pipeline (#123) * refactor multiframe iris pipeline * refactor and fix tests * fix test leakage from patches * upd e2e tests * fix broken tests * rename MultiframeAggregationPipeline -> TemplatesAggregation * Add user warning * bump the iris version * 1.8.3 -> 1.9.0 (#137) Co-authored-by: ycbiometrics <[email protected]> --------- Co-authored-by: ycbiometrics <[email protected]> * bugfix serialization data type * add speciofic e2e test for multiframe * revert the doc file from 1.9.0 releqase * update iris version * upd --------- Co-authored-by: ycbiometrics <[email protected]>
Merge main to dev
* fix: not to cast ndarray to list * fix tests * bump the version * rollback docs
* improve the fusion methold on boundary extrapolation * update more config files * update unit tests --------- Co-authored-by: ycbiometrics <[email protected]>
wiktorlazarski
approved these changes
Sep 1, 2025
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.
Release 1.9.2
Summary
numpy.ndarrayin safe serialization (no implicit list conversion).Key Changes
numpy.ndarrayunchanged; update tests to match.Impact/Risk