CHANGES
=======

1.3
---

* Fix linter and doctests
* Add API metadata from the home page
* Add ESA and 3rd party endpoint in CLIs
* Update docs for ESA and 3rd party API endpoints
* Add 3rd party WGC API (with caching)
* Rename \`wgc\` argument to \`api\` in \`Calculation\`
* Rename WGC\_JPL/WGC\_ESA to JPL\_API/ESA\_API
* Add \`WGC\_URL\` global env variable for the default API
* Add test query on ESA API
* Remove PLANETOCENTRIC from STATE\_REPRESENTATION options
* Add ESA wgc to the documentation
* Add ESA wgc in test suite
* Add ESA wgc url to submit calculation on ESA server
* Disable pylint wrong-import-order warning
* Upgrade Spghinx to 2.0 to match conf.py new autodoc\_default\_options attribute
* Fix missing tox tests in travis-ci
* Enable Anaconda upload in config

1.2
---

* Add calculation failure phases and cancel method
* Fix timeStepUnits typo
* Replace attributes intercept\_\* by direction\_\*
* Add Local True Solar Time (LTST) in IlluminationAngles and SubObserverPoint results
* Update docs configuration
* Remove API progress keyword in calculation status
* Fix License badge link
* Edit code coverage link to codecov in pypi config
* Fix Error keyword in docstring
* Split calculation between generic and geometry/time calculations
* Add mccabe complexity check
* Add bandit config
* Disable pylint on tests/ folder
* Add pylint and fix pylint errors
* Remove quotes in cli submission examples

1.1
---

* Add CLI calculations
* Add Zenodo DOI

1.0
---

* Bump development status to stable
* Add conda install in README and docs
* Reverse PyPI links
* Reformat travis deployments and add conda install inside travis
* Add Zenodo metadata
* Add conda links in readme
* Add conda build and deploy
* Replace coveralls by codecov
* Syntax edit to fit flake8 constrains
* Remove argparse requirement. Already built-in Python 3.6
* Add flake8 linter
* Force coverage at 100% in tox
* Fix Read the Docs unexpected section title (2)
* Fix Read the Docs unexpected section title
* Update Read the Docs config
* Update README
