File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,19 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
1818 * Define the new link url:
1919 `[2.0.0]: https://github.com/google-deepmind/disentangled_rnns/compare/v1.0.0...v2.0.0`
2020 * Update the `[Unreleased]` url: `v1.0.0...HEAD` -> `v2.0.0...HEAD`
21+ * Update the version in __init__.py
2122
2223-->
2324
2425## [ Unreleased]
2526
27+ ## [ 0.1.2] - 2025-11-17
28+
29+ - Validate input types to DatasetRNN
30+ - Improve docstrings in rnn_utils
31+ - Update code for plotting two-armed bandit session data and add examples to
32+ the notebook
33+
2634## [ 0.1.1] - 2025-11-10
2735
2836* Initial Release on PyPi
@@ -36,3 +44,4 @@ a release and act as a baseline for future releases.
3644
3745[ Unreleased ] : https://github.com/google-deepmind/disentangled_rnns/compare/v0.1.1...HEAD
3846[ 0.1.1 ] : https://github.com/google-deepmind/disentangled_rnns/releases/tag/v0.1.1
47+ [ 0.1.2 ] : https://github.com/google-deepmind/disentangled_rnns/releases/tag/v0.1.2
Original file line number Diff line number Diff line change 1616
1717# A new PyPI release will be pushed every time `__version__` is increased.
1818# When changing this, also update the CHANGELOG.md.
19- __version__ = '0.1.1 '
19+ __version__ = '0.1.2 '
You can’t perform that action at this time.
0 commit comments