Skip to content

Commit e76abbe

Browse files
Preparing patch release 1.4.1
1 parent 9447d88 commit e76abbe

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ All notable changes to XAD will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [unreleased]
8+
## [1.4.1] - 2024-01-10
9+
10+
This is a patch release to ensure compatibility with QuantLib 1.33.
911

1012
### Added
1113

1214
- support for `hypot` math function
1315

14-
### Changed
15-
16-
### Deprecated
17-
18-
### Removed
19-
2016
### Fixed
2117

2218
- 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
8480

8581
Initial open-source release
8682

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
8884

8985
[1.4.0]: https://github.com/auto-differentiation/XAD/compare/v1.3.0...v1.4.0
9086

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0-dev
1+
1.4.1

0 commit comments

Comments
 (0)