-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Release v2.7.0 #463
Merged
Merged
Release v2.7.0 #463
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Make ProfileReport lazy by default (Compute when need) - Light weight of series_descriptions (Might be dangerous!) - Add dump and load for ProfileReport - Refactor and pipelining the describe function - Add dask-based compute graph solution:ddescribe (Might be fastter but set non-dask by default) - Refactor and split some related functions to make the data flow clear - Add a data flow chart in the comment of `.model.describe` - Use a unified progress bar - Add tests for ddescribe - Optimize imports Todo: - Add cache for `.model.describe` - Make it possiable to add variables from an old report - Fix the issue in noteook test suites.
Since now all `describe` stages are showed in one bar, the number of output is updated.
Dask is an optional dependency
- Rename statistic.py -> summary.py - Add return type for `calculate_correlation` - Move `import phik` to its original place - Add test for `config.is_default`
Turn off bayesian blocks by default due to heavy computation (#441).
Fix infinite values logic (issue #397)
- Update examples building workflow - Fix hashlib serialization - Fix duplicates/samples cache - Introduce "make clean" to remove files in .gitignore
Codecov Report
@@ Coverage Diff @@
## master #463 +/- ##
=======================================
Coverage 88.56% 88.56%
=======================================
Files 108 108
Lines 2597 2597
=======================================
Hits 2300 2300
Misses 297 297
Continue to review full report at Codecov.
|
chanedwin
pushed a commit
to chanedwin/pandas-profiling
that referenced
this pull request
Oct 11, 2020
Merge the release of v2.7.0 into master. We are grateful for @loopyme and @kyleYang for creating parts of the features on this release. Thanks for all contributors that made this release possible @1313e @Dataprof @neomatrix369 @jiangfangfangxm @WesleyTheGeolien @nickyi1990 @ricgu8086
chanedwin
pushed a commit
to chanedwin/pandas-profiling
that referenced
this pull request
Oct 11, 2020
Merge the release of v2.7.0 into master. We are grateful for @loopyme and @kyleYang for creating parts of the features on this release. Thanks for all contributors that made this release possible @1313e @Dataprof @neomatrix369 @jiangfangfangxm @WesleyTheGeolien @nickyi1990 @ricgu8086
chanedwin
pushed a commit
to chanedwin/pandas-profiling
that referenced
this pull request
Oct 11, 2020
Merge the release of v2.7.0 into master. We are grateful for @loopyme and @kyleYang for creating parts of the features on this release. Thanks for all contributors that made this release possible @1313e @Dataprof @neomatrix369 @jiangfangfangxm @WesleyTheGeolien @nickyi1990 @ricgu8086
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About time.