Skip to content

Commit f18eb8d

Browse files
authored
Dev/working3 (#63)
* New Interval.Contains method. Documentation. * 4.1.4 version
1 parent 20b7021 commit f18eb8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Numerics/Numerics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<TargetFramework>netstandard1.1</TargetFramework>
55
<AssemblyName>Meta.Numerics</AssemblyName>
66
<RootNamespace>Meta.Numerics</RootNamespace>
7-
<Version>4.1.3-alpha</Version>
7+
<Version>4.1.4</Version>
88
<Copyright>Copyright © David Wright 2008-2020</Copyright>
99
<Authors>David Wright</Authors>
1010
<Company>Meta Numerics</Company>
1111
<Description>A library for numeric computing with support for data manipulation, statistics, matrix algebra, and advanced functions.</Description>
1212
<PackageProjectUrl>http://www.meta-numerics.net</PackageProjectUrl>
13-
<PackageTags>numeric scientific technical math statistics matrix fft data optimization</PackageTags>
13+
<PackageTags>numeric scientific technical math data statistics matrix fft integration optimization solver int128</PackageTags>
1414
<PackageIconUrl>http://www.meta-numerics.net/Images/ComplexPsiPlot.png</PackageIconUrl>
1515
<RepositoryUrl>https://github.com/dcwuser/metanumerics</RepositoryUrl>
1616
<DebugType>portable</DebugType>

0 commit comments

Comments
 (0)