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

Release v2.7.0 #463

Merged
merged 111 commits into from
May 7, 2020
Merged

Release v2.7.0 #463

merged 111 commits into from
May 7, 2020

Conversation

sbrugman
Copy link
Collaborator

@sbrugman sbrugman commented May 7, 2020

About time.

sbrugman and others added 30 commits April 13, 2020 14:55
 - 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).
sbrugman and others added 23 commits May 7, 2020 00:25
- Fix .nojekyll
- Move HTML reports to gh-pages
- Prepare multiversion
- Add examples
- Add build artifacts to gitignore
- Install before isort
- Makefile examples
- Update examples building workflow
- Fix hashlib serialization
- Fix duplicates/samples cache
- Introduce "make clean" to remove files in .gitignore
@codecov
Copy link

codecov bot commented May 7, 2020

Codecov Report

Merging #463 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #463   +/-   ##
=======================================
  Coverage   88.56%   88.56%           
=======================================
  Files         108      108           
  Lines        2597     2597           
=======================================
  Hits         2300     2300           
  Misses        297      297           
Flag Coverage Δ
#examples 29.03% <0.00%> (ø)
#issue 80.05% <0.00%> (ø)
#unit 84.91% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef1e8dd...ef1e8dd. Read the comment docs.

@sbrugman sbrugman merged commit ae9c23c into master May 7, 2020
@sbrugman sbrugman deleted the release/v2.7.0 branch May 7, 2020 20:40
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants