We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd74d52 commit 175ef01Copy full SHA for 175ef01
CHANGELOG.md
@@ -8,6 +8,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
9
### Changed
10
- Formatted all CMake listfiles using gersemi, add gersemi to pre-commit configuration ([#657](https://github.com/coal-library/coal/pull/657/files))
11
+- Float precision ([#665](https://github.com/coal-library/coal/pull/665))
12
+ - Rename `CoalScalar` to `Scalar`
13
+ - Add option to switch between (default) double precision and float precision
14
+ - Changed all the uses of `double` to `Scalar` in Coal
15
+ - Fixed all the compilation warnings when compiling the library using float precision
16
17
## [3.0.1] - 2025-02-12
18
0 commit comments