We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5364a commit 6cee35cCopy full SHA for 6cee35c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v1.0.3
2
+
3
+* Indexers for `Vec<T>` and `Mat<T>` now return `ref T`, improving usability.
4
5
# v1.0.2
6
7
* Revised the complex linear regression formula from `y = w^H * x + b` to `y = w^T * x + b`.
NumFlat/NumFlat.csproj
@@ -8,7 +8,7 @@
8
<GenerateDocumentationFile>True</GenerateDocumentationFile>
9
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
10
<Title>NumFlat</Title>
11
- <Version>1.0.2</Version>
+ <Version>1.0.3</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