Release v0.6
What's Changed
- MNT bump version to 0.6.dev0 on main by @adrinjalali in #280
- MNT add a section for the new releaes in the changelog by @adrinjalali in #281
- DOC add PR prefixes to maintainer docs by @adrinjalali in #282
- ENH pandoc parser minor improvements and support older pandoc by @BenjaminBossan in #284
- Fix typo in _model_card.py by @eltociear in #285
- DOC fix author links by @adrinjalali in #286
- ENH permutation importance by @merveenoyan in #142
MNT/MAINT
upgrading isort to 5.12.0 by @omar-araboghli in #294- ENH: Add possibility to turn section invisible by @BenjaminBossan in #288
- Add tabular regression example by @lazarust in #254
ENH
trusting scipy.ufuncs by @omar-araboghli in #295- DOC Add example of using a custom template with model cards by @BenjaminBossan in #291
- MNT: Upgrade mypy to version 1.0.0 by @BenjaminBossan in #297
- MNT move pr template to proper place by @BenjaminBossan in #306
- MNT Bump actions/checkout from 2 to 3 by @dependabot in #304
- DOC Document compatibility across sklearn versions by @BenjaminBossan in #290
- ENH Add performance test + GH action to run it weekly by @BenjaminBossan in #289
- DOC Add intelex inference example by @ahuber21 in #303
- FIX: Support operators persistence by @BenjaminBossan in #287
ENH
add metric frame by @lazarust in #298- MNT: refactor model card to render sections lazily by @BenjaminBossan in #310
- DOC add roadmap by @adrinjalali in #311
- BUG: Fix bug in tests for fairlearn + 1 more test by @BenjaminBossan in #313
- CI add codecov token to the config by @adrinjalali in #312
- CI Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in #318
ENH
Adds ability to create table of contents by @lazarust in #305- FIX Fix issue with setting model_diagram to False by @BenjaminBossan in #314
- DOC make sklearn's estimator run in parallel in the intelex example by @adrinjalali in #316
- FIX: issue with fitting TargetEncoder in tests by @BenjaminBossan in #324
- MNT Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in #323
- ENH: Default section for Card.add_* methods by @BenjaminBossan in #321
- FEAT Function to visualize skops files by @BenjaminBossan in #317
- ENH Dealing with skops persistence protocol updates by @BenjaminBossan in #322
- FIX LoadContext missing arg & wrong function name by @BenjaminBossan in #325
- DOC california housing example by @BenjaminBossan in #308
- MNT Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in #328
- FIX: Workflow file for persistence performance by @BenjaminBossan in #326
- DOC Add section on compatibility of skops format by @BenjaminBossan in #332
- FIX: Bug in random generator persistence by @BenjaminBossan in #331
- MNT Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by @dependabot in #337
New Contributors
- @eltociear made their first contribution in #285
- @omar-araboghli made their first contribution in #294
- @lazarust made their first contribution in #254
- @ahuber21 made their first contribution in #303
Full Changelog: v0.5.0...v0.6