16 Commits

Author SHA1 Message Date
Josh Barnes f105d1db7a release 0.3.3 2017-10-19 15:15:28 +01:00
Josh Barnes 58bcf8caa4 release 0.3.2 2017-10-13 20:53:26 +01:00
Josh Barnes 773f00a3d1 release 0.3.1 2017-09-03 22:21:24 +00:00
Josh Barnes 897652a5e0 release 0.3.0 2017-08-23 18:30:41 +01:00
Josh Barnes 17bc5fe6e9 release 0.2.8 2017-05-15 20:37:03 +01:00
Josh Barnes 34a1201084 release 0.2.7 2017-04-19 20:07:05 +01:00
Josh Barnes 20016df923 release 0.2.6
bugfix requirements, which were altered incorrectly by bumpversion in 0.2.5
2017-03-23 11:04:56 +00:00
Josh Barnes 349b56c24a release 0.2.5 2017-03-23 01:32:07 +00:00
Josh Barnes 6be9ca9085 release 0.2.4 2017-01-27 11:16:03 +00:00
Josh Barnes b8db0dc5a8 release 0.2.3 2016-12-05 18:52:44 +00:00
Josh Barnes 0cdb295c9f release 0.2.2 2016-11-23 18:59:46 +00:00
Josh Barnes c8b8ec2fa0 new docs build method
* build docs through tox environment
 * build docs on travis. Travis build checks that we haven't broken docs which would get pushed to rtd
 * generate docs directly from repo markdown using recommonmark, rather than converting into new files with pandoc
 * unpin recommonmark version
 * remove redundant makefiles, rely on tox to do our docs building (we don't really reliably support anything bar html/json generation anyway)
 * remove redundant conda `docs/environment.yml`
 * fix docs version using `.bumpversion.cfg`
 * update docs readme
2016-11-01 23:29:40 +00:00
Josh Barnes 3d2fce8629 release 0.2.1 2016-10-17 11:02:16 +01:00
jcb91 d9125d4d57 release 0.2.0 2016-09-08 13:36:49 +01:00
Josh Barnes 5bc54dcf3e release 0.1.0 2016-07-28 23:58:56 +01:00
Josh Barnes 199bfe27b3 Turn setup.py into a proper setuptools installer
* make a proper package, which can therefore be installed
 * include package data
 * don't modify config as part of pip install, only do it as part of explicit script
 * add setup.cfg to support universal wheel builds
2016-07-18 02:06:28 +01:00