We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f50d8 commit 1a6a1d6Copy full SHA for 1a6a1d6
2 files changed
NEWS.md
@@ -0,0 +1,14 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
8
+## [0.6.4] - 2021.10.20
9
10
+### Added
11
+- Implemented `LinearAlbegra.fillstored!`.
12
13
14
+*Previous releases are not included in this Changelog*
Project.toml
@@ -1,7 +1,7 @@
name = "SparseMatricesCSR"
uuid = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1"
authors = ["Víctor Sande <vsande@cimne.upc.edu>", "Francesc Verdugo <fverdugo@cimne.upc.edu>"]
-version = "0.6.3"
+version = "0.6.4"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
0 commit comments