Skip to content

Commit eb20472

Browse files
committed
version bump to v1.5.0
1 parent 29a5889 commit eb20472

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# v1.4.4rc
1+
# v1.5.0
22

33
- remove `numpy` as direct dependency
44
- bugfix DimensionalityEstimator dimensionality initialization
55
- implement 'fixed' gaussian proces type to allow more inducing points than datapoints
66
- implement `copy()` method for `Predictor` class
77
- html representation for major objects
8+
- `covariance` of sparse `FunctionEstimator`
89

910
# v1.4.3
1011

mellon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from . import _derivatives as derivatives
2020
from . import validation
2121

22-
__version__ = "1.4.3"
22+
__version__ = "1.5.0"
2323

2424
__all__ = [
2525
"DensityEstimator",

0 commit comments

Comments
 (0)