Skip to content

Commit

Permalink
release: 0.4.4-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglinpeng committed Apr 3, 2022
1 parent 7c64501 commit e3a7d22
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.3"
__version__ = "0.4.4-alpha.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.3"
version = "0.4.4-alpha.1"

license = "MIT"

Expand Down

1 comment on commit e3a7d22

@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: e3a7d22 Previous: 356cab0 Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.23164755709008297 iter/sec (stddev: 0.07153673732692123) 0.1656257044600528 iter/sec (stddev: 0.07140613925759283) 0.71

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

Please sign in to comment.