Mercurial > hg > orthanc-python
comparison NEWS @ 217:f764ba66e409
added option "AllowThreads"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Jul 2024 17:00:18 +0200 |
parents | d08d75fc6d6a |
children | 7ecdfdcb49d5 |
comparison
equal
deleted
inserted
replaced
216:dff82fbd0a15 | 217:f764ba66e409 |
---|---|
1 Pending changes in the mainline | 1 Pending changes in the mainline |
2 =============================== | 2 =============================== |
3 | 3 |
4 * Created Python documentation for the Orthanc interface, check out "orthanc.pyi" | 4 * Created Python documentation for the Orthanc interface, check out "orthanc.pyi" |
5 * Added possibility to release the GIL during the call to the native SDK functions | 5 * Added option "AllowThreads" to release the GIL during the call to the native SDK functions |
6 * Code model is now generated by the "orthanc-java" project | 6 * Code model is now generated by the "orthanc-java" project |
7 * Added Windows builder for Python 3.12 | 7 * Added Windows builder for Python 3.12 |
8 | 8 |
9 | 9 |
10 Version 4.2 (2024-05-16) | 10 Version 4.2 (2024-05-16) |