From f950fff92a897e4944a7d9604be5615ba4136068 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 26 Oct 2021 15:30:52 +0300 Subject: [PATCH] History for 3.1.0 (#507) --- HISTORY.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index cf25e010..f43a25e2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,18 +1,25 @@ # History -## 3.1.0 (Unreleased) +## 3.1.0 (2021-10-26) ### Improvements +- Add support for Python 3.10 (#504). - The csv, xls, and xlsx formats gained support for the `skip_lines` keyword argument for their `import_set()` method to be able to skip the nth first - lines of a read file. + lines of a read file (#497). + +### Bugfixes + +- Avoided mutable parameter defaults (#494). +- Specify build backend for editable installs (#501). +- Doubled sample size passed to `csv.Sniffer()` in `_csv.detect()` (#503). ## 3.0.0 (2020-12-05) ### Breaking changes -- Dropped Python 3.5 support +- Dropped Python 3.5 support. - JSON-exported data is no longer forced to ASCII characters. - YAML-exported data is no longer forced to ASCII characters.