Releases: rstudio/pins-python
Releases · rstudio/pins-python
v0.8.6
What's Changed
- use
requests.JSONDecodeError
to catch more requests errors by @isabelizimm in #232
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- docs: update with info about concurrent writes by @juliasilge in #226
- fix(fsspec): pass
detail=False
tols
to continue returning a list of strings by @cpcloud in #229 - feat: use
rdata
as a driver for 'rds' files by @isabelizimm in #231 - feat: support unversioned boards by @isabelizimm in #230
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- docs: add examples with environment variables for
board_connect
by @isabelizimm in #216 - ci: add ci support for python 3.11 by @isabelizimm in #218
- Fix typo in installation section of readme by @nealrichardson in #219
- maint: spooky fall 🍁 cleaning by @isabelizimm in #220
- feat: preview r code in connect to read pin by @isabelizimm in #223
- drop python 3.7 support, min fsspec>=2022.2.0 by @isabelizimm in #224
- refactor(fsspec): remove upper bound on fsspec by @gforsyth in #221
New Contributors
- @nealrichardson made their first contribution in #219
- @gforsyth made their first contribution in #221
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Fixed link to github repo in quarto yaml by @atsyplenkov in #210
- deparse url boards by @isabelizimm in #211
- restrict
fsspec
less than 2023.9.0 by @isabelizimm in #212 - Set
versioned=False
forboard_url
by @isabelizimm in #213
New Contributors
- @atsyplenkov made their first contribution in #210
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- docs: update url, add doc url to setup.cfg by @machow in #200
- Start transition to quartodoc by @juliasilge in #198
- docs: rename docs-quarto folder to docs by @machow in #207
- feat: add support for
pin_write
withtype="file"
by @cpcloud in #201 - fix: close open file handles in
pin_download
by @cpcloud in #208
New Contributors
Full Changelog: v0.8.1...v0.8.2
v0.8.1: update README on pypi, docs, licenses
What's Changed
- docs: change docs author to Posit by @machow in #192
- docs: article on using custom metadata by @machow in #188
- docs: "Getting Started" by @juliasilge in #194
- docs: update README by @machow in #195
- chore: update authors, license, code of conduct by @machow in #191
Full Changelog: v0.8.0...v0.8.1
v0.8.0: rename board_rsconnect to board_connect
What's Changed
- feat: add board_connect for Posit Connect, formerly RStudio by @machow in #173
- Note that board_rsconnect still exists, but is deprecated, and will be removed in a future release.
- docs: change mentions of board_rsconnect to board_connect by @machow in #189
Full Changelog: v0.7.3...v0.8.0
v0.7.3: compatibility with R pins manifest file and tags
What's Changed
- feat: compatibility with R pins
_pins.yaml
file by @machow in #178- R pins is adding a function called
write_board_manifest()
, which involves saving a file called_pins.yaml
. This PR ensures the file is not accidentally listed as a pin, which would break things likepin_search()
. - This PR also allows pins python to read metadata files with unknown fields. This is in anticipation of R pins writing a new
tags
field to metadata.
- R pins is adding a function called
- feat(rsc): Specify "Python Code" in Connect preview by @juliasilge in #177
- fix(rsc): change http auth 'key' to 'Key' by @machow in #179
- ci: move compat check to own job, add workflow dispatch by @machow in #180
Full Changelog: v0.7.2...v0.7.3
v0.7.2: support json pins
What's Changed
- feat: support json pin type by @edavidaja (#168)
- fix: missing f for f-string by @machow in #171
- docs: cleanup wip sections by @machow (#169)
New Contributors
- @edavidaja made their first contribution in #168
Full Changelog: v0.7.1...v0.7.2
v0.7.1: metadata local field for RStudioConnect
What's Changed
- feat: RStudio Connect metadata includes local field with url and content guid (#167)
Full Changelog: v0.7.0...v0.7.1