From 9bff262bad9c6e27f16abd58f6e553b4e61d9c4b Mon Sep 17 00:00:00 2001 From: Osmo Salomaa Date: Mon, 6 Jan 2025 00:26:56 +0200 Subject: [PATCH] Update NEWS --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index d69d0a4..5d564d5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +PENDING: Dataiter 0.9999 +======================== + +* Use PyArrow instead of Pandas to read and write CSV files +* Replace Pandas dependency with PyArrow + +This is likely to be a breaking change in some rare weirdly formatted +CSV files that Pandas and PyArrow might parse differently, resulting in +something like diffently guessed data types or differently detected +missing value markers. The note about stability below release 0.99 still +applies. + 2024-12-15: Dataiter 0.999 ==========================