version 0.14.0
What's Changed
- Fix class name issue with modern versions of dask.distributed by @maiani in #351
- Replacing atomicwrites with os.write by @juandaanieel in #353
- Remove scipy deprecation warnings by @eendebakpt in #354
- Docs in Markdown with Myst and change tutorials to Jupytext notebooks by @basnijholt in #355
- Add transparent logo in WebM format (for dark mode) by @basnijholt in #356
- Update pre-commit versions by @basnijholt in #359
- Add getting learner's data as pandas.DataFrame; add learner.to_dataframe method by @basnijholt in #358
- Allow to periodically save with any function by @basnijholt in #362
- Release 0.14 by @basnijholt in #363
New Contributors
- @maiani made their first contribution in #351
- @juandaanieel made their first contribution in #353
- @eendebakpt made their first contribution in #354
Full Changelog: v0.13.2...v0.14.0