DH 2.0.45580.2
Overview
- Release Date: Oct 15, 2024
- Previous Release Version: N/A
Breaking Changes
PEO
- #480 Newly developed program
- Previously, there were two separate programs handling preprocessing and cashflow generation. Now, the PEO (Process Everything Once) program combines both functionalities into a single program. It processes input data and generates the corresponding cashflow file within one process.
Aggregator
- #530 Updated the aggregators to make use of process config and io metadata
- Previously aggregators were taking several files path as input such as input file path, metadata file path, required fields file path etc. Now we make use of one process config file which acts as a linker linking input metadata, output metadata and additional files required by the program.
- Programs Affected:
balm_aggr_nm_2
,balm_aggr_m_2
,balm_aggr_dim_nm_2
,balm_aggr_dim_m_2
,balm_aggr_consol_2
,balm_aggr_super_2
: Changes in the input parameters as now it takes config file which links other input metadata, output metadata and additional files.
Changes
Utilities
- #567 Moved cf-to-txt program to DH
- Moved cf-to-txt to DH and updated it to support the latest metadata format.
Fixes
PEO
- #556 Updated to match the expected output config
- Updated the program to match the output config generated by the DH harmonizer screen.
Program Details
# | Program | Current Version | Breaking Changes | Changes | Fixes | Deprecated Features |
---|---|---|---|---|---|---|
1 | peo_2 | 2.0.0 | Newly developed program | N/A | Updated to match the expected output config | N/A |
2 | balm_aggr_m_2 | 3.0.0 | Updated the aggregators to make use of process config and io metadata | N/A | N/A | N/A |
3 | balm_aggr_nm_2 | 3.0.0 | Updated the aggregators to make use of process config and io metadata | N/A | N/A | N/A |
4 | balm_aggr_dim_m_2 | 3.0.0 | Updated the aggregators to make use of process config and io metadata | N/A | N/A | N/A |
5 | balm_aggr_dim_nm_2 | 3.0.0 | Updated the aggregators to make use of process config and io metadata | N/A | N/A | N/A |
6 | balm_aggr_consol_2 | 3.0.0 | Updated the aggregators to make use of process config and io metadata | N/A | N/A | N/A |
7 | balm_aggr_super_2 | 3.0.0 | Updated the aggregators to make use of process config and io metadata | N/A | N/A | N/A |
8 | cf-to-txt | 0.1.0 | N/A | Moved cf-to-txt program to DH | N/A | N/A |