Skip to content

Commit 096a534

Browse files
committed
bump: version 0.5.2 → 0.6.0
1 parent 0e36111 commit 096a534

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v0.6.0 (2026-02-16)
2+
3+
### Feat
4+
5+
- added reference data loading of arrow ipc files including enhanced test coverage for reference data loaders
6+
- Add read of arrow ipc files to reference data loaders
7+
- Change how error messages are generated (by writing in batches). Duckdb no long relies on pandas- use of pyarrow, multiprocessing and background thread batch writing to avoid memory pressure
8+
9+
### Refactor
10+
11+
- removal of processing pool for duckdb data contract
12+
- amended process pool to use executor supplied to duckdb pipeline/data contract rather than always instantiating new pool
13+
- address review comments
14+
- merging develop v06
15+
- merging logging additions from release branch
16+
- merge in main and resolve conflicts and linting issues
17+
- Modified business rule step to write feedback messages in batches to increase tolerance to large files with large numbers of validation errors
18+
119
## v0.5.2 (2026-02-02)
220

321
### Refactor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nhs_dve"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
description = "`nhs data validation engine` is a framework used to validate data"
55
authors = ["NHS England <england.contactus@nhs.net>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)