Hello everyone,
There are multiple instances of except-pass blocks within the codebase that to my knowledge are bad practices (Referencing This StackOverflow Article. For example in numpy/ma/core.py there is an except-pass block that catches all exceptions thrown. Another example of this can be found in numpy/core/function_base.py. I was wondering if it would be a good idea to add some print statements for logging the exceptions caught. Also for cases where except-pass blocks are needed, is …
[View More]there an explanation for not logging exceptions?
https://github.com/numpy/numpy/blob/914407d51b878bf7bf34dbd8dd72cc2dbc42867…https://github.com/numpy/numpy/blob/914407d51b878bf7bf34dbd8dd72cc2dbc42867…
Thanks,
Michael Dubravski
[View Less]
Hi all,
As I am beginner at open source. I would be obliged if someone could guide
me forward. Provided I know basics of numpy and other machine learning
libraries.
Dear all,
I am pleased to announce the release of mplcairo 0.4.
mplcairo is a Matplotlib backend based on the well-known cairo library,
supporting output to both raster (including interactively) and vector
formats. In other words, it provides the functionality of Matplotlib's
{,qt5,gtk3,wx,tk,macos}{agg,cairo}, pdf, ps, and svg backends.
Per Matplotlib's standard API, the backend can be selected by calling
matplotlib.use("module://mplcairo.qt")
or setting your MPLBACKEND environment …
[View More]variable to `module://mplcairo.qt`
for Qt5, and similarly for other toolkits.
mplcairo 0.4 adds support for Matplotlib 3.4, support for retrieving
underlying cairo contexts, as well as the usual bugfixes over 0.3.
Enjoy,
Antony Lee
[View Less]