Change Log
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.
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.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.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.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.