2020-07-24 14:06:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 24 11:21:21 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to 2.1.0
|
|
|
|
* New commandline interface: 'python -m threadpoolctl -i numpy'
|
|
|
|
will try to import the `numpy` package and then return the output of
|
|
|
|
`threadpoolctl.threadpool_info()` on STDOUT formatted using the JSON
|
|
|
|
syntax. This makes it easier to quickly introspect a Python environment.
|
|
|
|
- Add patch python_executable.patch
|
|
|
|
|
2020-03-05 14:01:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 5 13:02:43 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- initial version 2.0.0, required by python-joblib
|
|
|
|
|