Releases: sbg/sevenbridges-r
Releases · sbg/sevenbridges-r
sevenbridges-r 1.19.3
Bug Fixes
- Fixed issue of stoping when fetching project with tags
sevenbridges-r 1.19.2
Improvements
- Update package maintainer.
sevenbridges-r 1.19.1
Bug Fixes
- Fixed an API issue on invalid JSON when running tasks.
- Fixed a subtle column class mismatch issue when binding data frames since R 4.0.0.
Improvements
- Use
data.table::rbindlist()
when possible to increase the data frame binding performance.
sevenbridges-r 1.15.1
Improvements
- Added new fields
created_by
,created_on
, andmodified_on
to theProject
class following the recent API improvements. This enables better project filtering when querying projects. See the vignette for details.
sevenbridges-r 1.13.5
Improvements
- Added new platform options for the recently introduced environments. Now we can choose from
"aws-us"
,"aws-eu"
,"ali-cn"
,"cgc"
,"cavatica"
, and"f4c"
inAuth()
calls.
sevenbridges-r 1.13.4
New Features
- Added support for Markers API (Advance Access feature). See the Markers API section in the vignette for details.
- Added support for Actions API. See the Actions API section in the vignette for details.
Improvements
- Added a new field
description
to theFiles
class following the recent API improvements. - Updated the API vignette to reflect the platform default setting update for spot instances (spot is now enabled by default).
sevenbridges-r 1.13.3
New Features
- Added support for Enterprise API. See the Enterprise API section in the vignette for details.
Improvements
- Removed unnecessary package dependencies to optimize the time needed for package installation and loading.
- New look for the documentation website with improved text readability.
sevenbridges-r 1.13.2
New Features
- Added support for Folder API. See the Folders API section in the vignette for details.
Improvements
- Added floating TOC and changed the vignette theme for the HTML vignettes available on Bioconductor, to improve the browsing experience for long vignettes.
Bug Fixes
- Fixed Docker image build issue and updated Bunny version.
sevenbridges-r 1.13.1
New Features
- Add support for setting execution hints per task run when drafting new tasks.
sevenbridges-r 1.11.5
sevenbridges 1.11.5
Bug Fixes
- Fixed issues related to hints when creating CWL tools (#65) in R 3.5.x.