Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
Bump to v0.4.0
  • Loading branch information
dovahcrow authored and jinglinpeng committed Oct 26, 2021
1 parent 272e980 commit d76f1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataprep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

logging.basicConfig(level=logging.INFO, format="%(message)s")

__version__ = "0.3.0"
__version__ = "0.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers = [
"Song Bian <biansonghz@gmail.com>",
]
name = "dataprep"
version = "0.3.0"
version = "0.4.0"

license = "MIT"

Expand Down

1 comment on commit d76f1f5

@github-actions
Copy link

Choose a reason for hiding this comment

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

DataPrep.EDA Benchmarks

Benchmark suite Current: d76f1f5 Previous: 272e980 Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.20014093172682876 iter/sec (stddev: 0.03745842617198819) 0.15993185031078488 iter/sec (stddev: 0.04387142598993089) 0.80

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.