v0.5.0
What's Changed
Features
- Remove mizani and pandas as dependencies by @machow (#271, #261)
- Include choice of webdrivers in the
.save()
method by @rich-iannone in #262 - Add sub_missing and sub_zero methods by @machow in #244
Fixes
- Fix error from incorrectly passing nanoplot options to args in
_generate_nanoplot()
by @rich-iannone in #258 - Remove uses of DataFrame.apply and dtype methods by @machow in #277
- Close some opened files by @machow in #281
Docs
- Add warning callout for experimental status by @rich-iannone in #243
- Add examples for
fmt_nanoplot()
by @rich-iannone in #245 - Add docs site and codecov badges by @rich-iannone in #254
- Rename variables on example code for Oceania by @sergiolaverde0 in #264
- Improve two examples in Examples section by @rich-iannone in #267
Chores
- Refactor nanoplots by @machow in #246
- Add more tests for formatting methods by @rich-iannone in #260
- ci: workflow pushes to CodeCov by @machow in #250
- Update list of supported Python versions to match those tested by @discdiver in #269
New Contributors
- @sergiolaverde0 made their first contribution in #264
- @discdiver made their first contribution in #269
Full Changelog: v0.4.0...v0.5.0