Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Apr 26, 2019
1 parent 8b9a9af commit 0b2e3a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.7.0

- Add comparison/equality operators for matrices and vectors.
- Add 'ToString' functions for matrices and vectors, which output in Matlab format.

## 0.6.0

- Fix matrix multiplication issue (#4, #5).
Expand Down
4 changes: 2 additions & 2 deletions source/GlmNet/GlmNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]

0 comments on commit 0b2e3a2

Please sign in to comment.