Skip to content

Commit

Permalink
release: 0.20.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Eschle <mayou36@jonas.eschle.com>
  • Loading branch information
jonas-eschle committed Apr 20, 2024
1 parent ebf116c commit 57c3ae2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Deprecations

Bug fixes and small changes
---------------------------
- enhanced loss: simple loss can take a gradient and hesse function and the default base loss provides fallbacks that work correctly between ``value_gradient`` and ``gradient``. This maybe matters if you've implemented a custom loss and should fix any issues with it.
- multiprocessing would get stuck due to an `upstream bug in TensorFlow <https://github.com/tensorflow/tensorflow/issues/66115>`_. Working around it by disabling an unused piece of code.


Experimental
Expand All @@ -29,6 +27,17 @@ Experimental
Requirement changes
-------------------

Thanks
------

0.20.3 (19 Apr 2024)
========================

Bug fixes and small changes
---------------------------
- consistent behavior in loss: simple loss can take a gradient and hesse function and the default base loss provides fallbacks that work correctly between ``value_gradient`` and ``gradient``. This maybe matters if you've implemented a custom loss and should fix any issues with it.
- multiprocessing would get stuck due to an `upstream bug in TensorFlow <https://github.com/tensorflow/tensorflow/issues/66115>`_. Working around it by disabling an unused piece of code.

Thanks
------
- acampoverde for finding the bug in the multiprocessing
Expand Down

0 comments on commit 57c3ae2

Please sign in to comment.