Vetiver

Latest version: v0.2.5

Safety actively analyzes 626157 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.5

What's Changed
* refactor tests by isabelizimm in https://github.com/rstudio/vetiver-python/pull/209
* Update link to custom handlers documentation by mikemahoney218 in https://github.com/rstudio/vetiver-python/pull/208
* add `Field` examples to model prototypes by isabelizimm in https://github.com/rstudio/vetiver-python/pull/210
* [maint] auto opening urls, PyPI CI by isabelizimm in https://github.com/rstudio/vetiver-python/pull/211

New Contributors
* mikemahoney218 made their first contribution in https://github.com/rstudio/vetiver-python/pull/208

**Full Changelog**: https://github.com/rstudio/vetiver-python/compare/v0.2.4...v0.2.5

0.2.4

What's Changed
* MAINT: drop Python 3.7 support by isabelizimm in https://github.com/rstudio/vetiver-python/pull/199
* Conda mode deprecated from rsconnect-python pkg by sagerb in https://github.com/rstudio/vetiver-python/pull/197
* MAINT: bump minimum rsconnect to 1.11.0 by isabelizimm in https://github.com/rstudio/vetiver-python/pull/200
* BUG: remove trailing backslash by isabelizimm in https://github.com/rstudio/vetiver-python/pull/201
* DOCS: deploying custom elements by isabelizimm in https://github.com/rstudio/vetiver-python/pull/195
* MAINT: update changelog by isabelizimm in https://github.com/rstudio/vetiver-python/pull/202
* FEAT: quarto monitoring dashboard template by isabelizimm in https://github.com/rstudio/vetiver-python/pull/203
* MAINT/BUG: ignore more in pyright by isabelizimm in https://github.com/rstudio/vetiver-python/pull/204
* ENH: load dotenv file into generated app.py file by isabelizimm in https://github.com/rstudio/vetiver-python/pull/205
* MAINT: update changelog by isabelizimm in https://github.com/rstudio/vetiver-python/pull/206

New Contributors
* sagerb made their first contribution in https://github.com/rstudio/vetiver-python/pull/197

**Full Changelog**: https://github.com/rstudio/vetiver-python/compare/v0.2.3...v0.2.4

0.2.3

What's Changed
* ENH: add `root_path` if user in posit workbench by isabelizimm in https://github.com/rstudio/vetiver-python/pull/191


**Full Changelog**: https://github.com/rstudio/vetiver-python/compare/v0.2.2...v0.2.3

0.2.2

What's Changed
* [DOCS] add square logo by isabelizimm in https://github.com/rstudio/vetiver-python/pull/173
* [DOCS] add API structure documentation by isabelizimm in https://github.com/rstudio/vetiver-python/pull/176
* [DOCS] update docs to look less like vetiver.rstudio.com by isabelizimm in https://github.com/rstudio/vetiver-python/pull/178
* [BUG] remove __all__ in init by isabelizimm in https://github.com/rstudio/vetiver-python/pull/182
* [MAINT] require no less than pins 0.7.1 by isabelizimm in https://github.com/rstudio/vetiver-python/pull/183
* endpoint_fx docstring as FastAPI description by isabelizimm in https://github.com/rstudio/vetiver-python/pull/179
* Update Pydantic usage for v2 compatibility by isabelizimm in https://github.com/rstudio/vetiver-python/pull/185
* Update model_card.qmd by gsingh91 in https://github.com/rstudio/vetiver-python/pull/186
* add `/GET` prototype endpoint by isabelizimm in https://github.com/rstudio/vetiver-python/pull/174
* use max instead of first by isabelizimm in https://github.com/rstudio/vetiver-python/pull/189
* DOCS: update changelog for v0.2.2 by isabelizimm in https://github.com/rstudio/vetiver-python/pull/190

New Contributors
* gsingh91 made their first contribution in https://github.com/rstudio/vetiver-python/pull/186

**Full Changelog**: https://github.com/rstudio/vetiver-python/compare/v0.2.1...v0.2.2

0.2.1

What's Changed
* DOC: add changelog by isabelizimm in https://github.com/rstudio/vetiver-python/pull/151
* [FIX] None type handling for `python_version` in metadata by isabelizimm in https://github.com/rstudio/vetiver-python/pull/149
* Match GHA Python versions to Connect by isabelizimm in https://github.com/rstudio/vetiver-python/pull/157
* DOCS: move from sphinx to quartodoc by isabelizimm in https://github.com/rstudio/vetiver-python/pull/153
* [BUG,CI]: /latest not rendering correctly by isabelizimm in https://github.com/rstudio/vetiver-python/pull/158
* [MAINT] spring cleaning by isabelizimm in https://github.com/rstudio/vetiver-python/pull/160
* Add netlify docs preview by isabelizimm in https://github.com/rstudio/vetiver-python/pull/163
* [MAINT] spring cleaning by isabelizimm in https://github.com/rstudio/vetiver-python/pull/164
* ENH: Refactor server handling by isabelizimm in https://github.com/rstudio/vetiver-python/pull/155
* [FEAT] add required packages to authorize pins boards by isabelizimm in https://github.com/rstudio/vetiver-python/pull/166
* start typing vetiver by isabelizimm in https://github.com/rstudio/vetiver-python/pull/168
* [FEAT] add new `/metadata` GET endpoint by isabelizimm in https://github.com/rstudio/vetiver-python/pull/170
* [FEAT] implement spacy models by isabelizimm in https://github.com/rstudio/vetiver-python/pull/143


**Full Changelog**: https://github.com/rstudio/vetiver-python/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* DOC: Added missing `model_name` to `VetiverModel` by ganesh-k13 in https://github.com/rstudio/vetiver-python/pull/128
* BUG, MAINT: Catch non 200 codes by ganesh-k13 in https://github.com/rstudio/vetiver-python/pull/129
* docs: fix `deploy_rsconnect` example by isabelizimm in https://github.com/rstudio/vetiver-python/pull/134
* Make `vetiver_post` extensible for all endpoints by isabelizimm in https://github.com/rstudio/vetiver-python/pull/130
* ci testing to run generated dockerfile by isabelizimm in https://github.com/rstudio/vetiver-python/pull/136
* rsconnect-python>=1.8.0 by SamEdwardes in https://github.com/rstudio/vetiver-python/pull/132
* New `prepare_docker` function by isabelizimm in https://github.com/rstudio/vetiver-python/pull/137
* refresh README and add to docs by isabelizimm in https://github.com/rstudio/vetiver-python/pull/141
* Update weekly tests: only run necessary tests by isabelizimm in https://github.com/rstudio/vetiver-python/pull/142
* update `ptype_data` to `prototype_data` by isabelizimm in https://github.com/rstudio/vetiver-python/pull/138
* Refactor metadata by isabelizimm in https://github.com/rstudio/vetiver-python/pull/126
* remove stars for explicit imports by isabelizimm in https://github.com/rstudio/vetiver-python/pull/145
* Changing language from "Example" to "Examples" for docstrings by isabelizimm in https://github.com/rstudio/vetiver-python/pull/146
* ENH: Added Python version to `vetiver_pin_write` by ganesh-k13 in https://github.com/rstudio/vetiver-python/pull/127

New Contributors
* ganesh-k13 made their first contribution in https://github.com/rstudio/vetiver-python/pull/128
* SamEdwardes made their first contribution in https://github.com/rstudio/vetiver-python/pull/132

**Full Changelog**: https://github.com/rstudio/vetiver-python/compare/v0.1.8...v0.2.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.