- First release on PyPI.
- Numpy error when synthesising data with unique identifiers. - Issue #23 by @raids
- infer_distribution() for string attributes fails to sort index of varying types. - Issue #24 by @raids
- The dataframes are not appended into the full space in get_noisy_distribution_of_attributes(). - Issue #26 by @zjroth
- Fix a bug in candidate key identification.
- Downgrade required Python from >=3.8 to >=3.7.
- Update example notebooks.
- Fixed an error in Laplace noise parameter. - Issue #34 by @ganevgv
- The randomness seeding is effective across the entire project now.
- Optimized the datetime datatype detection.
- Seed the randomness in
greedy_bayes()
.
- Fixed a bug in DateTime generation. - Issue #37 by @artemgur
- Support Python 3.11+ and pandas 2.0+. - Issue #40 by @artemgur
- Added empty file creation before saving files. - Issue #41 by @PepijndeReus
- Support pandas 2.0+.