You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* prepare for 4.7.0 release
* Apply suggestion from @stevengj
* Apply suggestion from @stevengj
* Apply suggestion from @stevengj
---------
Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
Copy file name to clipboardExpand all lines: NEWS.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Libctl Release Notes
2
2
3
+
## libctl 4.7.0
4
+
5
+
6/18/2026
6
+
7
+
* New mesh geometry object (#74).
8
+
9
+
* Bug fixes for thread safety (#75, #81).
10
+
11
+
* Enable thread-safety tests via configure flag `--enable-openmp` (#79); the library itself is still single-threaded (but many functions of libctlgeom are thread-safe).
0 commit comments