Skip to content

Commit a6f874b

Browse files
committed
Update changelog
1 parent 58a908d commit a6f874b

File tree

1 file changed

+191
-0
lines changed

1 file changed

+191
-0
lines changed

ChangeLog.txt

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,175 @@
1+
commit 58a908d202289cc6da5a302e57d3a50421432017
2+
Author: Luigi Ballabio <[email protected]>
3+
Date: Mon, 12 Jul 2021 09:46:54 +0200
4+
5+
Set version to 1.33 final.
6+
7+
CMakeLists.txt | 4 ++--
8+
configure.ac | 2 +-
9+
ql/version.hpp | 4 ++--
10+
3 files changed, 5 insertions(+), 5 deletions(-)
11+
12+
commit e9422af1e7d46379bc6c38df46dd0e3d071ab09d
13+
Author: Luigi Ballabio <[email protected]>
14+
Date: Wed, 17 Jan 2024 21:23:39 +0100
15+
16+
Use all available cores on Action runners
17+
18+
.github/workflows/coveralls.yml | 2 +-
19+
.github/workflows/linux-full-tests.yml | 2 +-
20+
.github/workflows/linux-nondefault.yml | 2 +-
21+
.github/workflows/linux.yml | 2 +-
22+
.github/workflows/sanitizer.yml | 4 ++--
23+
.github/workflows/test-times.yml | 2 +-
24+
6 files changed, 7 insertions(+), 7 deletions(-)
25+
26+
commit 69cc0ccf32bd56f78ca6434849eb11c0c349d1dc
27+
Author: Luigi Ballabio <[email protected]>
28+
Date: Tue, 16 Jan 2024 14:54:10 +0100
29+
30+
Update news
31+
32+
Docs/pages/history.docs | 14 +++++++++-----
33+
News.md | 19 +++++++++++++------
34+
2 files changed, 22 insertions(+), 11 deletions(-)
35+
36+
commit 7fbbf5f892792952e1a24c29177eeab5a0ea0c45
37+
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
38+
Date: Wed, 17 Jan 2024 09:14:27 +0000
39+
40+
Update copyright list in license
41+
42+
LICENSE.TXT | 2 +-
43+
1 file changed, 1 insertion(+), 1 deletion(-)
44+
45+
commit 03e86a168a27db63d4d6d0281d7b563f98a501a1
46+
Merge: 9d2c7b2b4 6582fad9c
47+
Author: Luigi Ballabio <[email protected]>
48+
Date: Wed, 17 Jan 2024 10:15:18 +0100
49+
50+
Move calendar imports where they are used (#1885)
51+
52+
commit 9d2c7b2b4e4167635919ff943d10f792e6dc4df9
53+
Merge: f094be00f 014a9a2f0
54+
Author: Luigi Ballabio <[email protected]>
55+
Date: Wed, 17 Jan 2024 10:14:09 +0100
56+
57+
Add Inauguration Day to Mexican calendar (#1884)
58+
59+
commit 6582fad9ca941417bf8bc361730c98df39d114b0
60+
Author: Fredrik Gerdin Börjesson <[email protected]>
61+
Date: Tue, 16 Jan 2024 18:48:09 +0100
62+
63+
Move calendar imports where they are used
64+
65+
ql/indexes/ibor/thbfix.hpp | 3 ---
66+
ql/termstructures/yield/overnightindexfutureratehelper.cpp | 1 +
67+
ql/termstructures/yield/ratehelpers.cpp | 1 -
68+
ql/termstructures/yield/ratehelpers.hpp | 1 -
69+
test-suite/overnightindexedswap.cpp | 1 +
70+
5 files changed, 2 insertions(+), 5 deletions(-)
71+
72+
commit 014a9a2f0f34e7cd43aa932689cbef1e1c30f5c0
73+
Author: Fredrik Gerdin Börjesson <[email protected]>
74+
Date: Tue, 16 Jan 2024 18:46:48 +0100
75+
76+
Add Inauguration Day to Mexican calendar
77+
78+
ql/time/calendars/mexico.cpp | 3 +++
79+
ql/time/calendars/mexico.hpp | 2 ++
80+
test-suite/calendars.cpp | 42 +++++++++++++++++++++++++++++++++++++++++-
81+
3 files changed, 46 insertions(+), 1 deletion(-)
82+
83+
commit f094be00f7ea262aafa230f8b72485b180ed8b97
84+
Merge: 32f57d05e 6909bfc1b
85+
Author: Luigi Ballabio <[email protected]>
86+
Date: Fri, 12 Jan 2024 08:54:57 +0100
87+
88+
New Brazilian holiday (#1879)
89+
90+
commit 32f57d05e8bf5555b446dfcd8addbf013b08ad81
91+
Author: Luigi Ballabio <[email protected]>
92+
Date: Wed, 10 Jan 2024 08:48:50 +0100
93+
94+
Back to Artifactory for Boost downloads
95+
96+
This reverts commit 484e48af47ed6b8cf37be5a45e0962a572940a1f.
97+
98+
.github/workflows/cmake.yml | 6 +++---
99+
.github/workflows/msvc-analysis.yml | 2 +-
100+
dockerfiles/ci.Dockerfile | 2 +-
101+
3 files changed, 5 insertions(+), 5 deletions(-)
102+
103+
commit 19c991861075efb195071b27447897932ec434c9
104+
Author: Luigi Ballabio <[email protected]>
105+
Date: Mon, 8 Jan 2024 17:33:23 +0100
106+
107+
Disable compile-time bound check in CI build
108+
109+
.github/workflows/linux-nondefault.yml | 1 +
110+
1 file changed, 1 insertion(+)
111+
112+
commit a643b957415898a4587306d706d94af2b7d7f27e
113+
Merge: 2e5a77b20 d860bf0c3
114+
Author: Luigi Ballabio <[email protected]>
115+
Date: Tue, 9 Jan 2024 20:37:48 +0100
116+
117+
Fixes to maintain AAD compatibility (#1881)
118+
119+
commit d860bf0c3f1710328d818438de1d9de146423757
120+
Author: Auto Differentiation Dev Team <[email protected]>
121+
Date: Tue, 9 Jan 2024 15:34:49 +0000
122+
123+
Consistently using QL_CHECK_XXX macros
124+
125+
test-suite/americanoption.cpp | 18 +++++++++---------
126+
test-suite/functions.cpp | 12 ++++++------
127+
test-suite/hestonmodel.cpp | 10 +++++-----
128+
test-suite/integrals.cpp | 14 +++++++-------
129+
4 files changed, 27 insertions(+), 27 deletions(-)
130+
131+
commit bf4b0bec06f1fd8f2d020be4576e248e16e5fc17
132+
Author: Auto Differentiation Dev Team <[email protected]>
133+
Date: Tue, 9 Jan 2024 15:34:43 +0000
134+
135+
Adds utility test macro QL_CHECK_CLOSE_FRACTION, compatible to arbitrary Real types
136+
137+
test-suite/utilities.hpp | 1 +
138+
1 file changed, 1 insertion(+)
139+
140+
commit 9c40fd424ede69457628bc679f4e0fd8309712ca
141+
Author: Auto Differentiation Dev Team <[email protected]>
142+
Date: Tue, 9 Jan 2024 15:34:30 +0000
143+
144+
Defines constants as double type
145+
146+
ql/math/integrals/exponentialintegrals.cpp | 4 ++--
147+
ql/pricingengines/vanilla/analytichestonengine.cpp | 2 +-
148+
2 files changed, 3 insertions(+), 3 deletions(-)
149+
150+
commit 2e5a77b20d9e83ad41c00aa6b5398a0846ce0f9b
151+
Author: Luigi Ballabio <[email protected]>
152+
Date: Wed, 4 Oct 2023 11:52:15 +0200
153+
154+
Set version to 1.33-rc
155+
156+
CMakeLists.txt | 4 ++--
157+
configure.ac | 2 +-
158+
ql/version.hpp | 4 ++--
159+
3 files changed, 5 insertions(+), 5 deletions(-)
160+
161+
commit c517b5eb7cf2f26314a6ca14455ba8761aa36a40
162+
Author: Luigi Ballabio <[email protected]>
163+
Date: Mon, 8 Jan 2024 12:59:39 +0100
164+
165+
Update news and changelog
166+
167+
ChangeLog.txt | 6899 ++++++++++++++++++++++++++++++++++++-----------
168+
Contributors.txt | 4 +
169+
Docs/pages/history.docs | 76 +-
170+
News.md | 199 +-
171+
4 files changed, 5543 insertions(+), 1635 deletions(-)
172+
1173
commit 216e962f94454fda33f513783312d6bd8b8c40b9
2174
Author: Luigi Ballabio <[email protected]>
3175
Date: Mon, 8 Jan 2024 11:22:18 +0100
@@ -32,6 +204,25 @@ Date: Sun, 7 Jan 2024 21:18:13 +0100
32204
dockerfiles/ci.Dockerfile | 2 +-
33205
3 files changed, 13 insertions(+), 13 deletions(-)
34206

207+
commit 6909bfc1b011d8bd9198e6cf98ac8fcb762dfda3
208+
Author: Paul <[email protected]>
209+
Date: Sun, 7 Jan 2024 14:46:57 +0100
210+
211+
fix unit test
212+
213+
test-suite/amortizingbond.cpp | 5 ++++-
214+
1 file changed, 4 insertions(+), 1 deletion(-)
215+
216+
commit d892b8d3b33e7bcf5198fcbcf30d2711e45ec899
217+
Author: Paul <[email protected]>
218+
Date: Sun, 7 Jan 2024 13:49:17 +0100
219+
220+
add Black Awarenedd Day holiday
221+
222+
ql/time/calendars/brazil.cpp | 2 ++
223+
ql/time/calendars/brazil.hpp | 1 +
224+
2 files changed, 3 insertions(+)
225+
35226
commit dee33df049a031fed50bb3690615c2116015eb84
36227
Merge: 6aca59ed1 84d52647c
37228
Author: Luigi Ballabio <[email protected]>

0 commit comments

Comments
 (0)