========== Change Log ========== 2.0.1 (unreleased) ------------------ * Update test matrix as a suggestion for other packages (PR `#18`_). .. _`#18`: https://github.com/desihub/desitemplate/pull/18 2.0.0 (2023-04-19) ------------------ * Updated package layout with eventual deprecation of ``setup.py`` in mind (PR `#17`_). .. _`#17`: https://github.com/desihub/desitemplate/pull/17 1.3.0 (2018-09-11) ------------------ * Update ReadTheDocs configuration to use webhooks (PR `#15`_). .. _`#15`: https://github.com/desihub/desitemplate/pull/15 1.2.1 (2017-10-26) ------------------ * Fix team name in LICENSE.rst file. 1.2.0 (2017-05-11) ------------------ * Update Travis test infrastructure and tweak documentation configuration. 1.1.2 (2017-05-10) ------------------ * Update template Module file to reflect new DESI+Anaconda infrastructure. * Add boilerplate code to allow individual modules to be tested. 1.1.1 (2016-04-25) ------------------ * Update desiutil version. * Increase coverage. 1.1.0 (2015-11-06) ------------------ * Minor tweaks to enable Python 3 support. * Use requirements.txt to specify required packages. * Simplify `Travis CI`_ builds. .. _`Travis CI`: http://travis-ci.org 1.0.0 (2015-11-03) ------------------ * pip install support. * Travis build support. * ReadTheDocs support. * Coveralls support. * Add license. * Copy changes from desiutil code. * Move C++ code to separate package. 0.4.0 (2015-05-22) ------------------ * Changes to support GitHub migration. * Rename to desitemplate. 0.3.2 (2015-01-16) ------------------ * Fix a bad function call. 0.3.1 (2015-01-14) ------------------ * Change how doc directory is compiled. 0.3.0 (2014-10-13) ------------------ * Rename to desiTemplate. * More careful version checks and operators. 0.2.5 (2014-06-23) ------------------ * Fix directory location. 0.2.4 (2014-06-23) ------------------ * Fix list of install directories. 0.2.3 (2014-06-23) ------------------ * Delegate compilation to sub-Makefiles. 0.2.2 (2014-06-23) ------------------ * Test for presence of Makefile before attempting a compile. 0.2.1 (2014-06-23) ------------------ * Support more general types of code, including IDL. 0.2.0 (2014-06-10) ------------------ * Add C++/Doxygen support. 0.1.4 (2014-06-10) ------------------ * Standardize ``from __future__`` imports. 0.1.3 (2014-05-02) ------------------ * Restore dependencies to module file. * Trunk install support in module file. * Update documentation. 0.1.2 (2014-05-01) ------------------ * Fix version error. 0.1.1 (2014-05-01) ------------------ * Fix index.rst file. 0.1.0 (2014-05-01) ------------------ * Initial tag.