Miikka Salminen
Miikka Salminen
A major new [NumPy version 2.0.0](https://pypi.org/project/numpy/2.0.0/) was released on 16th June 2024. ([Release notes](https://numpy.org/doc/stable/release/2.0.0-notes.html) and [migration guide](https://numpy.org/doc/stable/numpy_2_0_migration_guide.html)) It seems that as of 2024-07-02 the latest available pyEDFlib version 0.1.37 is...
Hi! It would be great if PyO3 supported marking items in the compiled API as deprecated when used from Python. My main use for PyO3 involves writing library code in...
# Summary This RFC adds call-site unpacking of tuples, tuple structs, and fixed-size arrays, using `...expr` within the function call's parentheses as a shorthand for passing arguments. The full contents...
It would be great if the Rust code generated by `bindgen` would keep the [number bases](https://en.wikipedia.org/wiki/Radix) of the integer literals in the input C and C++ code. After all, the...
The radices of integer literals in the input code, including both C and C++, are retained on a best-effort basis in the generated bindings. - The radix of a C/C++...
I found this while exploring whether QuickCheck could be updated. Its newer version seems to run more thorough testing, which revealed this problem among others. --- Assembly comparison The new...