Update for version 0.3.0
Merge pull request #61 from penguian/60-update-the-dist-tarball
Add Mayavi Kubuntu installation scripts to dist tarball
Update for version 0.3.0
Merge pull request #59 from penguian/55-remove-deprecated-bindings-option: Update to version 0.13.0
Improve the installation instructions
Improve the Mayavi2 installation script
Update for version 0.13.0
Fix typos
Update for version 0.13.0
Update for version 0.13.0
Update for version 0.13.0
Exclude pyclical/PyClical_nocython.cpp code.
Rename the Mayavi demo helper scripts
Improve the Conda installation of Mayavi
Test results for version 0.13.0.
Use tee so that test output is displayed sooner
Add a test for --with-qd
Ensure that the doctests always produce output even if python is used instead of ipython
Conda install the qd library for demos
Consolidate more mkl libraries
Rearrange configuration of libqd. Bump version to 0.13.0
Save documentation work in progress
Merge branch '55-remove-deprecated-bindings-option' of github.com:penguian/glucat into 55-remove-deprecated-bindings-option
Improve the Mayavi setup scripts
Avoid wrong code with AVX512 by using FMA consistently
Bring the Python demo output up to date
Improve Bash scripts to set up a Mayvi environment for the plotting demos
Add Bash scripts to set up a Mayvi environment for the plotting demos
Bring the Python demo code up to date
Remove unused local typedefs
Deprecate the ability to build PyClical without Cython
Update pyclical/setup_nocython.py to match refactored pyclical/setup_ext.py
Refactor and simplify pyclical/setup_ext.py
Remove deprecated bindings option
Update for pull request #53
Merge pull request #53 from penguian/issue-52-PyClical_build_fails_to_find_headers
Add include_dirs to ext creation
GluCat 0.12.1 works with current toolchains
Update email address in README.md
Merge pull request #51 from penguian/issue-49-Bring_up_to_date
Update for GluCat 0.12.1
Timing test results for GluCat 0.12.1
Update for GluCat 0.12.1
Update for GluCat 0.12.1
Fix EXCLUDE path
Merge branch 'issue-49-Bring_up_to_date' of github.com:penguian/glucat into issue-49-Bring_up_to_date
Merge pull request #50 from penguian/add-codespaces
Add .devcontainer for GitHub Codespaces
Update to GluCat 0.12.1
Remove a compiler flag that is not recognized by icpx
Update PyClical test results to 0.12.1
Use raw strings for LaTeX to avoid 'SyntaxWarning: invalid escape sequence'
Bump version to 0.12.1. Add more optimization flags
Tidy the Markdown code blocks
Deprecate configure --with-eig=bindings
Add right-hand operator methods
Merge pull request #48 from penguian/issue-46-Overhaul_sqrt_and_log_functions
Re-add AUTHORS, etc. to allow make dist to succeed
Update versions of tested software. Fix test descriptions.
NEWS for version 0.12.0
Bring git log up to date
Update timing test results
Bring git log up to date
Update to version 0.12.0
Ensure that automake sees the GNU documentation
Update for version 0.12.0
Update versions of tested software
Remove one example
Update to version 0.12.0
Use std::vector<>
Clarify the comments describing norm_tol() and norm_of_diff()
Use the terms 'Absolute error', 'Relative error'
Rename error functions to error_squared_tol(), error_squared(). Add threshold and tolerance as parameters to approx_equal()
Add norm_tol(), norm_of_diff(), and approx_equal() functions and doctests
Allow later versions of GNU Autotools etc.
Add new tuning parameters
Update test results
Modernize. Use approx_equal(), norm_tol() and norm_of_diff(). Add tests for singular cases. Allow sqrt test in singular cases.
Use overhauled eigenvalue classification. Add cr_sqrt() function. Overhaul matrx_sqrt() and matrix_log().