We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22befd commit 1cd16e1Copy full SHA for 1cd16e1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v1.0.2
2
+
3
+* Revised the complex linear regression formula from `y = w^H * x + b` to `y = w^T * x + b`.
4
5
# v1.0.1
6
7
* Some code optimizations.
NumFlat/NumFlat.csproj
@@ -8,7 +8,7 @@
8
<GenerateDocumentationFile>True</GenerateDocumentationFile>
9
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
10
<Title>NumFlat</Title>
11
- <Version>1.0.1</Version>
+ <Version>1.0.2</Version>
12
<Authors>Nobuaki Tanaka</Authors>
13
<Description>A numerical computation library for C#</Description>
14
<PackageProjectUrl>https://github.com/sinshu/numflat</PackageProjectUrl>
0 commit comments