Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6.0 Release Notes #671

Merged
merged 3 commits into from
Jul 12, 2023
Merged

1.6.0 Release Notes #671

merged 3 commits into from
Jul 12, 2023

Conversation

amontanez24
Copy link
Contributor

No description provided.

@amontanez24 amontanez24 requested a review from a team as a code owner July 12, 2023 18:05
Copy link
Contributor

@frances-h frances-h left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me after typo fix 👍

HISTORY.md Outdated

This release adds the ability to generate missing values to the `AnonymizedFaker`. Users can now provide the `missing_value_generation` parameter during initialization. They can set it to `None` to not generate any missing values, or `'random'` to generate random missing values in the same proportion as the fitted data.

Additionally, this release improves the `NullTransformer` by allowing nulls to be replaced on the forward transform even is `missing_value_generation` is set to None. It also fixes a bug that was causing the `UnixTimestampEncoder` to return a different dtype than the input on `reverse_transform`. This was particularly problematic when datetime columns are represented as ints.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: "on the forward transform even is missing_value_generation" -> "on the forward transform even if missing_value_generation"

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (ea15a9d) 100.00% compared to head (15d0a99) 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #671   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines         1651      1651           
=========================================
  Hits          1651      1651           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@amontanez24 amontanez24 merged commit 817a4a7 into master Jul 12, 2023
46 checks passed
@amontanez24 amontanez24 deleted the 1.5.1-release-notes branch July 12, 2023 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants