We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dc0fb commit b0b3365Copy full SHA for b0b3365
1 file changed
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## [v1.1.3] - 2026-03-07
4
+
5
+### Bug Fixes
6
+- Fixed `umap_embedding` `NotFittedError` when fewer than two rows have nonzero variance
7
+- Fixed flash response index label alignment with filtered response index ordering
8
+- Fixed `EnsembleView` `FileNotFoundError` in example notebooks by using explicit `best_checkpoint_fn_kwargs`
9
10
+### Documentation
11
+- Added pretrained model download step to example notebooks
12
+- Updated installation documentation
13
14
+### Infrastructure
15
+- Updated package configuration in `pyproject.toml`
16
17
+[v1.1.3]: https://github.com/TuragaLab/flyvis/releases/tag/v1.1.3
18
19
## [v1.1.2] - 2024-12-09
20
21
### Infrastructure
0 commit comments