File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373Release Notes
7474-------------
7575
76- ### Next Release
76+ ### Version 1.4.3
7777 * Avoid warning about coloring in ` plot_trajectories `
7878 * Fix: forward ` eigvec_key ` to fallback method in ` early_cell() `
79- * Performance optimizations (PR #176 ):
79+ * Performance optimizations (thanks to [ @ svdrecbd ] ( https://github.com/svdrecbd ) for PR #176 ):
8080 - Faster max-min waypoint sampling: O(N·K²) → O(N·K)
8181 - PCA slicing optimization to avoid redundant recomputation
8282 - Sparse LU solver for absorption probabilities
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " palantir"
7- version = " 1.4.2 "
7+ version = " 1.4.3 "
88description = " Palantir for modeling continuous cell state and cell fate choices in single cell data"
99authors = [
1010 {name = " Palantir development team" , email = " manu.talanki@gmail.com" }
Original file line number Diff line number Diff line change 66 __version__ = importlib .metadata .version ("palantir" )
77except importlib .metadata .PackageNotFoundError :
88 # Package is not installed, fall back to hardcoded version
9- __version__ = "1.4.2 " # Should match pyproject.toml
9+ __version__ = "1.4.3 " # Should match pyproject.toml
1010
1111__author__ = "Palantir development team"
1212__author_email__ = "manu.talanki@gmail.com"
You can’t perform that action at this time.
0 commit comments