Skip to content

Commit

Permalink
Increment the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbuddy authored and dovahcrow committed Apr 3, 2024
1 parent c7f7880 commit be3f00c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataprep/__init__.py
Expand Up @@ -11,4 +11,4 @@

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

__version__ = "0.4.4"
__version__ = "0.4.6"
4 changes: 3 additions & 1 deletion pyproject.toml
Expand Up @@ -8,9 +8,11 @@ maintainers = [
"Brandon Lockhart <brandon_lockhart@sfu.ca>",
"Song Bian <biansonghz@gmail.com>",
"Danrui Qi <qidanrui@gmail.com>",
"Wenbin Li <freyalisfu@gmail.com>",
"Alvin Lam <hfl6@sfu.ca>"
]
name = "dataprep"
version = "0.4.5"
version = "0.4.6"

license = "MIT"

Expand Down

1 comment on commit be3f00c

@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: be3f00c Previous: 55c3932 Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.2638547882953174 iter/sec (stddev: 0.013186153287628245) 0.17065953860493113 iter/sec (stddev: 0.12216139937014857) 0.65

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

Please sign in to comment.