mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
Merge pull request #1083 from SheffieldML/1071-release-patch-v1132
bump version 1.13.2
This commit is contained in:
commit
d37e96d331
3 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v1.13.2 (2024-07-21)
|
||||
* update string checks in initialization method for latent variable and put `empirical_samples` init-method on a deprecation path
|
||||
|
||||
* update dependencies to `numpy>=1.7.0,<2.0.0`
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "1.13.1"
|
||||
__version__ = "1.13.2"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.13.1
|
||||
current_version = 1.13.2
|
||||
tag = True
|
||||
commit = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue