Changelog

v1.0.3 (2022-06-12)

  • Remove unnecessary code duplication #130

  • ContourGenerator base class #131

  • Mark tests that need mpl #133

  • Fix for PyPy np.resize bug #135

  • Initialise mpl backend when first needed #137

  • Add isort to pytest #138

v1.0.2 (2022-04-08)

  • Add tests that do not write text to images #124

v1.0.1 (2022-03-02)

  • Add docs and tests to sdist #119

  • Relax numpy version requirement #120

v1.0.0 (2022-02-19)

Finalised API for version 1.0 release.

  • Synonym functions for backward compatibility with Matplotlib #111

  • Add benchmarks to docs #112

  • Updated readmes, added security policy and code of conduct #113

  • Improved name to class mapping #114

  • Convert np.nan/np.inf in z to masked array #115

v0.0.5 (2022-02-13)

  • All ContourGenerator classes implement the same readonly properties #91

  • Support string to enum conversion in contour_generator #92

  • Default line/fill type for serial/threaded #96

  • Check for negative z if using log interp #97

  • contour_generator args vs kwargs #99

  • String to enum moved from C++ to python #100

  • Don’t store mask in mpl2005 #101

  • Sphinx documentation #102

  • Fixed missing SW corner mask starts #105

  • Finalise enum spellings #106

  • Complete mask render function #107

  • Test filled compare slow #108

v0.0.4 (2021-11-07)

  • Build on Python 3.10 #76

v0.0.3 (2021-10-01)

  • Improvements to build on older MSVC. #85

v0.0.2 (2021-09-30)

  • Include license file in sdist. #81

v0.0.1 (2021-09-20)

  • Initial release.