We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c11b8 commit 36e2828Copy full SHA for 36e2828
2 files changed
NEWS.md
@@ -1,5 +1,14 @@
1
# User visible changes in `PRIMA.jl`
2
3
+## Version 0.2.3 (2025-06-12)
4
+
5
+### Fixed
6
7
+- Use `task_local_storage` for storing the reference to the Julia objective function.
8
+ This replaces the storage indexed by `Threads.threadid()` which is wrong because, since
9
+ Julia 1.8, a given task can be executed by different threads in its life time. In
10
+ principle, this solves issue #47.
11
12
## Version 0.2.2 (2024-10-16)
13
14
### Changed
Project.toml
@@ -1,7 +1,7 @@
name = "PRIMA"
uuid = "0a7d04aa-8ac2-47b3-b7a7-9dbd6ad661ed"
authors = ["Éric Thiébaut <eric.thiebaut@univ-lyon1.fr> and contributors"]
-version = "0.2.2"
+version = "0.2.3"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
0 commit comments