Skip to content

Commit

Permalink
RELEASE 0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Nov 8, 2023
1 parent b337308 commit a562911
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PENDING: Dataiter 0.49
======================
2023-11-08: Dataiter 0.49
=========================

* `dt`: Handle all NaT input
* Migrate from `setup.py` to `hatch` and `pyproject.toml`
Expand Down
2 changes: 1 addition & 1 deletion benchmark-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e
rm -f $OUTPUT_FILE
echo "name,version,elapsed" > $OUTPUT_FILE
cp -fv benchmark.py $SCRIPT
for VERSION in 0.48 master; do
for VERSION in 0.49 master; do
benchmark $VERSION
done
rm -f $SCRIPT $TMP_FILE
2 changes: 1 addition & 1 deletion dataiter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from dataiter import util

__version__ = "0.48"
__version__ = "0.49"

DEFAULT_PEEK_ELEMENTS = 10
DEFAULT_PEEK_ITEMS = 3
Expand Down

0 comments on commit a562911

Please sign in to comment.