Skip to content

Commit

Permalink
Release v1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freud14 committed Jul 9, 2023
1 parent d17f97d commit da24c59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.17.1

- Fix `_XLA_AVAILABLE` import with old versions of torchmetrics.
- Fix WandB tests.

# v1.17

- [`FBeta`](https://poutyne.org/metrics.html#poutyne.FBeta) is using the non-deterministic torch function [`bincount`](https://pytorch.org/docs/stable/generated/torch.bincount.html). Either by passing the argument `make_deterministic` to the [`FBeta`](https://poutyne.org/metrics.html#poutyne.FBeta) class or by using one of the PyTorch functions `torch.set_deterministic_debug_mode` or `torch.use_deterministic_algorithms`, you can now make this function deterministic. Note that this might make your code slower.
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17
1.17.1

0 comments on commit da24c59

Please sign in to comment.