Skip to content

Commit

Permalink
update release notes and version for desisurvey/0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Dec 15, 2018
1 parent aefd071 commit bea7aaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ desisurvey change log
0.11.1 (unreleased)
-------------------

* Minor updates to conform to data model standards.
* Improved documentation.
* Minor updates to conform to data model standards (PR `#94`_).
* Improved documentation (PR `#94`_).

.. _`#94`: https://github.com/desihub/desisurvey/pull/94

0.11.0 (2018-11-26)
-------------------
Expand All @@ -15,7 +17,7 @@ This version is a major refactoring of the code to simplify the logic
for easier maintenance and documentation. There is now a clean
separation between survey strategy, afternoon planning,
next-tile selection, and exposure-time calculations. The refactored
code is also significantly faster.
code is also significantly faster (PR `#91`_).

* Add new modules: tiles, forecast, scheduler.
* Move modules schedule, progress, surveyplan to old/.
Expand All @@ -27,16 +29,22 @@ code is also significantly faster.
* Exposure times include an average correction for the moon: this will
be fixed in a future release.

.. _`#91`: https://github.com/desihub/desisurvey/pull/91

0.10.4 (2018-10-02)
-------------------

Updates for survey margin estimates (PR `#89`_):

* Implement realistic 18-day monsoon shutdowns instead of fixed 45-day period.
* Replay daily Mayall weather history instead of fixed monthly fractions
(needs desimodel >= 0.9.8)
* Update exposure-time model for atmospheric seeing.
* Speed up full-moon, program change and LST calculations in ephemerides module.
* Requires desimodel >= 0.9.8

.. _`#89`: https://github.com/desihub/desisurvey/pull/89

0.10.3 (2018-09-26)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion py/desisurvey/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.0.dev810'
__version__ = '0.11.1'

0 comments on commit bea7aaf

Please sign in to comment.