mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 08:42:39 +02:00
commit
c864019d62
3 changed files with 6 additions and 2 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v1.13.1 (2024-01-14)
|
||||
|
||||
* limit `scipy<1.12` as macos and linux jobs install some pre-release version of `scipy==1.12` which breaks tests
|
||||
|
||||
## v1.13.0 (2023-12-20)
|
||||
|
||||
* update `paramz` depdency to `>=0.9.6`
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "1.13.0"
|
||||
__version__ = "1.13.1"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.13.0
|
||||
current_version = 1.13.1
|
||||
tag = True
|
||||
commit = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue