14
0

- update to 3.4.0:

* Added support for Python interpreters statically linked
    against libc or linked against alternative implementations
    of libc like musl
  * Added support for Pyodide
  * Extended FlexiBLAS support to be able to switch backend at
    runtime.
  * Added support for FlexiBLAS
  * Fixed a bug where an unsupported library would be detected
    because it shares a common prefix with one of the supported
    libraries. Now the symbols are also checked to
    identify the supported libraries.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-threadpoolctl?expand=0&rev=16
This commit is contained in:
2024-04-02 18:55:47 +00:00
committed by Git OBS Bridge
parent cc5f9a95d7
commit 3a8065c802
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Apr 2 18:54:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.4.0:
* Added support for Python interpreters statically linked
against libc or linked against alternative implementations
of libc like musl
* Added support for Pyodide
* Extended FlexiBLAS support to be able to switch backend at
runtime.
* Added support for FlexiBLAS
* Fixed a bug where an unsupported library would be detected
because it shares a common prefix with one of the supported
libraries. Now the symbols are also checked to
identify the supported libraries.
-------------------------------------------------------------------
Fri Dec 8 16:25:46 UTC 2023 - Dirk Müller <dmueller@suse.com>