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_contextto add new regressors and variables to a modelling_context object
Deprecated
-
sa_preprocessingis now deprecated. Please don’t use anymore this function. #122
Fixed
-
modelling_contextnow acceptJD3_TS,JD3_DYNAMICTSandJD3_TSCOLLECTIONobject #111 - All unamed variables are regrouped together under the
rgroup. #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 inmodelling_context. The dot is replaced with an underscore. #148
3.8.0 - 2026-07-09
Changed
- Updated JARS from
jdplus-mainto 3.8.0
Fixed
- Fix bug in weighted calendar regressors. rjdverse/rjd3workspace#131
3.7.1 - 2026-03-10
Fixed
- Bug with
to_tscollection()(moniker conversion)
Changed
- Use
get_java_version()instead ofcurrent_java_version - New JARS related to version 3.7.1
3.6.0 - 2025-11-21
Removed
-
fctparameter inset_automodel()#85
Added
-
get_java_version()function to compute the Java installed version -
current_java_versioncharacter string with the current installed Java version -
minimal_java_versioncharacter 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
biasargument inset_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) andtramoseats_spec_default(Default Tramo-Seats specification) - New
print()andsummary()method forJD3_DICTIONARYandJD3_FULL_DICTIONARY
3.5.0 - 2025-04-09
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