CHANGES
=======

0.0.10
------

* Try removing explicit version
* Increment version
* Fix compiler table
* Fix compilation
* Fix benchmark
* Exclude openmp on non-gcc
* Fix benchmark
* Add benchmark module
* Update CI scripts
* Add dev requirements
* Separate out requirements and dev requirements
* Update requirements
* Fix setup.py
* Update setup.py
* Unset security-centric compiler options
* Fix coverage
* Add reference files
* Restore tests
* Default to reference configuration for now
* Update gitignore
* Reluctantly add blis.c to git
* Update setup.py
* Add openmp to compiler flags
* Update setup.cfg
* Add missing bli\_config.h
* Add ext\_src\_files
* Fix BLIS\_VERSION\_STRING
* Add missing bli\_config.h file
* Update setup.cfg
* Delete make\_defs.json
* Update blis build
* Clean up headers
* Move around package data
* Add include files
* Work on translating build system
* Fix symlink creation
* Fix symlink creation
* Fix order of symlink args
* Use reference blas, instead of compiling
* Add compiled static libraries to repo
* Init a repo for the build
* Unset cwd
* Switch to subprocess.check\_output
* Simplify execution of Makefile
* Fix makefile
* Try to fix makefile
* Try to fix makefile
* Set 'auto' if can't detect architecture
* Have Makefile use bash
* Fix setup.py
* Try not setting cwd
* Don't specify path to Makefile
* Set shell=True when calling Make
* Add Makefile
* Make setup commands reference absolute paths
* Make setup commands reference absolute paths
* Make paths absolute in setup.py
* Add build dir
* Add \_ext/version.txt
* Log build process
* Log build process
* Log build process
* Log build process
* Add travis.yml
* Add appveyor
* Build with openmp, and update arch linking
* Package pre-built static libraries for common architectures
* Clean unused files from blis
* Improve processor detection
* Increment version
* Fix test
* Add updated blis source
* Update gitignore
* Remove vendorized blis, to update it
* Use 2d fused types
* Add 2d fused types
* Remove unused StringIO import
* Require hypothesis
* Update travis to use trusty
* Add \_\_version\_\_
* Add travis.yml
* Add test for dotv
* Add Python hook for dotv
* Release
* Add functions for norm
* Bump version
* Fix blis configure
* Fix config --- don't compile CBLAS
* Finalize on exit
* Add method to print BLIS int size
* Type BLIS integers as 64bit explicitly
* Create README.md
* Add dotv function
* Bump version
* Remove fragments
* Fix setup.py
* Fix error in enum values
* Specify C11 in setup.py
* Add init.pxd file
* Add blis build dir
* Add blis source files
* Testing on ubuntu
* Add readme.rst
* Add requirements.txt file
* Add cythonize.py
* Add setup.py
* Add gitignore
* Add license
* Add test for gemm
* Add files for blis wrapper
