forked from amaggiulli/QLNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNews.txt
More file actions
35 lines (21 loc) · 735 Bytes
/
News.txt
File metadata and controls
35 lines (21 loc) · 735 Bytes
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
QLNet 1.12.0
=========================
QLNet 1.12.0
A detailed list of changes is available in ChangeLog.txt.
FRAMEWORK
+ Removed QLNet old framework solution
+ Updated tests to use only xunit
+ Updated library to netstandard 2.1
+ Updated test suite to .Net Core 5
+ Updated samples to .Net Core 5
MATH
+ Fixed LineSearchBasedMethod.minimize, thx @hhaldn for spotting it.
CALENDARS
+ Fixed Denmark holidays, thx @hhaldn
+ Added Austrian, French and Chilean calendars
+ Updated all existing calendars up to 2021
TIME
+ Added utility Date.ToDateTime() method
+ Fixed ActualActualISMA daycounter calculation for long/short final periods, thanks @kristofferpagels.
TERMSTRUCTURES
+ Fixed helpers sort for Piecewise Curves