forked from amaggiulli/QLNet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog.txt
More file actions
484 lines (385 loc) · 20.5 KB
/
ChangeLog.txt
File metadata and controls
484 lines (385 loc) · 20.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
commit 21e7100473af85d45dbd635fdaf9c844f409efd1
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Nov 23 20:00:02 2021 +0100
Updated to netstandard2.1.
src/QLNet/QLNet.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit cc11a60d51efc6a25eed61739999bb263c7377de
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Nov 23 19:57:11 2021 +0100
Updated calendars tests.
tests/QLNet.Tests/T_Calendars.cs | 74 +++++++++++++++++++++++++++++++++++-----
1 file changed, 66 insertions(+), 8 deletions(-)
commit 10eb3c3133a66b0caf093014a206fa8a81e9b871
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Nov 23 19:56:46 2021 +0100
Updated all calendars.
src/QLNet/Time/Calendars/France.cs | 1 -
src/QLNet/Time/Calendars/Germany.cs | 18 +-
src/QLNet/Time/Calendars/HongKong.cs | 352 ++++++++++++++++++------------
src/QLNet/Time/Calendars/Hungary.cs | 4 +-
src/QLNet/Time/Calendars/India.cs | 64 ++++++
src/QLNet/Time/Calendars/Japan.cs | 62 ++++--
src/QLNet/Time/Calendars/Mexico.cs | 4 +-
src/QLNet/Time/Calendars/NewZealand.cs | 5 +-
src/QLNet/Time/Calendars/Norway.cs | 2 +
src/QLNet/Time/Calendars/Romania.cs | 59 ++++-
src/QLNet/Time/Calendars/Russia.cs | 108 ++++++++-
src/QLNet/Time/Calendars/SouthKorea.cs | 22 +-
src/QLNet/Time/Calendars/Sweden.cs | 6 +-
src/QLNet/Time/Calendars/Taiwan.cs | 107 ++++++++-
src/QLNet/Time/Calendars/Thailand.cs | 96 ++++----
src/QLNet/Time/Calendars/Turkey.cs | 4 +-
src/QLNet/Time/Calendars/UnitedKingdom.cs | 52 ++---
src/QLNet/Time/Calendars/UnitedStates.cs | 122 ++++++++++-
18 files changed, 811 insertions(+), 277 deletions(-)
commit 5d06ff463ed22e7d0131bc047e35ef9eb9cd0e05
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Mon Nov 22 20:23:43 2021 +0100
Updated Canadian calendar. Close #266
src/QLNet/Time/Calendars/Canada.cs | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
commit a8d3dd34792341d3f78a326592905bd63f49df34
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Mon Nov 22 20:22:23 2021 +0100
Added Chilean calendars.
src/QLNet/Time/Calendars/Chile.cs | 133 ++++++++++++++++++++++++++++++++++++++
1 file changed, 133 insertions(+)
commit 8e685b4cd0e7cff512dad76ba6d281fd76f028fe
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Mon Nov 22 20:21:30 2021 +0100
Added French calendars.
src/QLNet/Time/Calendars/France.cs | 154 +++++++++++++++++++++++++++++++++++++
1 file changed, 154 insertions(+)
commit 20a5cadcc0d514ce126f6ced93e1d02ffa3d65d2
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Mon Nov 22 19:47:08 2021 +0100
Updated China calendar up to 2021.
src/QLNet/Time/Calendars/China.cs | 37 ++++++++++++++++++++++++++++++++++---
1 file changed, 34 insertions(+), 3 deletions(-)
commit b272d031e02cccee37d1b2d5a35cab9782bc2fb7
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Mon Nov 22 18:49:16 2021 +0100
Added Austrian calendar.
src/QLNet/Time/Calendars/Austria.cs | 167 ++++++++++++++++++++++++++++++++++++
1 file changed, 167 insertions(+)
commit d97bfab91e19d92faf3df7aeebf2eafc47a3a723
Author: Olivier Milla <olivier.milla@gmail.com>
Date: Thu Sep 30 18:57:47 2021 +0200
Target Net5.0 Framework in samples too. (#267)
samples/BermudanSwaption/BermudanSwaption.csproj | 2 +-
samples/Bonds/Bonds.csproj | 2 +-
samples/CVAIRS/CVAIRS.csproj | 2 +-
samples/CallableBonds/CallableBonds.csproj | 2 +-
samples/ConvertibleBonds/ConvertibleBonds.csproj | 2 +-
samples/EquityOption/EquityOption.csproj | 2 +-
samples/FRA/FRA.csproj | 2 +-
samples/FittedBondCurve/FittedBondCurve.csproj | 2 +-
samples/Repo/Repo.csproj | 2 +-
samples/Swap/Swap.csproj | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
commit a9c2fc211788e3ff90705aa8bebf6043f98fc38e
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Mar 2 19:39:41 2021 +0100
Updated tests suite to .Net Core 5.
tests/QLNet.Tests/QLNet.Tests.csproj | 2 +-
tests/QLNet.Tests/T_Inflation.cs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit f0d80d3b82de1effee85ad3686d8d9006e721c40
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Mar 2 19:12:22 2021 +0100
Fixed ActualActualISMA daycounter calculation for long/short final periods, thanks @kristofferpagels.
This close #265
src/QLNet/Time/DayCounters/ActualActual.cs | 39 +++++++++++++++++++----
tests/QLNet.Tests/T_DayCounters.cs | 51 ++++++++++++++++++++++++++++++
2 files changed, 83 insertions(+), 7 deletions(-)
commit 452499ef5a73174e4f82ad12c1b1af38e7433601
Author: Francois Botha <igitur@gmail.com>
Date: Wed Feb 24 02:56:46 2021 +0200
Add utility Date.ToDateTime() method (#263)
src/QLNet/Time/Date.cs | 2 ++
1 file changed, 2 insertions(+)
commit f883f6ba4b8c315714d778f47e7c57d15670aba5
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Wed Feb 24 01:12:18 2021 +0100
Fixing Nuget deployement.
appveyor.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 340bb979be30b6f027042aa4620ab8ea01f5006f
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Wed Feb 24 00:52:24 2021 +0100
Disabling failing test.
tests/QLNet.Tests/T_Piecewiseyieldcurve.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit e9d4f6d661b9d515858de77970943e30533ce9df
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Wed Feb 24 00:28:48 2021 +0100
Fixing Nuget deployement.
appveyor.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
commit db83a242cdc5c09a944994d02ec6ef8f2935fb00
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Feb 23 22:34:02 2021 +0100
Fixing the build
appveyor.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit 33eba0af05268777c4a22371ccf8a304f10f6897
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Feb 23 21:30:45 2021 +0100
Fixing the build
appveyor.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit d315456be91f161123899325095ed0ae90923de1
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Feb 23 21:00:42 2021 +0100
Fixing the build
appveyor.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
commit b4568f366e95dc47d9b966836be5805a37e13fcc
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Feb 23 19:49:42 2021 +0100
Fixing the build
appveyor.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit 66d282df47d00af25478de9e7f192390c368a47d
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Tue Feb 23 19:12:29 2021 +0100
Fixing the build
appveyor.yml | 2 ++
1 file changed, 2 insertions(+)
commit 82cf2d16be6e24244a39c45cc0764cc280657450
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Mon Sep 14 18:23:46 2020 +0200
Fixed helpers sort for Piecewise Curves. This should fix #260
src/QLNet/Termstructures/Inflation/PiecewiseYoYInflationCurve.cs | 3 +++
src/QLNet/Termstructures/Inflation/PiecewiseZeroInflationCurve.cs | 3 +++
src/QLNet/Termstructures/Iterativebootstrap.cs | 3 ---
src/QLNet/Termstructures/Yield/PiecewiseYieldCurve.cs | 6 ++++++
4 files changed, 12 insertions(+), 3 deletions(-)
commit 549a72d527d986426e01668e03a3ad3817f23cdd
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Wed May 20 16:32:36 2020 +0200
#256 - Fixed Denmark holidays, thx @hhaldn
src/QLNet/Time/Calendars/Denmark.cs | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
commit d837fec600e517c1c4590600eccb504535df9b8f
Author: Andrea Maggiulli <amaggiulli@users.noreply.github.com>
Date: Mon May 11 17:49:50 2020 +0200
Updated Sonar badges [skip ci]
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
commit c397fb4da2e0d02b58dc9146d0d888caf677e39c
Author: Andrea Maggiulli <amaggiulli@users.noreply.github.com>
Date: Mon May 11 17:48:39 2020 +0200
Updated Sonar badges [skip ci]
README.md | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
commit b19ac52d07a295ec4a53986dcb1e6653462cb8b3
Author: Andrea Maggiulli <amaggiulli@users.noreply.github.com>
Date: Mon May 11 17:02:07 2020 +0200
Feature #253 (#254)
* #253 Moved example projects into samples folder.
* #253 Set feature's build to Release, enabled tests.
* #253 Set feature's build to Release, enabled tests.
* #253 Removed MSTest framework, updated test project to netcore.
* #253 Updated test script for features.
* #253 Fixing tests.
* #253 Fixing tests.
* #253 Fixing tests.
* #253 Removed old projects files.
* #253 Fixing build.
* Revert "#253 Fixing tests."
* #253 Fixed compilation warnings.
* #253 Fixing appveyor script [skip ci]
* #253 Fixing appveyor script.
* #253 Moved to the new SonarCloud site.
* #253 Fixing appveyor script.
* #253 Fixing appveyor script.
* #253 Adding coverage for Sonar.
* #253 Fixing tests.
QLNet.sln | 74 +-
QLNetOld.sln | 38 -
appveyor.yml | 66 +-
{src => samples}/BermudanSwaption/.editorconfig | 0
.../BermudanSwaption/BermudanSwaption.cs | 0
.../BermudanSwaption/BermudanSwaption.csproj | 2 +-
{src => samples}/Bonds/.editorconfig | 0
{src => samples}/Bonds/Bonds.cs | 0
{src => samples}/Bonds/Bonds.csproj | 2 +-
{src => samples}/CVAIRS/CVAIRS.cs | 0
{src => samples}/CVAIRS/CVAIRS.csproj | 2 +-
{src => samples}/CallableBonds/.editorconfig | 0
{src => samples}/CallableBonds/CallableBonds.cs | 8 +-
.../CallableBonds/CallableBonds.csproj | 2 +-
{src => samples}/ConvertibleBonds/.editorconfig | 0
.../ConvertibleBonds/ConvertibleBonds.cs | 6 +-
.../ConvertibleBonds/ConvertibleBonds.csproj | 2 +-
{src => samples}/EquityOption/.editorconfig | 0
{src => samples}/EquityOption/EquityOption.cs | 0
{src => samples}/EquityOption/EquityOption.csproj | 2 +-
{src => samples}/FRA/.editorconfig | 0
{src => samples}/FRA/FRA.cs | 0
{src => samples}/FRA/FRA.csproj | 2 +-
{src => samples}/FittedBondCurve/.editorconfig | 0
.../FittedBondCurve/FittedBondCurve.cs | 0
.../FittedBondCurve/FittedBondCurve.csproj | 2 +-
samples/QLNetSamples.sln | 79 +
{src => samples}/Repo/.editorconfig | 0
{src => samples}/Repo/Repo.cs | 0
{src => samples}/Repo/Repo.csproj | 2 +-
{src => samples}/Swap/.editorconfig | 0
{src => samples}/Swap/Swap.csproj | 2 +-
{src => samples}/Swap/swapvaluation.cs | 0
{src => samples}/VB/Swap/Swapvaluation.vb | 0
src/QLNet.Old/AssemblyInfo.cs | 34 -
src/QLNet.Old/Cashflows/.gitkeep | 0
src/QLNet.Old/Currencies/.gitkeep | 0
src/QLNet.Old/Extensions/.gitkeep | 0
src/QLNet.Old/Indexes/Ibor/.gitkeep | 0
src/QLNet.Old/Indexes/Inflation/.gitkeep | 0
src/QLNet.Old/Indexes/Swap/.gitkeep | 0
src/QLNet.Old/Instruments/Bonds/.gitkeep | 0
src/QLNet.Old/Math/Distributions/.gitkeep | 0
src/QLNet.Old/Math/Interpolations/.gitkeep | 0
src/QLNet.Old/Math/Optimization/.gitkeep | 0
src/QLNet.Old/Math/Solvers1d/.gitkeep | 0
src/QLNet.Old/Math/integrals/.gitkeep | 0
src/QLNet.Old/Math/matrixutilities/.gitkeep | 0
src/QLNet.Old/Math/randomnumbers/.gitkeep | 0
src/QLNet.Old/Math/statistics/.gitkeep | 0
src/QLNet.Old/Methods/Finitedifferences/.gitkeep | 0
src/QLNet.Old/Methods/lattices/.gitkeep | 0
src/QLNet.Old/Methods/montecarlo/.gitkeep | 0
src/QLNet.Old/Models/Equity/.gitkeep | 0
.../MarketModels/BrownianGenerators/.gitkeep | 0
.../Models/Shortrate/Onefactormodels/.gitkeep | 0
.../Models/Shortrate/Twofactorsmodels/.gitkeep | 0
.../Models/Shortrate/calibrationhelpers/.gitkeep | 0
src/QLNet.Old/Patterns/.gitkeep | 0
src/QLNet.Old/Pricingengines/Basket/.gitkeep | 0
src/QLNet.Old/Pricingengines/Bond/.gitkeep | 0
src/QLNet.Old/Pricingengines/CapFloor/.gitkeep | 0
src/QLNet.Old/Pricingengines/Cliquet/.gitkeep | 0
src/QLNet.Old/Pricingengines/Forward/.gitkeep | 0
src/QLNet.Old/Pricingengines/Loan/.gitkeep | 0
src/QLNet.Old/Pricingengines/Lookback/.gitkeep | 0
src/QLNet.Old/Pricingengines/Swap/.gitkeep | 0
src/QLNet.Old/Pricingengines/asian/.gitkeep | 0
src/QLNet.Old/Pricingengines/barrier/.gitkeep | 0
src/QLNet.Old/Pricingengines/credit/.gitkeep | 0
src/QLNet.Old/Pricingengines/inflation/.gitkeep | 0
src/QLNet.Old/Pricingengines/swaption/.gitkeep | 0
src/QLNet.Old/Pricingengines/vanilla/.gitkeep | 0
src/QLNet.Old/QLNet.Old.csproj | 2154 -------------
src/QLNet.Old/Quotes/.gitkeep | 0
src/QLNet.Old/Termstructures/Credit/.gitkeep | 0
src/QLNet.Old/Termstructures/Inflation/.gitkeep | 0
.../Termstructures/Volatility/Bond/.gitkeep | 0
.../Termstructures/Volatility/CapFloor/.gitkeep | 0
.../Termstructures/Volatility/Inflation/.gitkeep | 0
.../Termstructures/Volatility/Optionlet/.gitkeep | 0
.../Termstructures/Volatility/equityfx/.gitkeep | 0
.../Termstructures/Volatility/swaption/.gitkeep | 0
src/QLNet.Old/Termstructures/Yield/.gitkeep | 0
src/QLNet.Old/Time/Calendars/.gitkeep | 0
src/QLNet.Old/Time/DayCounters/.gitkeep | 0
src/QLNet.Old/legacy/libormarketmodels/.gitkeep | 0
src/QLNet.Old/processes/.gitkeep | 0
src/QLNet/QLNet.csproj | 2 +-
tests/QLNet.Tests.Old/AssemblyInfo.cs | 39 -
tests/QLNet.Tests.Old/QLNet.Tests.Old.csproj | 212 --
tests/QLNet.Tests/QLNet.Tests.csproj | 24 +-
tests/QLNet.Tests/T_AmericanOption.cs | 44 +-
tests/QLNet.Tests/T_AsianOptions.cs | 34 +-
tests/QLNet.Tests/T_AssetSwap.cs | 60 +-
tests/QLNet.Tests/T_BarrierOption.cs | 28 +-
tests/QLNet.Tests/T_BasketOption.cs | 15 +-
tests/QLNet.Tests/T_Bermudanswaption.cs | 27 +-
tests/QLNet.Tests/T_BinaryOption.cs | 16 +-
tests/QLNet.Tests/T_BlackDeltaCalculator.cs | 24 +-
tests/QLNet.Tests/T_BlackFormula.cs | 16 +-
tests/QLNet.Tests/T_Bonds.cs | 174 +-
tests/QLNet.Tests/T_BusinessDayConvention.cs | 12 +-
tests/QLNet.Tests/T_CPISwap.cs | 20 +-
tests/QLNet.Tests/T_Calendars.cs | 93 +-
tests/QLNet.Tests/T_CapFloor.cs | 51 +-
tests/QLNet.Tests/T_CapFlooredCoupon.cs | 16 +-
tests/QLNet.Tests/T_CashFlows.cs | 24 +-
tests/QLNet.Tests/T_CatBonds.cs | 37 +-
tests/QLNet.Tests/T_CliquetOption.cs | 21 +-
tests/QLNet.Tests/T_Cms.cs | 20 +-
tests/QLNet.Tests/T_ConvertibleBond.cs | 20 +-
tests/QLNet.Tests/T_CreditDefaultSwap.cs | 32 +-
tests/QLNet.Tests/T_Dates.cs | 28 +-
tests/QLNet.Tests/T_DayCounters.cs | 48 +-
tests/QLNet.Tests/T_DefaultProbabilityCurves.cs | 20 +-
tests/QLNet.Tests/T_DigitalCoupon.cs | 40 +-
tests/QLNet.Tests/T_DigitalOption.cs | 40 +-
tests/QLNet.Tests/T_DividendOption.cs | 42 +-
tests/QLNet.Tests/T_DoubleBarrierOption.cs | 21 +-
tests/QLNet.Tests/T_DoubleBinaryOption.cs | 12 +-
tests/QLNet.Tests/T_EuropeanOption.cs | 55 +-
tests/QLNet.Tests/T_ExchangeRate.cs | 28 +-
tests/QLNet.Tests/T_FastFourierTransform.cs | 17 +-
tests/QLNet.Tests/T_FdmLinearOp.cs | 48 +-
tests/QLNet.Tests/T_ForwardOption.cs | 28 +-
tests/QLNet.Tests/T_Functions.cs | 28 +-
tests/QLNet.Tests/T_HestonModel.cs | 78 +-
.../QLNet.Tests/T_HybridHestonHullWhiteProcess.cs | 60 +-
tests/QLNet.Tests/T_Inflation.cs | 24 +-
tests/QLNet.Tests/T_InflationCPICapFloor.cs | 16 +-
tests/QLNet.Tests/T_InflationCapFloorTest.cs | 35 +-
.../QLNet.Tests/T_InflationCapFlooredCouponTest.cs | 31 +-
tests/QLNet.Tests/T_Instruments.cs | 17 +-
tests/QLNet.Tests/T_InterestRate.cs | 12 +-
tests/QLNet.Tests/T_Interpolations.cs | 80 +-
tests/QLNet.Tests/T_LiborMarketModel.cs | 39 +-
tests/QLNet.Tests/T_LiborMarketModelProcess.cs | 36 +-
.../QLNet.Tests/T_LinearLeastSquaresRegression.cs | 36 +-
tests/QLNet.Tests/T_LookbackOption.cs | 24 +-
tests/QLNet.Tests/T_LowDiscrepancySequences.cs | 79 +-
tests/QLNet.Tests/T_Matrices.cs | 36 +-
tests/QLNet.Tests/T_Money.cs | 20 +-
tests/QLNet.Tests/T_Operators.cs | 16 +-
tests/QLNet.Tests/T_Optimizers.cs | 24 +-
tests/QLNet.Tests/T_OptionletStripper.cs | 40 +-
tests/QLNet.Tests/T_OvernightIndexedSwap.cs | 40 +-
tests/QLNet.Tests/T_PSACurve.cs | 12 +-
tests/QLNet.Tests/T_PathGenerator.cs | 35 +-
.../T_PiecewiseZeroSpreadedTermStructure.cs | 48 +-
tests/QLNet.Tests/T_Piecewiseyieldcurve.cs | 168 +-
tests/QLNet.Tests/T_Quotes.cs | 25 +-
tests/QLNet.Tests/T_RNGTraits.cs | 20 +-
tests/QLNet.Tests/T_RangeAccrual.cs | 3150 ++++++++++----------
tests/QLNet.Tests/T_RiskStats.cs | 12 +-
tests/QLNet.Tests/T_Rounding.cs | 28 +-
tests/QLNet.Tests/T_SVI.cs | 35 +-
tests/QLNet.Tests/T_SampledCurve.cs | 12 +-
tests/QLNet.Tests/T_Schedule.cs | 44 +-
tests/QLNet.Tests/T_ShortRateModels.cs | 20 +-
tests/QLNet.Tests/T_Solvers.cs | 44 +-
tests/QLNet.Tests/T_SpreadOption.cs | 12 +-
tests/QLNet.Tests/T_Stats.cs | 26 +-
tests/QLNet.Tests/T_Swaps.cs | 51 +-
tests/QLNet.Tests/T_Swaption.cs | 51 +-
tests/QLNet.Tests/T_SwaptionVolatilityCube.cs | 822 +++--
tests/QLNet.Tests/T_SwaptionVolatilitymatrix.cs | 31 +-
tests/QLNet.Tests/T_TermStructures.cs | 73 +-
tests/QLNet.Tests/T_TimeGrid.cs | 40 +-
tests/QLNet.Tests/T_Vector.cs | 24 +-
tests/QLNet.Tests/Utilities.cs | 66 -
tests/QLNet.Tests/xunit.runner.json | 6 +
172 files changed, 2355 insertions(+), 7238 deletions(-)
commit b5a730b3518b0b6b5889ec2397fa2f42a37de179
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Thu May 7 16:45:13 2020 +0200
#252 Fixed LineSearchBasedMethod.minimize, thx @hhaldn for spotting it.
.../Math/Optimization/LineSearchBasedMethod.cs | 4 +--
tests/QLNet.Tests/T_Optimizers.cs | 40 ++++++++++++++++++++++
2 files changed, 42 insertions(+), 2 deletions(-)
commit 9da55ba9830963b3a3aac59182054e44be57cfbd
Author: Andrea Maggiulli <a.maggiulli@gmail.com>
Date: Thu May 7 16:10:41 2020 +0200
Bumping to version 1.12.0 for next release [skip ci]
appveyor.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)