Skip to content

Commit 859488f

Browse files
committed
add changelog
1 parent 7a2eaf8 commit 859488f

2 files changed

Lines changed: 75 additions & 2 deletions

File tree

docs/source/changelog/index.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Release notes
2+
3+
4+
For full details, view the [commit logs](https://github.com/rstudio/vetiver-python/commits/).
5+
6+
7+
## v0.2.0
8+
### What's Changed
9+
10+
[**Full Changelog**](https://github.com/rstudio/vetiver-python/compare/v0.1.8...v0.2.0)
11+
12+
* DOC: Added missing `model_name` to `VetiverModel` in [GH128](https://github.com/rstudio/vetiver-python/pull/128)
13+
* BUG, MAINT: Catch non 200 codes in [GH129](https://github.com/rstudio/vetiver-python/pull/129)
14+
* DOC: fix `deploy_rsconnect` example in [GH1234](https://github.com/rstudio/vetiver-python/pull/134)
15+
* ENH: Make `vetiver_post` extensible for all endpoints in [GH130](https://github.com/rstudio/vetiver-python/pull/130)
16+
* TEST: ci testing to run generated dockerfile in [GH136](https://github.com/rstudio/vetiver-python/pull/136)
17+
* MAINT: rsconnect-python>=1.8.0 in [GH132](https://github.com/rstudio/vetiver-python/pull/132)
18+
* ENH: New `prepare_docker` function in [GH137](https://github.com/rstudio/vetiver-python/pull/137)
19+
* DOC: refresh README and add to docs in [GH141](https://github.com/rstudio/vetiver-python/pull/141)
20+
* TEST: Update weekly tests: only run necessary tests in [GH142](https://github.com/rstudio/vetiver-python/pull/142)
21+
* MAINT: update `ptype_data` to `prototype_data` in [GH138](https://github.com/rstudio/vetiver-python/pull/138)
22+
* ENH: Refactor metadata in [GH126](https://github.com/rstudio/vetiver-python/pull/126)
23+
* MAINT: remove stars for explicit imports in [GH145](https://github.com/rstudio/vetiver-python/pull/145)
24+
* DOC: Changing language from "Example" to "Examples" for docstrings in [GH146](https://github.com/rstudio/vetiver-python/pull/146)
25+
* ENH: Added Python version to `vetiver_pin_write` in [GH127](https://github.com/rstudio/vetiver-python/pull/127)
26+
27+
28+
## v0.1.8
29+
### What's Changed
30+
31+
[**Full Changelog**](https://github.com/rstudio/vetiver-python/compare/v0.1.7...v0.1.8)
32+
33+
* TEST: pins<>vetiver compatibility test in [GH113](https://github.com/rstudio/vetiver-python/pull/113)
34+
* TEST: Update weekly tests to include `rsconnect-python` in [GH117](https://github.com/rstudio/vetiver-python/pull/117)
35+
* DOC: Missing whitespace in InvalidModelError in [GH120](https://github.com/rstudio/vetiver-python/pull/120)
36+
* MAINT: Remove xfail from `test_rsconnect` in [GH119](https://github.com/rstudio/vetiver-python/pull/119)
37+
* MAINT: Add httpx in [GH125](https://github.com/rstudio/vetiver-python/pull/125)
38+
* ENH: Add pin URL to REST API and metadata in [GH123](https://github.com/rstudio/vetiver-python/pull/123)
39+
40+
41+
## v0.1.7
42+
### What's Changed
43+
44+
[**Full Changelog**](https://github.com/rstudio/vetiver-python/compare/v0.1.6...v0.1.7)
45+
46+
* ENH, DOC: have stable and latest docs in [GH93](https://github.com/rstudio/vetiver-python/pull/93)
47+
* BUG: bug fix for load_pkgs function on Windows OS in [GH98](https://github.com/rstudio/vetiver-python/pull/98)
48+
* MAINT: Update attach_pkgs.py in [GH99](https://github.com/rstudio/vetiver-python/pull/99)
49+
* ENH: implement statsmodels handler in [GH100](https://github.com/rstudio/vetiver-python/pull/100)
50+
* FEAT: xgboost handler in [GH101](https://github.com/rstudio/vetiver-python/pull/101)
51+
* ENH: adding model card template in [GH106](https://github.com/rstudio/vetiver-python/pull/106)
52+
* BUG: refactor pseudo version to pin_url in model card in [GH107](https://github.com/rstudio/vetiver-python/pull/107)
53+
* DOC: adding docs, small refactoring in [GH108](https://github.com/rstudio/vetiver-python/pull/108)
54+
* ENH, DOC: add examples to docstrings in [GH109](https://github.com/rstudio/vetiver-python/pull/109)
55+
56+
57+
## v0.1.6
58+
### What's Changed
59+
60+
[**Full Changelog**](https://github.com/rstudio/vetiver-python/compare/v0.1.5...v0.1.6)
61+
62+
* ENH: add `rsconnect_deploy` support for `board_folder` in [GH77](https://github.com/rstudio/vetiver-python/pull/77)
63+
* ENH: model monitoring in [GH76](https://github.com/rstudio/vetiver-python/pull/76)
64+
* DOC: add mini chicago dataset in [GH81](https://github.com/rstudio/vetiver-python/pull/81)
65+
* MAINT: remove trailing slashes in API paths [GH](https://github.com/rstudio/vetiver-python/pull/83)
66+
* ENH: explicitly add `n` to hover data in `plot_metrics` in [GH84](https://github.com/rstudio/vetiver-python/pull/84)
67+
* ENH: initial vetiver_pin_metrics implementation in [GH82](https://github.com/rstudio/vetiver-python/pull/82)
68+
* MAINT, ENH: Use setuptools_scm for tagged versioning in [GH86](https://github.com/rstudio/vetiver-python/pull/86)
69+
* ENH: handlers to register themselves in [GH87](https://github.com/rstudio/vetiver-python/pull/87)
70+
* BUG: coerce date var to datetime in [GH89](https://github.com/rstudio/vetiver-python/pull/89)

docs/source/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,11 @@ Model Handlers
8383
~StatsmodelsHandler
8484
~XGBoostHandler
8585

86-
Advanced Usage
87-
==================
86+
8887
.. toctree::
8988
advancedusage/custom_handler.md
9089
:caption: Advanced Usage
90+
91+
.. toctree::
92+
changelog/index.md
93+
:caption: Changelog

0 commit comments

Comments
 (0)