Skip to content

Commit

Permalink
version bump to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Dec 11, 2024
1 parent 29a5889 commit eb20472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# v1.4.4rc
# v1.5.0

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

# v1.4.3

Expand Down
2 changes: 1 addition & 1 deletion mellon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from . import _derivatives as derivatives
from . import validation

__version__ = "1.4.3"
__version__ = "1.5.0"

__all__ = [
"DensityEstimator",
Expand Down

0 comments on commit eb20472

Please sign in to comment.