Skip to content

Commit d513587

Browse files
committed
Version 10.5.2
1 parent cbfae94 commit d513587

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.org

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
:EXPORT_HUGO_SECTION: changelog
6767
:END:
6868
** Unreleased
69+
** [[https://gitlab.com/ymd_h/cpprb/-/tree/v10.5.2][v10.5.2]]
70+
- Fix: Remove unused method from internal C++ sampler
71+
- Improve: Speed up Segment Tree implementation.
6972
** [[https://gitlab.com/ymd_h/cpprb/-/tree/v10.5.1][v10.5.1]]
7073
- Fix: Pass next_state (instead of state) to reward function in ~HindsightReplayBuffer~
7174
- Fix: Take ~goal_func~ to convert state to goal in ~HindsightReplayBuffer~

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def finalize_options(self):
9595
setup(name="cpprb",
9696
author="Yamada Hiroyuki",
9797
description=description,
98-
version="10.5.1",
98+
version="10.5.2",
9999
install_requires=requires,
100100
setup_requires=setup_requires,
101101
extras_require=extras,

0 commit comments

Comments
 (0)