Release notes
For full details, view the commit logs.
v0.2.0
What’s Changed
- DOC: Added missing
model_name
toVetiverModel
in GH128 - BUG, MAINT: Catch non 200 codes in GH129
- DOC: fix
deploy_rsconnect
example in GH1234 - ENH: Make
vetiver_post
extensible for all endpoints in GH130 - TEST: ci testing to run generated dockerfile in GH136
- MAINT: rsconnect-python>=1.8.0 in GH132
- ENH: New
prepare_docker
function in GH137 - DOC: refresh README and add to docs in GH141
- TEST: Update weekly tests: only run necessary tests in GH142
- MAINT: update
ptype_data
toprototype_data
in GH138 - ENH: Refactor metadata in GH126
- MAINT: remove stars for explicit imports in GH145
- DOC: Changing language from “Example” to “Examples” for docstrings in GH146
- ENH: Added Python version to
vetiver_pin_write
in GH127
v0.1.8
What’s Changed
v0.1.7
What’s Changed
- ENH, DOC: have stable and latest docs in GH93
- BUG: bug fix for load_pkgs function on Windows OS in GH98
- MAINT: Update attach_pkgs.py in GH99
- ENH: implement statsmodels handler in GH100
- FEAT: xgboost handler in GH101
- ENH: adding model card template in GH106
- BUG: refactor pseudo version to pin_url in model card in GH107
- DOC: adding docs, small refactoring in GH108
- ENH, DOC: add examples to docstrings in GH109
v0.1.6
What’s Changed
- ENH: add
rsconnect_deploy
support forboard_folder
in GH77 - ENH: model monitoring in GH76
- DOC: add mini chicago dataset in GH81
- MAINT: remove trailing slashes in API paths GH
- ENH: explicitly add
n
to hover data inplot_metrics
in GH84 - ENH: initial vetiver_pin_metrics implementation in GH82
- MAINT, ENH: Use setuptools_scm for tagged versioning in GH86
- ENH: handlers to register themselves in GH87
- BUG: coerce date var to datetime in GH89