1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-11-03 20:54:07 +01:00

update ChangeLog

This commit is contained in:
q-posev 2022-02-14 11:16:17 +01:00
parent 68d34a0ace
commit d95e37e6ab

View File

@ -1,14 +1,15 @@
CHANGES
CHANGES
=======
2.2
---
- Fixed backwards incompatibility of the `TREXIO_TEXT` back end in #82
- Added `TREXIO_AUTO` back end for read-only mode (`r`) in PR #80
- Added unsafe mode (`u`) to `trexio_open`. When enabled, data can be
overwritten (using conventional `trexio_write`) and groups can be deleted
(using new set of `trexio_delete_[group]` functions). Also added `unsafe`
attribute to the `metadata` group to indicate that the file might be
overwritten (using conventional `trexio_write`) and groups can be deleted
(using new set of `trexio_delete_[group]` functions). Also added `unsafe`
attribute to the `metadata` group to indicate that the file might be
inconsistent. See PR #79
- Added `trexio_info` function (prints basic info about the library) in PR #78
- Added `trexio_inquire` function (checks validity of TREXIO files) in PR #75
@ -59,4 +60,3 @@ access to both local and non-local quantities
- Using libtool/automake
- Rewrote generator