Skip to content

Commit

Permalink
1.6.2 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Apr 18, 2018
1 parent e5bcb67 commit 3951a54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions NEWS.md
@@ -1,5 +1,14 @@
# MPB Release Notes

## MPB 1.6.2

4/18/2018

* Fixed handling of 0-argument band functions (like `randomize-fields`)
in Guile 2.2.

* Bugfix in `dot-eigenvectors` for μ ≠ 1 (#37).

## MPB 1.6.1

1/18/2018
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Expand Up @@ -19,7 +19,7 @@
],
"developmentStatus": "active",
"downloadUrl": "https://github.com/stevengj/mpb/releases",
"version":"1.6.1",
"version":"1.6.2",
"dateCreated":"1998-05-20",
"datePublished":"1999-11-19",
"programmingLanguage": ["C", "Scheme"]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(mpb, 1.6.1, stevenj@alum.mit.edu)
AC_INIT(mpb, 1.6.2, stevenj@alum.mit.edu)
AC_CONFIG_SRCDIR([src/matrices/matrices.c])
AC_CONFIG_HEADER([config.h src/mpbconf.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit 3951a54

Please sign in to comment.