Releases: redivis/redivis-r
0.8.5
0.8.4
- fix: print API warnings, bad regex call
Full Changelog: 0.8.3...0.8.4
0.8.3
0.8.2
- Include error description on API error
Full Changelog: 0.8.1...0.8.2
0.8.1
Fix an issue with 0.8.0 where a redivis
object wasn't being properly exported from the namespace
Full Changelog: 0.8.0...0.8.1
0.8.0
This release is in support of the recent rename of "projects" to "workflows". All methods and parameters that previously referenced projects have been superseded to reference workflows; most notably, user$project()
-> user$workflow()
, and user$list_projects()
-> user$list_workflows()
. However, all of the the old "project" methods remain for backwards compatibility, with a warning encouraging you to migrate your code to use the "workflow" terminology.
Additionally, this release introduces support for referencing all constructors on the redivis
namespace using the $
notation. Specifically, you can now do:
dataset <- redivis$user("username")$dataset("dataset_name")
# old method, with :: notation:
# dataset <- redivis::user("username")$dataset("dataset_name")
This is now the preferred method for using this library, as it will in the future allow us to avoid masking other functions in the global namespace. It also offers greater parity with the redivis-python package.
0.7.10
Full Changelog: 0.7.9...0.7.10
0.7.9
Full Changelog: 0.7.8...0.7.9
0.7.8
Full Changelog: 0.7.7...0.7.8
0.7.7
Full Changelog: 0.7.6...0.7.7