Skip to content

Commit e3f23f1

Browse files
committed
Prepare for release.
1 parent fffa3ea commit e3f23f1

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.0.5
2+
3+
* Removed the `IDistance` interface and added the `Distance` delegate (breaking).
4+
* Added `EarthMoversDistance`.
5+
16
# v1.0.4
27

38
* Added `Special.GetMemoryFromUnmanagedPointer` to support matrices backed by unmanaged memory.

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.4</Version>
11+
<Version>1.0.5</Version>
1212
<Authors>Nobuaki Tanaka</Authors>
1313
<Description>A numerical computation library for C#</Description>
1414
<PackageProjectUrl>https://github.com/sinshu/numflat</PackageProjectUrl>

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ Matrix 3x3-Double
697697
- ✅ Gaussian
698698
- ✅ Diagonal Gaussian
699699
- ⬜ Other distributions
700+
- ✅ Earth mover's distance
700701
* 🚧 Clustering
701702
- ✅ k-means
702703
- ✅ GMM (gaussian mixture model)

0 commit comments

Comments
 (0)