[Numpy-discussion] ANN: mplcairo 0.4 release

2021-04-02 Thread Antony Lee
. 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 ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] ANN: mplcairo 0.3 release

2020-05-03 Thread Antony Lee
. mplcairo 0.3 adds support for OpenType font features (see `examples/opentype_features.py`), pdftex.map font effects, simplifications to the build, and as well as the usual bugfixes over 0.2. Enjoy, Antony Lee ___ NumPy-Discussion mailing list NumPy-D

[Numpy-discussion] ANN: mplcairo 0.2 release

2019-09-23 Thread Antony Lee
. mplcairo 0.2 adds support for cairo 1.17.2's high-precision floating point surfaces, simplifies the use of custom compositing operators (see `examples/operators.py`), a few other features listed in the changelog, as well as the usual bugfixes over

[Numpy-discussion] Proposed change in construction of structured dtypes with a shape-(1, ) field

2019-05-20 Thread Antony Lee
In #13112/#13326, I proposed to change the semantics of constructing structured dtypes with a shape-(1,) field (with a deprecation period). Currently, a construct like `np.empty(1, ("a", int, 1))` is treated as a shape-() field, i.e. the same as `np.empty(1, ("a", int))`; the PR proposes to (ultima

[Numpy-discussion] mplcursors 0.2 release

2018-08-15 Thread Antony Lee
`Container`\s. - In hover mode, annotations can still be removed by right-clicking. Enjoy, Antony Lee ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] mplcairo 0.1 release

2018-07-22 Thread Antony Lee
ments. - On Travis, we now run Matplotlib's test suite with mplcairo patching the default Agg renderer. Enjoy, Antony Lee ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion