diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..4dff51f3 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [gyrdym] diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e3ea43..a805c722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 12.17.5 +- `FUNDING.yml` created + ## 12.17.4 - `Matrix.fromRows`: copying source list instead of passing it by reference added (issue [#100](https://github.com/gyrdym/ml_linalg/issues/100)) - `Matrix.fromColumns`: copying source list instead of passing it by reference added (issue [#100](https://github.com/gyrdym/ml_linalg/issues/100)) diff --git a/pubspec.yaml b/pubspec.yaml index 480d04f7..91cd83b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ml_linalg description: SIMD-based linear algebra and statistics for data science -version: 12.17.4 +version: 12.17.5 homepage: https://github.com/gyrdym/ml_linalg environment: