Skip to content

Commit

Permalink
RELEASE 0.99
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Aug 17, 2024
1 parent deae748 commit 6d473ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ clean:
rm -rf doc/_build
rm -rf doc/comparison/comparison.html
rm -rf validation/*.csv
rm -rf venv
rm -rf __pycache__
rm -rf */__pycache__
rm -rf */*/__pycache__
Expand Down
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.99
======================
2024-08-17: Dataiter 0.99
=========================

* Adapt to changes in NumPy 2.0
* Bump NumPy dependency to >= 2.0
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.51 master; do
for VERSION in 0.99 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 @@ -25,7 +25,7 @@

from dataiter import util

__version__ = "0.51"
__version__ = "0.99"

DEFAULT_PEEK_ELEMENTS = 10
DEFAULT_PEEK_ITEMS = 3
Expand Down

0 comments on commit 6d473ed

Please sign in to comment.