[Python-announce] PyCA cryptography 38.0.0 released

2022-09-06 Thread Paul Kehrer
PyCA cryptography 38.0.0 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, asymmetric algorithms, message digests, X509, key derivation functions, and much more. We support Python 3.6+,

[Python-announce] ANN: GF4 Now Has A Plugin Capability

2022-09-06 Thread Thomas Passin
A new plugin capability for the GF4 Waveform Calculator lets a Python file in the new plugins directory add a new command and command button. This is helpful for adding or developing new functionality. Basic information for writing and using plugins is included in the README file in the

[Python-announce] [ANN] Numba 0.56.1 and llvmlite 0.39.1

2022-09-06 Thread Valentin Haenel
Dear all, in behalf of the Numba team I am happy to announce the patch releases: Numba 0.56.1 and llvmlite 0.39.1. Besides the usual bug fixes, this Numba release adds support for NumPy 1.23. For more information about Numba, please point your browsers at: https://numba.pydata.org/ For more