Skip to content

v0.7.3: compatibility with R pins manifest file and tags

Compare
Choose a tag to compare
@machow machow released this 20 Dec 20:18
· 146 commits to main since this release
1879aa9

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