Skip to content

Commit 390b356

Browse files
committed
RELEASE 1.0
1 parent 0393592 commit 390b356

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
PENDING: Dataiter 1.0
2-
=====================
1+
2025-02-07: Dataiter 1.0
2+
========================
33

44
* Silence warnings about writing NPZ files with StringDType:
55
"UserWarning: Custom dtypes are saved as python objects using the
66
pickle protocol. Loading this file requires allow_pickle=True to be
77
set."
88

9+
Dataiter can now be considered stable. If upgrading from <= 0.51,
10+
please read the release notes for 0.99–0.9999.
11+
912
2025-01-12: Dataiter 0.9999
1013
===========================
1114

benchmark-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ set -e
1818
rm -f $OUT_FILE
1919
echo "name,version,elapsed" > $OUT_FILE
2020
cp -fv benchmark.py $SCRIPT
21-
benchmark 0.9999
21+
benchmark 1.0
2222
benchmark master
2323
rm -f $SCRIPT $TMP_FILE

dataiter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from dataiter import util
2727

28-
__version__ = "0.9999"
28+
__version__ = "1.0"
2929

3030
DEFAULT_PEEK_ELEMENTS = 10
3131
DEFAULT_PEEK_ITEMS = 3

0 commit comments

Comments
 (0)