File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- ## Version 0.5.0 (in development )
1
+ ## Version 0.5.0 (2024-02-19 )
2
2
3
3
### Enhancements
4
4
17
17
* Introduced new configuration setting ` attrs_update_mode` that controls
18
18
how dataset attributes are updated. [#59]
19
19
20
- * Simplified logging to console. You can now set configuration setting `logging`
21
- to a log level which will implicitly enable console logging with given log
22
- level. [#64]
20
+ * Simplified logging to console. You can now set configuration setting
21
+ ` logging ` to a log level which will implicitly enable console logging with
22
+ given log level. [#64]
23
23
24
24
* Added a section in the notebook `examples/zappend-demo.ipynb`
25
25
that demonstrates transaction rollbacks.
26
26
27
-
28
27
* Added CLI option `--traceback`. [#57]
29
28
30
29
* Added a section in the notebook `examples/zappend-demo.ipynb`
31
30
that demonstrates transaction rollbacks.
32
31
32
+ # ## Fixes
33
+
34
+ * Fixed issue where a NetCDF package was missing to run the
35
+ demo Notebook `examples/zappend-demo.ipynb` in
36
+ [Binder](https://mybinder.readthedocs.io/). [#47]
33
37
34
38
# # Version 0.4.1 (from 2024-02-13)
35
39
Original file line number Diff line number Diff line change 2
2
# Permissions are hereby granted under the terms of the MIT License:
3
3
# https://opensource.org/licenses/MIT.
4
4
5
- __version__ = "0.5.0.dev0 "
5
+ __version__ = "0.5.0"
You can’t perform that action at this time.
0 commit comments