Skip to content

Commit 6cee35c

Browse files
committed
Prepare for release.
1 parent ee5364a commit 6cee35c

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.3
2+
3+
* Indexers for `Vec<T>` and `Mat<T>` now return `ref T`, improving usability.
4+
15
# v1.0.2
26

37
* Revised the complex linear regression formula from `y = w^H * x + b` to `y = w^T * x + b`.

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.2</Version>
11+
<Version>1.0.3</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)