Skip to content

Releases: rstudio/pins-python

v0.8.6

03 May 20:44
2b7bebb
Compare
Choose a tag to compare

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

16 Apr 23:07
14e8dea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.4...v0.8.5

v0.8.4

03 Jan 22:08
d0d1095
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

08 Sep 17:43
ea242bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

22 Aug 19:48
917ca3a
Compare
Choose a tag to compare

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 with type="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

18 Apr 18:49
c69db9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0: rename board_rsconnect to board_connect

21 Mar 21:06
b6049c8
Compare
Choose a tag to compare

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

20 Dec 20:18
1879aa9
Compare
Choose a tag to compare

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 like pin_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.
  • 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

30 Nov 17:49
506bcc5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1: metadata local field for RStudioConnect

08 Nov 15:59
ee580dd
Compare
Choose a tag to compare

What's Changed

  • feat: RStudio Connect metadata includes local field with url and content guid (#167)

Full Changelog: v0.7.0...v0.7.1