File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,14 @@ All notable changes to XAD will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ unreleased]
8
+ ## [ 1.4.1] - 2024-01-10
9
+
10
+ This is a patch release to ensure compatibility with QuantLib 1.33.
9
11
10
12
### Added
11
13
12
14
- support for ` hypot ` math function
13
15
14
- ### Changed
15
-
16
- ### Deprecated
17
-
18
- ### Removed
19
-
20
16
### Fixed
21
17
22
18
- avoid overflow with complex ` abs ` function when real / imaginary parts are large
@@ -84,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
80
85
81
Initial open-source release
86
82
87
- [ unreleased ] : https://github.com/auto-differentiation/XAD/compare/v1.4.0...HEAD
83
+ [ 1.4.1 ] : https://github.com/auto-differentiation/XAD/compare/v1.4.0...v1.4.1
88
84
89
85
[ 1.4.0 ] : https://github.com/auto-differentiation/XAD/compare/v1.3.0...v1.4.0
90
86
Original file line number Diff line number Diff line change 1
- 1.5.0-dev
1
+ 1.4.1
You can’t perform that action at this time.
0 commit comments