Skip to content

Commit d27b435

Browse files
committed
Update
1 parent de3d87a commit d27b435

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

CHANGES.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,26 @@
22

33
### Enhancements
44

5-
* Added a section in the notebook `examples/zappend-demo.ipynb`
6-
that demonstrates transaction rollbacks.
5+
* The configuration setting `attrs` can now be used to define dynamically
6+
computed dataset attributes using the syntax `{{ expression }}`. [#60]
7+
8+
Example:
9+
```yaml
10+
permit_eval: true
11+
attrs:
12+
title: HROC Ocean Colour Monthly Composite
13+
time_coverage_start: {{ lower_bound(ds.time) }}
14+
time_coverage_end: {{ upper_bound(ds.time) }}
15+
```
16+
17+
* Introduced new configuration setting `attrs_update_mode` that controls
18+
how dataset attributes are updated. [#59]
719

820
* Added CLI option `--traceback`. [#57]
921

22+
* Added a section in the notebook `examples/zappend-demo.ipynb`
23+
that demonstrates transaction rollbacks.
24+
1025

1126
## Version 0.4.1 (from 2024-02-13)
1227

0 commit comments

Comments
 (0)