We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a5889 commit eb20472Copy full SHA for eb20472
CHANGELOG.md
@@ -1,10 +1,11 @@
1
-# v1.4.4rc
+# v1.5.0
2
3
- remove `numpy` as direct dependency
4
- bugfix DimensionalityEstimator dimensionality initialization
5
- implement 'fixed' gaussian proces type to allow more inducing points than datapoints
6
- implement `copy()` method for `Predictor` class
7
- html representation for major objects
8
+ - `covariance` of sparse `FunctionEstimator`
9
10
# v1.4.3
11
mellon/__init__.py
@@ -19,7 +19,7 @@
19
from . import _derivatives as derivatives
20
from . import validation
21
22
-__version__ = "1.4.3"
+__version__ = "1.5.0"
23
24
__all__ = [
25
"DensityEstimator",
0 commit comments