Releases: shikokuchuo/ichimoku
Releases · shikokuchuo/ichimoku
CRAN Release 1.4.9
ichimoku 1.4.9
- Internal performance enhancements.
- Requires nanonext >= 0.10.0 and R >= 3.5.
CRAN Release 1.4.8
ichimoku 1.4.8
Updates:
- Ensures compatibility with upcoming {nanonext} releases.
- Internal performance enhancements.
CRAN Release 1.4.7
ichimoku 1.4.7
Updates:
- Internal performance enhancements.
CRAN Release 1.4.6
ichimoku 1.4.6
Updates:
- Switches to the C interface provided by 'RcppSimdJson' for JSON parsing.
- Internal performance enhancements.
CRAN release 1.4.5
ichimoku 1.4.5
Updates:
mlgrid()
argument 'func' becomes 'expr' and takes a named list of quoted language objects or expressions rather than functions for more versatility in custom calculations (for advanced use).- Internal performance enhancements.
CRAN release 1.4.4
ichimoku 1.4.4
Updates:
oanda_instruments()
retries once if encountering a non-success server status code (eliminating a potential error when calling an OANDA function for the first time in a session).- Updates internal OANDA instruments list.
- Internal performance enhancements.
CRAN release 1.4.3
ichimoku 1.4.3
New features:
mlgrid()
gains the argument 'func' for supplying a named list of functions for custom calculations (for advanced use). Also, when choosing type z-score, now returns the 'means' and 'sdevs' used to standardise the grid as attributes.
Updates:
- Improved performance and reliability of
oanda_stream()
. Returned dataframe no longer contains the column 'type', which was always 'PRICE'. - Fixes to
ichimoku()
validation code for POSIXct handling changes in upcoming R 4.3.0. - No longer attempts to plot a single row (subset) ichimoku object.
- API changes in 'ggplot2' require version >= 3.4.0; R version requirement consequently raised to 3.3.
- Improved stability of OANDA functions requiring nanonext >= 0.7.0.
- Switch from 'jsonlite' to 'RcppSimdJson' for JSON parsing.
- Internal performance enhancements.
CRAN release 1.4.2
ichimoku 1.4.2
Updates:
- Implements fix for upcoming R 4.3.0 (thanks @kalibera).
- Internal changes requiring nanonext >= 0.6.0.
CRAN release 1.4.1
ichimoku 1.4.1
Updates:
- Internal performance enhancements.
CRAN release 1.4.0
ichimoku 1.4.0
New features:
- New print method for ichimoku objects.
Updates:
- In conjunction with the new print method,
more()
now defaults to printing all rows by default unless 'rows' is specified. - SHA-256 authentication in
archive()
is faster after an upgrade to use the 'MbedTLS' library via 'nanonext'. archive()
now returns the filename when saving to archive rather than NULL.as_tibble
method for ichimoku objects removed.- OANDA functions now use 'nanonext' to retrieve data instead of 'curl'.
- 'curl', 'tibble' and 'openssl' dependencies retired.