You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
# Changelog for oda_reader
2
2
3
+
## 1.4.1 (2025-12-19)
4
+
- Extends bulk download auto-detection to support `.csv` files in addition to `.txt` files.
5
+
3
6
## 1.4.0 (2025-12-19)
4
7
- Adds `bulk_download_dac2a()` function for bulk downloading the full DAC2A dataset.
5
-
- Auto-detects file types (parquet vs txt/csv) in bulk downloads, removing the need for the `is_txt` parameter.
8
+
- Auto-detects file types (parquet or txt) in bulk downloads, removing the need for the `is_txt` parameter.
6
9
- Auto-detects CSV delimiters (comma, pipe, tab, semicolon) when reading txt files from bulk downloads.
7
10
- Deprecates the `is_txt` parameter in `bulk_download_parquet()`. The parameter is still accepted for backward compatibility but emits a deprecation warning and will be removed in a future major release.
8
11
- Adds pytest and pytest-mock to dev dependencies for improved testing support.
0 commit comments