There was an error while loading. Please reload this page.
2 parents 870a9ba + bc06821 commit 580ac87Copy full SHA for 580ac87
3 files changed
README.md
@@ -112,6 +112,7 @@ Release Notes
112
* reduce memory usgae of `palantir.presults.compute_gene_trends`
113
* removed seaborn dependency
114
* refactor `run_diffusion_maps` to split out `compute_kernel` and `diffusion_maps_from_kernel`
115
+ * remove unused dependency `tables`
116
117
### Version 1.3.0
118
setup.py
@@ -33,7 +33,6 @@
33
"joblib",
34
"fcsparser>=0.1.2",
35
"leidenalg>=0.9.1",
36
- "tables>=3.4.2",
37
"Cython",
38
"cmake",
39
"matplotlib>=2.2.2",
src/palantir/version.py
@@ -1,3 +1,3 @@
1
-__version__ = "1.3.2"
+__version__ = "1.3.1"
2
__author__ = "Palantir development team"
3
__author_email__ = "manu.talanki@gmail.com"
0 commit comments