Releases: alexhroom/rshift
Releases · alexhroom/rshift
v3.1.1
v3.1.0
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
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
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
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
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
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.
v1.0 Update README.md