Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr committed Jan 4, 2017
1 parent f751a92 commit 74e5e1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
Version 0.2.0
* Fixed divergence of tensors
* Refactoring common code from Array-vs-Vector class pairs
* Removing inappropriate function overloads for Vectors
* More _decl.h headers for recursive class nesting
* Implementations of is_nan, if_else, other helpful functions
* Fixes for Intel compiler compatibility
* Many other new unit tests, assertions, bugfixes
Version 0.1.0
Version 0.0.0
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(metaphysicl, 0.1.0, [email protected])
AC_INIT(metaphysicl, 0.2.0, [email protected])
AC_CONFIG_MACRO_DIR([m4])

AC_CONFIG_HEADER(metaphysicl_config.h.tmp)
Expand Down

0 comments on commit 74e5e1d

Please sign in to comment.