Recent Releases of gecko-syndata
gecko-syndata - v0.6.4
What's Changed
- Fix regex mutator not treating partial matches within values correctly by @mjugl in https://github.com/ul-mds/gecko/pull/97
- Prepare 0.6.4 release by @mjugl in https://github.com/ul-mds/gecko/pull/98
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.6.3...v0.6.4
- Python
Published by mjugl about 1 year ago
gecko-syndata - v0.6.3
What's Changed
- Improve randomized indexing in replacement table mutators by @mjugl in https://github.com/ul-mds/gecko/pull/95
- Prepare 0.6.3 release by @mjugl in https://github.com/ul-mds/gecko/pull/96
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.6.2...v0.6.3
- Python
Published by mjugl about 1 year ago
gecko-syndata - v0.6.2
What's Changed
- Add placeholder option for
with_generatorby @mjugl in https://github.com/ul-mds/gecko/pull/93 - Prepare 0.6.2 release by @mjugl in https://github.com/ul-mds/gecko/pull/94
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.6.1...v0.6.2
- Python
Published by mjugl about 1 year ago
gecko-syndata - v0.6.1
What's Changed
- Fix indexing in
dfbitlookupmodule when using NumPy dtypes by @mjugl in https://github.com/ul-mds/gecko/pull/90 - Prepare 0.6.1 release by @mjugl in https://github.com/ul-mds/gecko/pull/91
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.6.0...v0.6.1
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.6.0
What's Changed
- Defer probabilities to mutators by @mjugl in https://github.com/ul-mds/gecko/pull/86
- Prepare 0.6.0 release by @mjugl in https://github.com/ul-mds/gecko/pull/87
- Slim down
with_replacement_tableto match other replacement-based mutators by @mjugl in https://github.com/ul-mds/gecko/pull/88 - Use section-style docs instead of tabs by @mjugl in https://github.com/ul-mds/gecko/pull/89
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.5.2...v0.6.0
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.5.2
What's Changed
- Add
with_groupgenerator for grouping generators by @mjugl in https://github.com/ul-mds/gecko/pull/83 - Remove automated benchmarks by @mjugl in https://github.com/ul-mds/gecko/pull/84
- Prepare 0.5.2 release by @mjugl in https://github.com/ul-mds/gecko/pull/85
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.5.1...v0.5.2
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.5.1
What's Changed
- Allow data frames to be passed to all functions consuming CSV files by @mjugl in https://github.com/ul-mds/gecko/pull/81
- Prepare 0.5.1 release by @mjugl in https://github.com/ul-mds/gecko/pull/82
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.5.0...v0.5.1
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.5.0
What's Changed
- Add
with_groupmutator for applying multiple mutators by @mjugl in https://github.com/ul-mds/gecko/pull/72 - Implement new call signature for
to_data_frameandmutate_data_frameby @mjugl in https://github.com/ul-mds/gecko/pull/73 - Add support for Python 3.13 by @mjugl in https://github.com/ul-mds/gecko/pull/75
- Fix fetch-depth property in docs by @mjugl in https://github.com/ul-mds/gecko/pull/76
- Constrain griffe to 0.x.x versions to make docs build work by @mjugl in https://github.com/ul-mds/gecko/pull/77
- Fix German population example in docs by @mjugl in https://github.com/ul-mds/gecko/pull/78
- Prepare 0.5.0 release by @mjugl in https://github.com/ul-mds/gecko/pull/79
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.4.2...v0.5.0
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.4.2
What's Changed
- Fix NaNs in generated data when cells in CSV files are empty by @mjugl in https://github.com/ul-mds/gecko/pull/70
- Prepare 0.4.2 release by @mjugl in https://github.com/ul-mds/gecko/pull/71
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.4.1...v0.4.2
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.4.1
What's Changed
- Add
inlineandreverseflags to replacement table mutator by @mjugl in https://github.com/ul-mds/gecko/pull/64 - Add
inlineflag to German population example in docs by @mjugl in https://github.com/ul-mds/gecko/pull/66 - Prepare 0.4.1 release by @mjugl in https://github.com/ul-mds/gecko/pull/68
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.4.0...v0.4.1
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.4.0
What's Changed
- Fix
mutate_data_frameraising error if probability is an integer by @mjugl in https://github.com/ul-mds/gecko/pull/42 - Add CITATION file by @mjugl in https://github.com/ul-mds/gecko/pull/45
- Change
mutate_data_frameto require an order of operations by @mjugl in https://github.com/ul-mds/gecko/pull/47 - Add
with_lowercaseandwith_uppercasemutators by @mjugl in https://github.com/ul-mds/gecko/pull/49 - Add datetime generation and mutation routines by @mjugl in https://github.com/ul-mds/gecko/pull/51
- Add
with_generatorto append, prepend or replace data using a generator by @mjugl in https://github.com/ul-mds/gecko/pull/53 - Add
with_regex_replacement_tableto perform regex-based mutations by @mjugl in https://github.com/ul-mds/gecko/pull/55 - Add
with_repeatmutator by @mjugl in https://github.com/ul-mds/gecko/pull/58 - Fix warning and add series mutation test to
with_regex_replacement_tableby @mjugl in https://github.com/ul-mds/gecko/pull/59 - Prepare 0.4.0 release by @mjugl in https://github.com/ul-mds/gecko/pull/61
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.3.2...v0.4.0
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.3.2
What's Changed
- Fix multiple mutators not applying to same column, add test by @mjugl in https://github.com/ul-mds/gecko/pull/38
- Prepare 0.3.2 release by @mjugl in https://github.com/ul-mds/gecko/pull/40
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.3.1...v0.3.2
- Python
Published by mjugl over 1 year ago
gecko-syndata - v0.3.1
What's Changed
- Regroup deps and add CI cache by @mjugl in https://github.com/ul-mds/gecko/pull/26
- Add tabs to docs, adapt navigation by @mjugl in https://github.com/ul-mds/gecko/pull/28
- Change image link to absolute URL, fix minor typos by @mjugl in https://github.com/ul-mds/gecko/pull/31
- Fix type hints on kwargs in benchmark scripts by @mjugl in https://github.com/ul-mds/gecko/pull/32
- Fix
with_permuteerror on empty series and test all other mutators for same bug by @mjugl in https://github.com/ul-mds/gecko/pull/34 - Prepare 0.3.1 release by @mjugl in https://github.com/ul-mds/gecko/pull/36
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.3.0...v0.3.1
- Python
Published by mjugl almost 2 years ago
gecko-syndata - v0.3.0
What's Changed
- Add lint and test actions by @mjugl in https://github.com/ul-mds/gecko/pull/4
- Add docs and deploy action to main repo by @mjugl in https://github.com/ul-mds/gecko/pull/5
- Refactor for publication by @mjugl in https://github.com/ul-mds/gecko/pull/7
- Add publish pipeline by @mjugl in https://github.com/ul-mds/gecko/pull/8
- Rewrite benchmark suite, add example based on docs by @mjugl in https://github.com/ul-mds/gecko/pull/10
- Fix multi-column generator docs by @mjugl in https://github.com/ul-mds/gecko/pull/15
- Infer header parameter from functions reading CSV files by @mjugl in https://github.com/ul-mds/gecko/pull/16
- Remove list length constraint from mutator module by @mjugl in https://github.com/ul-mds/gecko/pull/19
- Fix type hints on args and kwargs by @mjugl in https://github.com/ul-mds/gecko/pull/20
- Remove header parameter from docs index page by @mjugl in https://github.com/ul-mds/gecko/pull/21
- Fix link to repo in docs by @mjugl in https://github.com/ul-mds/gecko/pull/23
- Prepare 0.3.0 release by @mjugl in https://github.com/ul-mds/gecko/pull/24
New Contributors
- @mjugl made their first contribution in https://github.com/ul-mds/gecko/pull/4
Full Changelog: https://github.com/ul-mds/gecko/compare/v0.2.0...v0.3.0
- Python
Published by mjugl almost 2 years ago