We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4c5a9 commit e7f0093Copy full SHA for e7f0093
README.md
@@ -73,7 +73,7 @@ ____
73
74
Release Notes
75
-------------
76
- ### Version 1.3.5
+ ### Version 1.3.6
77
* `run_magic_imputation` now has a boolean parameter `sparse` to control output sparsity
78
* **bugfix**: `run_local_variability` for dense expression arrays now runs much faster and more accurate
79
src/palantir/version.py
@@ -1,3 +1,3 @@
1
-__version__ = "1.3.5"
+__version__ = "1.3.6"
2
__author__ = "Palantir development team"
3
__author_email__ = "manu.talanki@gmail.com"
0 commit comments