Skip to content

Commit 36e2828

Browse files
committed
Bump version to 0.2.3
1 parent e9c11b8 commit 36e2828

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# User visible changes in `PRIMA.jl`
22

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+
312
## Version 0.2.2 (2024-10-16)
413

514
### Changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PRIMA"
22
uuid = "0a7d04aa-8ac2-47b3-b7a7-9dbd6ad661ed"
33
authors = ["Éric Thiébaut <eric.thiebaut@univ-lyon1.fr> and contributors"]
4-
version = "0.2.2"
4+
version = "0.2.3"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

0 commit comments

Comments
 (0)