Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update ReleaseNotes.md * case-insensitive string comparison * Release notes for 2023-06-05 * release 2023-08-18 * New `sys::OS::getSIMDInstructionSet()` utility routine; SSE2 is required (default with 64-bit builds). * `types::ComplexInteger` to work-around `std::complex<short>` no longer being [valid C++](https://en.cppreference.com/w/cpp/numeric/complex). * Another round of reducing various compiler warnings (of note: `NULL` -> `nullptr`). * Some suport for [`std::numbers`](https://en.cppreference.com/w/cpp/header/numbers) from C++20. * Update to [HighFive 2.7.1](https://github.com/BlueBrain/HighFive/releases/tag/v2.7.1). * Update to [e2fsprogs 1.47.0](https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.47.0). * Update to [xerces-c 3.2.4](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350542&styleName=Text&projectId=10510). * Update to [HDF5](https://www.hdfgroup.org/) [1.14.2](https://github.com/HDFGroup/hdf5/releases/tag/hdf5-1_14_2). * `mem::ComplexView`s renamed to be more descriptive. * **hdf5.lite** removed, use [HighFive](https://github.com/BlueBrain/HighFive/) (included). * added **.gitattributes** and normalized line-endings (`\n` for most text files).
- Loading branch information