Skip to content

Releases: civisanalytics/civis-r

v3.0.0

22 Jun 19:41
51c2e22
Compare
Choose a tag to compare

[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

24 Feb 17:17
bd66bbb
Compare
Choose a tag to compare

[2020-02-24] 2.1.2

Fixed

  • Updates required for stringsAsFactors=FALSE default. (#232).

[2.1.1] - 2020-02-20

20 Feb 23:39
51b7cae
Compare
Choose a tag to compare

Fixed

  • The database parameter in read_civis now accepts character
    objects of class glue.

Changed

  • CivisML uses platform aliases instead of hard-coded template IDs. (#221)

Added

  • Added link to full website documentation in DESCRIPTION (#226)
  • Provided parameter for user to optionally specify the CivisML version (#224, #225)
  • query_civisand query_civis_file now respect credential and
    credential_id args respectively when passed through ... (#219)

v2.1.0

09 Sep 14:14
f5983b0
Compare
Choose a tag to compare

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 via await (#204).

v2.0.0

19 Jun 22:44
70dcf3d
Compare
Choose a tag to compare
2.0 release (#187)

* MAINT spelling
* CHANGELOG
* cran comments
* FIX: add vignette title

v1.6.1

12 Feb 20:36
95bd1e8
Compare
Choose a tag to compare

Minor fixes for CRAN.

v1.6.0

11 Feb 18:58
3716ad6
Compare
Choose a tag to compare

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

v1.5.0

21 Jun 15:12
a9cc657
Compare
Choose a tag to compare
  • write_civis_file automatically retries on upload failures.
  • library(civis) now works even if the API key has expired or no API key is present.
  • read_civis now correctly reads exports from Redshift containing null values.
  • Doc updates.

v1.4.0

07 May 15:09
2a54566
Compare
Choose a tag to compare
1.4.0 (#114)

* add cran comments
* update default client
* bump package version
* fix smoke test

v1.3.0

30 Mar 21:06
63a57a0
Compare
Choose a tag to compare
1.3.0 (#107)

* 1.3.0 release