Skip to content

Commit becf502

Browse files
committed
update changelog; clairify test fixture usage
1 parent 43f75a0 commit becf502

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Changelog
22

3-
## [2.1.0] Unreleased
3+
## [2.1.0] 2026-05-15
44
### Added
55
- `OqHdf5Reader` to replace OpenQuake `Extractor`
66
- Test against hdf5 fixtures generated by range of OpenQuake versions
77
- `scripts/regen_oq_fixtures.py` to (re)generate test fixtures
88
- `tests/oq_import/test_extractor_compat.py` to test against OpenQuake `Extractor`
99
- Documentation
10-
- `oq-compat` dependency group. Only used for running `tests/oq_import/test_extractor_compat.py`
1110

12-
### Removed
13-
- `openquake` optional dependency group
11+
### Changed
12+
- `oq-compat` dependency group used for running `tests/oq_import/test_extractor_compat.py` (used to be `openquake` extra dependency)
1413

1514
## [2.0.1] 2026-05-11
1615
### Added

docs/h5py_extractor_migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The rlz axis ordering follows `best_rlzs[site_idx]` — an integer array giving
6363

6464
### Generating fixtures
6565

66-
A developer may want to generate new fixtures when either new functionality is added to `OqHdf5Reader` that reads features not present in the existing fixtures or they want to support new versions of OpenQuake.
66+
A developer may want to generate new test fixtures when either new functionality is added to `OqHdf5Reader` that reads features not present in the existing fixtures or they want to support new versions of OpenQuake. These fixtures are then used to make sure that `OqHdf5Reader` continues to behave as expected via tests in `tests/oq_import/test_cross_version_fixtures.py` and `tests/oq_import/test_extractor_snapshot_cross_version.py`.
6767

6868
Prerequisites: Docker installed and `openquake/engine:<ver>` images pullable.
6969

0 commit comments

Comments
 (0)