Skip to content

Releases: capitalone/synthetic-data

1.2.3

14 Nov 20:50
816cc7d
Compare
Choose a tag to compare

General

  • Update: Version 1.2.3 #344
  • Update CODEOWNERS #343

Dependencies

  • Fix Requirements to match dataprofiler - scipy>=1.10.0 #342

Full Changelog: 1.2.2...1.2.3

What's Changed

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2

02 Oct 18:55
0ca4e16
Compare
Choose a tag to compare

OOP API Generators

Bug fix to simple tabular generator process:

  • Data Profiler --> Synthetic Data #338
  • Fix column_name and null generation #337

Full Changelog: 1.2.1...1.2.2

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

05 Sep 13:54
3ac052d
Compare
Choose a tag to compare

OOP API Generators

Addition of new "distinct generators" for uncorrelated synthetic-data generation:

  • Version upgrade for 1.2.1 #335
  • Quick Fixes #334
  • New Feature: Simple Non-Correlated Tabular Generator #332
  • Feature/simple-tabular-generator
    • added test case for None columns #331
    • fixed docstrings for datetime generator #330
    • Connected tabular generator with dataset_generator #324
    • integrate datetime_generator and get_ordered_col #323
    • update string --> text #321
    • text/string generators become one + removing to_csv from dataset_generator #317
    • Dataset_generator + tests #314
    • added autoflake hook #312
    • added pyupgrade hook #311
    • added general fixers hook #310
    • adding check-manifest hook #309
    • Categorical Generator w Probabilities #308
    • Flake8 hook and fixes #307
    • added isort hook #306
    • moving files #305
    • pre-commit BLACK #297
    • Categorical generator and tests #296
    • text generator and test #295
    • Random dates + test #294
    • int generator and test #293
    • Float generator + tests #292
    • git ignore and rm DSstore #291
    • fix: add feature to test workflow #290
    • Allow generators to use reports without correlation matrices #289

Miscellaneous

  • addded the issue templates for issue creation #329
  • New Feature: Python Deployment through Github Workflow #322
    • publish-python-package.yml addition #320

Full Changelog: 1.2.0b...1.2.1

What's Changed

New Contributors

Full Changelog: 1.2.0b...1.2.1

v1.2.0

04 May 13:41
ad44e9d
Compare
Choose a tag to compare

Improved support for DataProfiler reported marginal distributions (continuous, categorical, and ordinal/count).