----------------
- Added extensive documentation about astropy-helpers to the README.rst file. [416]
- Fixed the compatibility of the build_docs command with Sphinx 1.8 and above. [413]
- Removing deprecated test_helpers.py file. [369]
- Removing ez_setup.py file and requiring setuptools 1.0 or later. [384]
- Remove all sphinx components from ``astropy-helpers``. These are now replaced
by the ``sphinx-astropy`` package in conjunction with the ``astropy-theme-sphinx``,
``sphinx-automodapi``, and ``numpydoc`` packages. [368]
- openmp_helpers.py: Make add_openmp_flags_if_available() work for clang.
The necessary include, library, and runtime paths now get added to the C test code
used to determine if openmp works.
Autogenerator utility added ``openmp_enabled.is_openmp_enabled()``
which can be called post build to determine state of OpenMP support.
[382]
- Add version_info tuple to autogenerated version.py. Allows for simple
version checking, i.e. version_info > (2,0,1). [385]