Skip to content

Commit 86de289

Browse files
Updated release documentation. Removed future import in test_cache.
1 parent 70b9f09 commit 86de289

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/releases/development.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ Next release (in development)
1111
but the trade off is worth the added security
1212
after the invalid polygons found in :pr:`154`
1313
(:pr:`156`).
14+
* Added Dataset cache key methods and associated hashing utility methods,
15+
as specified in issue #153.
16+
(:pr:`158`).

tests/operations/test_cache.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import annotations
2-
31
import hashlib
42
import pathlib
53

0 commit comments

Comments
 (0)