Skip to content

Commit

Permalink
Bump version to 0.13.1 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-granta authored Nov 3, 2022
1 parent f59f0ff commit 3268997
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ authors:
- family-names: "Picheny"
given-names: "Victor"
title: "Trieste"
version: 0.13.0
date-released: 2022-10-21
version: 0.13.1
date-released: 2022-11-03
url: "https://github.com/secondmind-labs/trieste"
2 changes: 1 addition & 1 deletion tests/integration/test_bayesian_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,5 +655,5 @@ def _test_optimizer_finds_minimum(
)
random_batch = tf.expand_dims(search_space.sample(batch_size), 0)
npt.assert_allclose(
acq_function(random_batch), acq_function_copy(random_batch), rtol=2e-7
acq_function(random_batch), acq_function_copy(random_batch), rtol=5e-7
)
2 changes: 1 addition & 1 deletion trieste/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.1
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"url": "https://secondmind-labs.github.io/trieste/develop/index.html"
},
{
"version": "0.13.0",
"url": "https://secondmind-labs.github.io/trieste/0.13.0/index.html"
"version": "0.13.1",
"url": "https://secondmind-labs.github.io/trieste/0.13.1/index.html"
},
{
"version": "0.12.0",
Expand Down

0 comments on commit 3268997

Please sign in to comment.