readabs 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {readabs-0.2.2 → readabs-0.2.3}/CHANGELOG.md +13 -0
- {readabs-0.2.2 → readabs-0.2.3}/PKG-INFO +1 -1
- readabs-0.2.3/TODO.md +23 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/splice.html +785 -730
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs.html +260 -244
- readabs-0.2.3/docs/search.js +46 -0
- {readabs-0.2.2 → readabs-0.2.3}/pyproject.toml +1 -1
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/read_abs_by_desc.py +1 -1
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/read_abs_cat.py +17 -10
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/read_abs_series.py +2 -2
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/search_abs_meta.py +4 -4
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/utilities.py +1 -1
- {readabs-0.2.2 → readabs-0.2.3}/uv.lock +73 -73
- readabs-0.2.2/docs/search.js +0 -46
- {readabs-0.2.2 → readabs-0.2.3}/.gitignore +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/.pylintrc +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/.python-version +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/LICENSE +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/README.md +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/build-all.sh +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/build-docs.sh +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/index.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/abs_catalogue.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/grab_abs_url.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/print_abs_catalogue.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/rba_catalogue.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/read_abs_by_desc.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/read_abs_cat.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/read_abs_series.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/read_rba_table.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/recalibrate.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/docs/readabs/search_abs_meta.html +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/.test-data/Qrtly-CPI-Time-series-spreadsheets-all.zip +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/__init__.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/abs_catalogue.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/abs_meta_data.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/datatype.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/download_cache.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/get_abs_links.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/grab_abs_url.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/lint-all.sh +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/print_abs_catalogue.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/py.typed +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/rba_catalogue.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/rba_meta_data.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/read_rba_table.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/read_support.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/recalibrate.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/src/readabs/splice.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/test/test.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/test/test_url_retrieval.py +0 -0
- {readabs-0.2.2 → readabs-0.2.3}/uv-upgrade.sh +0 -0
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
Version 0.2.3 released 19-Jun-2026 (Canberra Australia)
|
|
2
|
+
|
|
3
|
+
- Pandas 3.0 compatibility: removed the deprecated `copy=` keyword from the
|
|
4
|
+
`set_axis()` call in `qtly_to_monthly()` (Copy-on-Write makes it redundant).
|
|
5
|
+
This was the only deprecated pandas usage in the package; the conversion is
|
|
6
|
+
unchanged and the caller's input series is still left untouched.
|
|
7
|
+
- Refreshed the modules' built-in self-tests for current ABS structures: the
|
|
8
|
+
labour-force (6202.0) and CPI (6401.0) table identifiers are now 8 digits, and
|
|
9
|
+
the trimmed-mean CPI example series is updated to the monthly series. The
|
|
10
|
+
local-zip test in `read_abs_cat` now skips cleanly when the fixture is absent.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
Version 0.2.2 released 04-Jun-2026 (Canberra Australia)
|
|
2
15
|
|
|
3
16
|
- A *selector* (in `select_one()`, `select()` and `select_and_splice()` sources)
|
readabs-0.2.3/TODO.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# TODO
|
|
2
|
+
|
|
3
|
+
## Type-checker issues (pre-existing, not runtime bugs)
|
|
4
|
+
|
|
5
|
+
These are flagged by `pyright src/readabs` and/or `mypy src/readabs`. All 14
|
|
6
|
+
module self-tests pass; these are type-checker friction only.
|
|
7
|
+
|
|
8
|
+
- [ ] **`grab_abs_url.py` — `url` declared twice.** `grab_abs_url()` has an explicit
|
|
9
|
+
`url: str = ""` parameter *and* `**kwargs: Unpack[ReadArgs]`, where `ReadArgs`
|
|
10
|
+
also declares `url: NotRequired[str]` (`read_support.py:29`). This produces three
|
|
11
|
+
errors: the param/TypedDict overlap (line 37/40) and the `check_kwargs`/`get_args`
|
|
12
|
+
arg-type mismatches (lines 78-79). `read_support.py:33` already documents that
|
|
13
|
+
`url` is meant to be handled separately — fix by dropping `url` from `ReadArgs`.
|
|
14
|
+
|
|
15
|
+
- [ ] **`grab_abs_url.py:359` — `ExcelFile.parse` not in stubs.** `excel.parse(sheet_name)`
|
|
16
|
+
works at runtime but the pandas type stubs don't expose `.parse` on `ExcelFile`.
|
|
17
|
+
Add a targeted `# type: ignore` / `# pyright: ignore`, or switch to `pd.read_excel`.
|
|
18
|
+
|
|
19
|
+
- [ ] **`recalibrate.py:78,80` — `Series | DataFrame` union not narrowed by `.shape`.**
|
|
20
|
+
`result` is typed `Series | DataFrame`; the `len(data.shape) == ...` guards don't
|
|
21
|
+
narrow the runtime class, so `result.columns` (line 78) and `result.name` (line 80)
|
|
22
|
+
each flag on the type that lacks the attribute. Narrow the branches with
|
|
23
|
+
`isinstance` so both checkers agree.
|