File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ __pycache__/
66# C extensions
77* .so
88
9+ # data
10+ * .h5ad
11+
912# Distribution / packaging
1013.Python
1114build /
Original file line number Diff line number Diff line change 44Release Notes
55=============
66
7+ Version 1.2 :small: `January 9, 2569/2026 `
8+ --------------------------------------------
9+
10+ .. rubric :: New Features
11+
12+ - :func: `scFates.tl.test_covariate ` now supports more than 2 covariates and nested trend tests via the refactored group_test function.
13+ - :func: `scFates.tl.fit ` now accepts a ``knots `` parameter for GAM model configuration.
14+
15+ .. rubric :: Improvements
16+
17+ - Enhanced subplot handling and figure sizing for :func: `scFates.pl.trends ` and :func: `scFates.pl.single_trend `.
18+ - More robust GAM fit variable management and sanitization of EPG results while saving data.
19+ - Improved pseudotime segment assignment and milestone handling, including better handling of cells outside expected pseudotime ranges.
20+ - Updated networkx dependency requirement.
21+ - Added pixi environment setup.
22+ - Various warning cleanups throughout the codebase.
23+
24+ .. rubric :: Bug Fixes
25+
26+ - Fixed EPG elastic curve not being added to `adata.uns `, which caused errors during pseudotime calculation (PR #51).
27+ - Fixed handling of segments with no cells assigned during segment majority voting.
28+ - Fixed milestone conversion to string category type with proper NaN handling.
29+ - Fixed issue where subsetting would fail when a segment does not have any cells.
30+ - Added missing logging import to palette_tools.
31+ - Fixed typos in documentation and code.
32+
33+
734Version 1.1.1 :small: `May 28, 2567/2025 `
835--------------------------------------------
936- Switched to stripplot for faster dendrogram generation
You can’t perform that action at this time.
0 commit comments