Pierre Raybaut
Pierre Raybaut
This option would toggle the anti-aliasing interpolation mode for displaying images. Currently (and after this change as well), the default interpolation mode is "no interpolation" (nearest).
Currently, if you want to use DataLab stand-alone version on Windows 7, you have to install the specific `'-Win7'` build which is based on Python 3.8. Given the fact that...
This is just a matter of robustness, not a real bug as no processing output should be a zero-size array.
The whole `Tools` folder has been removed from Python official distribution for Windows since version 3.12. This breaks the `guidata` translation features which rely on the unavailable `Tools/i18n/pygettext.py` script.
https://typing-extensions.readthedocs.io/en/latest/index.html#decorators This could be useful to add typing hints for `guidata.dataset.DataSet` objects. It would require to add a dependency over `typing_extensions` since the feature was introduced in standard `typing` package...
This is the same problem as in [this PlotPy issue](https://github.com/PlotPyStack/PlotPy/issues/22). Actually, this should have been the other way around... The `qwt\tests\test_loadtest.py` may be used to reproduce this issue. For example,...
Waiting for more info