Skip to content

Commit 7d45382

Browse files
committed
version bump
1 parent 029a0dd commit 7d45382

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ The versioning pattern is `YYYY.MM.DD.micro(a/b/{none if release})
88

99
---
1010

11+
## [2025.07.31.0a]
12+
13+
### Added
14+
15+
- `cfa.dataops.reporting` functionality to generate client-side rendering
16+
interactive html reports authored as jupyter notebooks. This conversion is invoked
17+
using the `reportcat` namespace. Example:
18+
19+
```python
20+
>>> from cfa.dataops.reporting import reportcat
21+
>>> reportcat.examples.dataset_report_ipynb.nb_to_html_file('tmp/test3.html')
22+
```
23+
``` bash
24+
Executing: 100%|█████████████████████████████████| 21/21 [00:17<00:00, 1.20cell/s]
25+
HTML report saved to /.../.../.../.../tmp/test3.html
26+
```
27+
1128
## [2025.07.24.0a]
1229

1330
### Updated

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cfa.dataops"
3-
version = "2025.07.24.0a"
3+
version = "2025.07.31.0a"
44
description = "Data cataloging, ETL, modeling, verification, and validation for CFA"
55
authors = [
66
{name = "Phil Rogers", email = "ap66@cdc.gov"},

0 commit comments

Comments
 (0)