Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
Bump to v0.4.1
  • Loading branch information
dovahcrow authored and wangxiaoying committed Nov 25, 2021
1 parent 7d872fa commit 4032acb
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.4.0"
__version__ = "0.4.1"
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.4.0"
version = "0.4.1"

license = "MIT"

Expand Down

1 comment on commit 4032acb

@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: 4032acb Previous: 7d872fa Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.14161583027221997 iter/sec (stddev: 0.11897119966757708) 0.1765256323728337 iter/sec (stddev: 0.12637945937953532) 1.25

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

Please sign in to comment.