File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments