Releases: LBNL-ETA/FileParse
Releases · LBNL-ETA/FileParse
Version_1.0.1
- Conversion to double from string is now pure function
- xmlParser branch version variable introduced
Version_1.0
- This version now compiles under windows, ubuntu and macOS and it also have activated actions for cloud testing when changes are pushed.
Version_0.9
- Loading incorrect XML file will not longer cause an exception but will return empty optional.
- Unit tests are consolidated to use local files and also local templated function that will load top level node.
Version_0.8
- Save/Load directly from string is moved from LibraryFEMTherm into this repository
Version_0.7
- Structure properties can now be saved/loaded as XML attributes (needed for BSDF XML implementation)
Version_0.6
- Function that retrieves data directly from string is added.
- ExternalProject_Add replaced with simpler version (FetchContent_Declare)
Version_0.5
- getChildNode(name, index) remoted from adapter because it is very slow. Now std::vector getNodesByName(name) is used
- All files are now moved into
fileParse
directory and leadingFP_
is removed from file names
Version_0.4
- Formatting of numbers is now introduced (when numbers will be displayed in scientific notation vs standard)
- std::array can now be serialized