Skip to content

Releases: alexhroom/rshift

v3.1.1

11 Sep 17:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

11 Sep 17:12
a6c2ff1
Compare
Choose a tag to compare

What's Changed

  • Added function for calculating regime mean lines and plotting them by @alexhroom in #22
  • Moved regime means procedure to Rust and bumped version, vignette by @alexhroom in #23
  • Update extendr to 0.7 by @CGMossa in #25

New Contributors

Full Changelog: v3.0.0...v3.1.0

3.0.0

17 Oct 17:55
62ef5d7
Compare
Choose a tag to compare

What's Changed

  • Update Makevars to print rustc and cargo version by @alexhroom in #17
  • updated extendr-api 0.40 -> 0.60 by @alexhroom in #19
  • Improve code quality and adjust assumptions to match Rodionov (2004) by @alexhroom in #20
  • bumped version to 3.0.0 by @alexhroom in #21

This is a major update as it reverses the way p-values are entered: from 1 - p to p: and also changes the results of Rodionov

Full Changelog: v2.2.2...v3.0.0

Version 2.2.2

17 Aug 13:23
Compare
Choose a tag to compare

changelog:

  • updated Rust build to contain vendored dependencies and comply with CRAN policy
  • removed reliance on magrittr
  • replaced the deprecated as.tibble function

Full Changelog: v2.2.0...v2.2.2

Version 2.2.0

05 Jan 13:38
49c9657
Compare
Choose a tag to compare

What's Changed

  • Rewrote rshift to use extendr, and the STARS algorithm is now written in Rust. This gives better compatibility with Rodionov's Excel implementation, and improves speed.
  • added CI

Full Changelog: v2.1.1...v2.2.0

CRAN publication

21 Jan 20:54
9c6057f
Compare
Choose a tag to compare

New version with changes made for CRAN publication.
Changes:

  • new datasets: lake_data and lake_RSI
  • new vignette: STARSmanual (STARS manual (using Rodionov()))

Release 2.1.0

19 Jan 16:39
Compare
Choose a tag to compare

This release cleans up the package and makes it consistent, and is the first version published to CRAN.

There is one non-backwards compatible change; the function RSI_graph() now takes column names in quote marks (in line with the rest of the package).

First release - all in progress features are finished.

01 Apr 10:17
6446f78
Compare
Choose a tag to compare