All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
Fix unreadable Excel files on Java 21 #791
2.2.5 - 2024-07-15
This the release of JDemetra+ v2.2.5.
Java SE 17 version is required to run it.
2.2.4 - 2023-01-31
This the release of JDemetra+ v2.2.4.
Java SE 8 or later version is required to run it.
The main changes of this release are some bug fixes in SA processing, the migration of libraries to Maven Central and the support of the Java 14+.
Correction in log/level (x13)
Intermediate precision in X13 (ARMA)
Uninitialized processing context
Bug in Hannan-Rissanen
Fix parsing of locale
Fix issues with high memory usage in some OpenDocument files
Fix Zip64 issue in some Excel files
Fix colors on look&feel update
Fix TS export using invalid file name
Fix setups on JDK14+ due to pack200 removal
2.2.3 - 2020-07-07
This the release of JDemetra+ v2.2.3.
Java SE 8 or later version is required to run it.
The main changes of this release are the addition of a new revision policy and the support of Java 11+.
Add epsilon for standard deviation
Add new revision policy (current [AO])
Add new open document engine (.ods files)
Add native support of Java 11+ thanks to NetBeans Platform 11
Add generation of checksum on binaries
Correction for the extreme value detection if the difference between the boundary and the value is below machine precision
Correction in regression specs
Fix error in TradingDaysSpec
Fix for LogAdd for half yearly data with bias correction legacy
Fix for AutoHenderson for halfyearly data
Fix bug in automatic differencing (diagnostics)
Fix bug in Tramo (automatic choice of trading days with holidays)
Fix bugs with User-defined holidays
Fix parsing of numbers that use non-breaking spaces as grouping separator
Fix InvalidPathException
Fix Windows search scope
Fix SQL keyword list
Fix parsing of some dates in Excel ( .xlsx)
Fix drag & drop on Java11
Fix rendering on high dpi
Fix native library issues in some restricted environments
The new revision policy fixes the model (including all the parameters) and handle any new observation as an additive outlier. Those “pseudo outliers” are in fact introduced in the model as intervention variables (to avoid possible confusion).
It is easy to show that, in the case of model-based decompositions (canonical decomposition, structural model…), this solution is exactly the same as using forecasts (some small discrepancies can appear, due for instance to the bias correction in multiplicative models). In X13, that approach is not exactly the same as the use of forecasts, due to the fact that the projected seasonal factors are not necessary coherent with the ARIMA forecasts. In most cases, the differences between the use of “Current[AO]” and “Current[forecasts]” are small.
The main advantages of the “Current[AO]” approach are:
- No modification of usual routines
- Usual diagnostics (+ estimation of the size of the AO)
- Possibility to fine tune the model (removal of some “AO”…)
The generated intervention variables are kept in the model (and perhaps re-estimated) when other revision policies are applied on subsequent periods, except in the case of the concurrent (=complete) policy; in that latter case they are removed from the model. Statisticians must then decide on the best handling of the series (use of automatic outliers detection, of ramps, of specific regression variables…)
2.2.2 - 2019-01-15
This the release of JDemetra+ v2.2.2.
Java SE 8 or later version is required to run it.
Enlarged matrix output
Improved error reporting
Improved file type detection of spreadsheets
Improved performance and memory consumption of big Excel files
Information of the input time series in the SaItemNode
Error reporting when message is null
Bug in outliers detection (Tramo)
Bug in the computation of the canonical decomposition (SEATS)
Overflow when dealing with unrealistic dimensions in Excel files
JDK11 compatibility
Windows constrain on ODBC plugin
Error reporting when message is null
Local refresh of arima parameters
Weak reference in calendars
NPE in spreadsheet output if data is missing
Various JDK11 issues
Missing API in v2.2.1
Deadlock in TsFactory