File: ergo_release_notes_3_8_2.txt

package info (click to toggle)
ergo 3.8.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 17,568 kB
  • sloc: cpp: 94,763; ansic: 17,785; sh: 10,701; makefile: 1,403; yacc: 127; lex: 116; awk: 23
file content (17 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===================================================
Ergo version 3.8.2 release notes, 2023-07-19
===================================================

The following changes were made compared to the previous version:

- Use std::shuffle() instead of the deprecated std::random_shuffle().

- Renamed some basis set files to no longer use parentheses in basis
  set filenames. Parentheses in basis set names are still allowed in
  user input, in such cases translated to underscore when opening
  basis set files.

- Adjusted error tolerance in gesv lapack test case.

- Other minor changes to improve portability, making things work
  better on FreeBSD.