Skip to content

Commit 44dd1e5

Browse files
committed
Upgrade
1 parent 69ef4b1 commit 44dd1e5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Libs/Estimator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<PropertyGroup>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
9-
<Version>1.0.4</Version>
9+
<Version>1.0.5</Version>
1010
<Description>Statistics and performance metrics in trading, CAGR, Sharpe, MAE, MFE, and others.</Description>
1111
<Authors>artemiusgreat</Authors>
1212
<Copyright>indemos.com</Copyright>

Libs/Services/CointegrationService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using MathNet.Numerics;
21
using MathNet.Numerics.LinearAlgebra;
3-
using MathNet.Numerics.LinearAlgebra.Factorization;
42
using System;
53
using System.Linq;
64

0 commit comments

Comments
 (0)