File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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+
9122025-01-12: Dataiter 0.9999
1013===========================
1114
Original file line number Diff line number Diff line change 1818rm -f $OUT_FILE
1919echo " name,version,elapsed" > $OUT_FILE
2020cp -fv benchmark.py $SCRIPT
21- benchmark 0.9999
21+ benchmark 1.0
2222benchmark master
2323rm -f $SCRIPT $TMP_FILE
Original file line number Diff line number Diff line change 2525
2626from dataiter import util
2727
28- __version__ = "0.9999 "
28+ __version__ = "1.0 "
2929
3030DEFAULT_PEEK_ELEMENTS = 10
3131DEFAULT_PEEK_ITEMS = 3
You can’t perform that action at this time.
0 commit comments