Releases: civisanalytics/civis-r
Releases · civisanalytics/civis-r
v3.0.0
[3.0.0] - 2020-06-22
Changed
- Failed HTTP requests are now retried before raising errors (#235)
- Default docker image for Civis Futures is now latest rather than 3 (#238). This could require users to update code as it will automatically be updated to the latest version of R deployed on Civis Platform moving forward (including R 4.0.0) (#238)
Fixed
- Fixed auto-documentation bug for some endpoints with parameters that are nested objects. enhancements_[verb]cass_ncoa, exports[verb]files, and imports[verb]_files have updated documentation as a result. (#240)
v2.1.2
[2.1.1] - 2020-02-20
Fixed
- The
database
parameter inread_civis
now accepts character
objects of classglue
.
Changed
- CivisML uses platform aliases instead of hard-coded template IDs. (#221)
Added
v2.1.0
2019-09-09
Changed
run_template
takes an additional value of JSONValue. If TRUE,
function returns the JSON output instead of the file id.- All API calls now retry a max of 10 times for maximum of 1 hr when rate limited. (#214).
Fixed
- Bug in handling of environments in CivisFuture (#205).
- Bug in error handling on API responses with no
errorDescription
(#214)
Added
- Provided package option
civis.default_polling_interval
to globally
set the interval for polling viaawait
(#204).
v2.0.0
v1.6.1
v1.6.0
Fixed
- write_civis.numeric now correctly syncs with headers [#150].
- Use upper case for REST verb names. [#153].
Added
- write_civis gains header, credential_id and import_args arguments to more flexibly import data ([#150, #149, #130]).
- coef.civis_ml which returns civis_ml model coefficients in the format of stats::coef
added tests for coef.civis_ml - Added get_feature_importance to civis_ml_utils
- Added tests for get_feature_importance to test_civis_ml_utils
- Added feature_importances.rds to tests/testthat/data