NEWS
synthesizer 0.6.0 (2025-11-18)
- Improved estimation of ECDF of numeric synthesizer
synthesizer 0.5.0 (2025-07-10)
- fix: synthesize.data.frame would sometimes crash in the case of many ties
and rankcor < 1.0. (Thanks to Inês Rodrigues de Sá for reporting).
- Added na.rm argument to avoid synthesizing missing values
- Improved documentation and reorganized code internally.
- Removed 'pMSE()' as it is out of scope for this package, and offered by other
packages.
synthesizer 0.4.0 (2025-02-07)
- added 'rankcor' argument to perturb ranks to 'synthesize()'
- renamed parameter y -> x in 'synthesize' and 'make_synthesizer()'
- removed experimental quality metrics (left pMSE)
- added time series synthesizer
- simplified style.css for vignette
synthesizer 0.3.1 (2024-10-11)
- fix: bug in rank order matching
synthesizer 0.3.0 (2024-10-01)
- Improved handling of missing values
- Added support for vectors of type 'logical'
- Updated DESCRIPTION and URL after CRAN team remarks.
synthesizer 0.2.0 (2024-06-13)