Releases: skops-dev/skops
Releases · skops-dev/skops
v0.2
What's Changed
- Fix wrong link to logo in README.rst by @BenjaminBossan in #95
- ENH Add table to model cards by @BenjaminBossan in #90
- DOC Add intersphinx linking to docs by @BenjaminBossan in #97
- TST Add tests for when pandas is not installed by @BenjaminBossan in #98
- MAINT Rendering the model card by @BenjaminBossan in #94
- DOC transparent logo by @adrinjalali in #84
- MNT make init atomic by @adrinjalali in #60
- ENH Extend user guide to include classification report by @BenjaminBossan in #106
- MNT enable doctests by @adrinjalali in #57
- ENH When model file is empty, warn before upload by @BenjaminBossan in #109
- ENH Add details tag in methods by @BenjaminBossan in #108
- FEAT add method to call inference backend by @adrinjalali in #105
Contributors
Full Changelog: https://github.com/skops-dev/skops/commits/v0.2
First release: v0.1
This is the first release ever, with skops.hub_utils and skops.card modules being the main implementations.
Refer to the documentation for release notes and more: https://skops.readthedocs.io/
What's Changed
- MNT fixes by @adrinjalali in #1
- MNT add doc build by @adrinjalali in #5
- MNT add readthedocs config by @adrinjalali in #6
- MNT use py3.8 for readthedocs by @adrinjalali in #7
- DOC enable sphinx-gallery by @adrinjalali in #8
- DOC extend example by @adrinjalali in #11
- ENH add implementation for init and push by @adrinjalali in #12
- CI add GH actions by @adrinjalali in #14
- CI fix actions by @adrinjalali in #15
- CI expose token in the codebase by @adrinjalali in #16
- MNT remove main.py by @adrinjalali in #17
- CI add codecov config by @adrinjalali in #19
- CI cancel old jobs if a new commit comes by @adrinjalali in #21
- add py3.7 support by @adrinjalali in #20
- ENH add download and get_requirements by @adrinjalali in #18
- MNT Bump Hub version to 0.8.1 for upload_folder by @merveenoyan in #24
- CI Bump black version by @merveenoyan in #28
- TST Fixes test error caused by empty pickle by @BenjaminBossan in #44
- MNT add clean script to remove all repos on skops user by @adrinjalali in #46
- CI Add GitHub workflow for creating releases by @BenjaminBossan in #38
- DOC improve readme by @adrinjalali in #48
- CI mark hub test as flaky by @adrinjalali in #54
- CI add cron job to CI by @adrinjalali in #56
- MNT mark tests requiring internet by @adrinjalali in #55
- ENH Refactor Model Card by @merveenoyan in #37
- MNT Add non-strict mypy to CI and fix errors by @BenjaminBossan in #62
- ENH add examples and dtypes to CardData and config.json by @adrinjalali in #45
- MNT ignore _min_dependencies.py in codecov by @adrinjalali in #66
- TST Add coverage report to pytest runs by @BenjaminBossan in #67
- DOC user guide on the hub by @adrinjalali in #64
- ENH Card class: add repr and str methods by @BenjaminBossan in #68
- MNT model card API cleanup by @adrinjalali in #74
- ENH populate model card metadata with info from config.json by @adrinjalali in #71
- MNT Add metadata repr by @BenjaminBossan in #76
- MNT Added tabulate as a dependency and changed parsing of hyperparameter table by @merveenoyan in #73
- Minor improvement to the getting started code by @BenjaminBossan in #78
- DOC User guide for model cards by @merveenoyan in #70
- DOC add logo by @adrinjalali in #81
- DOC model card refinements by @adrinjalali in #79
- DOC Minor updates CONTRIBUTING.rst by @BenjaminBossan in #83
- DOC Add installation instruction to docs by @BenjaminBossan in #82
- DOC readme expansion by @adrinjalali in #80
- ENH add skops as a tag by default by @adrinjalali in #86
- MAINT Small refactor: figure_paths -> extra_sections by @BenjaminBossan in #89
- DOC add changelog to docs by @adrinjalali in #88
- ENH Added evaluation by @merveenoyan in #69
New Contributors
- @adrinjalali made their first contribution in #1
- @merveenoyan made their first contribution in #24
- @BenjaminBossan made their first contribution in #44
Full Changelog: https://github.com/skops-dev/skops/commits/v1.0