Skip to content

Releases: shikokuchuo/ichimoku

CRAN Release 1.4.9

03 Sep 11:03
21b988d
Compare
Choose a tag to compare

ichimoku 1.4.9

  • Internal performance enhancements.
  • Requires nanonext >= 0.10.0 and R >= 3.5.

CRAN Release 1.4.8

24 Aug 22:13
f3af5bb
Compare
Choose a tag to compare

ichimoku 1.4.8

Updates:

  • Ensures compatibility with upcoming {nanonext} releases.
  • Internal performance enhancements.

CRAN Release 1.4.7

07 Aug 11:50
304ecbd
Compare
Choose a tag to compare

ichimoku 1.4.7

Updates:

  • Internal performance enhancements.

CRAN Release 1.4.6

29 Apr 19:42
ac90796
Compare
Choose a tag to compare

ichimoku 1.4.6

Updates:

  • Switches to the C interface provided by 'RcppSimdJson' for JSON parsing.
  • Internal performance enhancements.

CRAN release 1.4.5

15 Feb 13:02
405e9aa
Compare
Choose a tag to compare

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

09 Jan 10:18
b1e5d5c
Compare
Choose a tag to compare

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

08 Dec 20:58
65d9681
Compare
Choose a tag to compare

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

16 Oct 12:15
b257dfe
Compare
Choose a tag to compare

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

25 Sep 19:12
b46dba1
Compare
Choose a tag to compare

ichimoku 1.4.1

Updates:

  • Internal performance enhancements.

CRAN release 1.4.0

08 Sep 15:53
9a6f4b7
Compare
Choose a tag to compare

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.