We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e8a45 commit 7233db7Copy full SHA for 7233db7
2 files changed
HISTORY.md
@@ -1,3 +1,7 @@
1
+# 0.9.17
2
+
3
+Further improve performance by dropping unused `Ref`s from the tape entirely.
4
5
# 0.9.16
6
7
Improve performance by removing unnecessary `set_ref_at!` / `get_ref_at` calls.
Project.toml
@@ -3,7 +3,7 @@ uuid = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f"
license = "MIT"
desc = "Tape based task copying in Turing"
repo = "https://github.com/TuringLang/Libtask.jl.git"
-version = "0.9.16"
+version = "0.9.17"
8
[deps]
9
MistyClosures = "dbe65cb8-6be2-42dd-bbc5-4196aaced4f4"
0 commit comments