Skip to content

Version 0.14.2

Compare
Choose a tag to compare
@ianthomas23 ianthomas23 released this 10 Aug 16:21
v0.14.2

This is a bug fix release to fix an important divide by zero bug in antialiased lines, along with improvements to documentation and handling of dependencies.

Thanks to @ianthomas23 and @adamjhawley.

Enhancements:

  • Improvements to documentation:

    • Fix links in docs when viewed in browser (#1102)
    • Add release notes (#1108)
  • Improvements to handling of dependencies:

    • Correct dask and bokeh dependencies (#1104)
    • Add requests as an install dependency (#1105)
    • Better handle returned dask npartitions in tests (#1107)

Bug fixes:

  • Fix antialiased line divide by zero bug (#1099)