Skip to contents

rjd3toolkit 3.8.0.9000

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • New function complete_modelling_context to add new regressors and variables to a modelling_context object

Deprecated

  • sa_preprocessing is now deprecated. Please don’t use anymore this function. #122

Changed

  • modelling_context accepts regressor with and without names in nested structure.
  • add_usrdefvar accepts multiple regressor in the same group. #106
  • add_usrdefvar renames automatically the group or variables that contains a dot (.) #148.

Fixed

  • modelling_context now accept JD3_TS, JD3_DYNAMICTS and JD3_TSCOLLECTION object #111
  • All unamed variables are regrouped together under the r group. #107
  • Unamed regressors and regressors with duplicated names are renamed with x1, x2… pattern. #107
  • Variables and regressor with dot (.) in their name are renamed in modelling_context. The dot is replaced with an underscore. #148

3.8.0 - 2026-07-09

Changed

  • Updated JARS from jdplus-main to 3.8.0

Fixed

3.7.1 - 2026-03-10

Fixed

Changed

  • Use get_java_version() instead of current_java_version
  • New JARS related to version 3.7.1

3.6.0 - 2025-11-21

Changed

  • default group value with mts objects in modelling_context #107
  • Examples are executed only if Java version >= 21
  • New JARS related to version 3.6.0

Removed

Added

  • get_java_version() function to compute the Java installed version
  • current_java_version character string with the current installed Java version
  • minimal_java_version character string with the minimum viable Java version for rjdverse
  • get_date_min() to get the minimum date
  • get_date_max() to get the maximum date
  • New example to use the functions #85
  • Documentation of bias argument in set_benchmarking()
  • New datasets : Electricity (French national electricity consumption), Births (Number of births registered in France from 1968 to 2024), x13_spec_default(Default X13 specification) and tramoseats_spec_default (Default Tramo-Seats specification)
  • New print() and summary() method for JD3_DICTIONARY and JD3_FULL_DICTIONARY

3.5.1 - 2025-06-18

Changed

  • New JARS related to version 3.5.1

3.5.0 - 2025-04-09

Changed

  • New JARS related to version 3.5.0
  • Replace . with _ in function’s name #88
  • The dataset retail is renamed Retail #89
  • The number of regressor was false for TD3c #92

Added

  • Spline functions (periodic, b-splines, cardinal splines)
  • function .add_ud_var (from {rjd3tramoseats} and {rjd3x13})
  • warning added in the function calendar_td #10
  • Regressor TD2c for regarima specifications #53

3.3.0 - 2024-10-28

Changed

  • New JARS related to version 3.3.0
  • Improve Canova-Hansen tests for seasonality and trading days (new options, more output)
  • Document (UC)ARIMA models

3.2.4 - 2024-07-12

Changed

  • New JARS related to version 3.2.4
  • Some linting of R functions

Fixed

  • Correct SA decomposition with backcasts and forecasts (Java to R transfer) #2

3.2.2 - 2024-03-15

Changed

  • New JARS related to version 3.2.2

3.2.1 - 2023-12-12

Changed

  • New JARS related to version 3.2.1

3.2.0 - 2023-11-24

Changed

  • New JARS related to version 3.2.0

3.1.0 - 2023-10-11

Changed

  • New JARS related to version 3.1.0

3.0.0 - 2023-06-14

Added

  • New JARS related to version 3.0.2