Skip to content

Commit 1cd16e1

Browse files
committed
Prepare for release.
1 parent f22befd commit 1cd16e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# v1.0.1
26

37
* Some code optimizations.

NumFlat/NumFlat.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<GenerateDocumentationFile>True</GenerateDocumentationFile>
99
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1010
<Title>NumFlat</Title>
11-
<Version>1.0.1</Version>
11+
<Version>1.0.2</Version>
1212
<Authors>Nobuaki Tanaka</Authors>
1313
<Description>A numerical computation library for C#</Description>
1414
<PackageProjectUrl>https://github.com/sinshu/numflat</PackageProjectUrl>

0 commit comments

Comments
 (0)