Skip to content

Commit

Permalink
Fixed changelog so docs don't build weird
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 21, 2019
1 parent cf52d1f commit b372578
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
24 changes: 9 additions & 15 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,18 @@ SHARPpy v1.4.0 "Andover" Release
NEW FEATURES

* User preferences
* Change units for wind, surface temperature and dewpoint
* Choice of three color schemes: standard (the usual white-on-black), inverted (black-on-white), and protanopia (white-on-black, but with colorblind-friendly colors)
* Python 3 support
* Hodograph improvements
* Can now click and drag the storm-motion vectors, updating all the other insets
* Double click to change which storm motion vector is used for storm-relative calculations
* New readout on the hodograph, coupled to the readout on the Skew-T
* Can now click and drag the storm-motion vectors, updating all the other insets
* Double click to change which storm motion vector is used for storm-relative calculations
* New readout on the hodograph, coupled to the readout on the Skew-T
* Improvements for southern-hemisphere users
* Wind barbs are flipped
* Left-mover vector is used by default
* Storm motion vector is chosen if the SPC-formatted sounding file specifies the latitude and longitude of the input sounding (southern-hemisphere uses the left-mover, northern the right-mover).
* Left-mover vector is used in all other storm-motion dependent functions (e.g., STP insets, SARS).
* New data sources for international and U.S. users
* Realtime and historical U.S. and international soundings from 1946-now are accessible through the Picker. Soundings include the latitude and longitude.
* IEM BUFKIT sounding archive (data back to 2010 from RUC, NAM, GFS, RAP)
* Storm motion vector is chosen if the SPC-formatted sounding file specifies the latitude and longitude of the input sounding (southern-hemisphere uses the left-mover, northern the right-mover).
* Left-mover vector is used in all other storm-motion dependent functions (e.g., STP insets, SARS).
* Realtime and historical U.S. and international soundings from 1946-now are accessible through the Picker. Soundings include the latitude and longitude.
* IEM BUFKIT sounding archive (data back to 2010 from RUC, NAM, GFS, RAP)
* New documentation and API accessible through Github pages
* Improved documentation online (no longer in README)
* Documentation and sphinx-generated API is pushed to Github Pages with each tagged release.
* Improved documentation online (no longer in README)
* Documentation and sphinx-generated API is pushed to Github Pages with each tagged release.
* Readout cursor can be configured to output other variables (e.g., potential temperature, theta-E)
* Ability to modify surface by changing the surface temperature or dewpoint (mixed layer optional)
* Up/down buttons on keyboard can now be used to flip through the ensemble members plotted in the SHARPpy GUI.
Expand Down
6 changes: 4 additions & 2 deletions docs/source/picker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,14 @@ the user can use modifier ``--debug`` to turn on logging:

sharppy --debug

Logs are stored within the ``~/.sharppy`` folder. Versioning info may also be output from the :command:`sharppy` commmand:
Log files are stored within the ``~/.sharppy`` folder as the ``sharppy.log`` file.
Versioning info may also be output from the :command:`sharppy` commmand:

.. prompt:: bash

sharppy --version

Versioning is also output when the About box is launched by the user from the program. These
tools may be used when debugging the code and `submitting bug reports to Github <https://github.com/sharppy/SHARPpy/issues>`_:
tools may be used when debugging the code and `submitting bug reports to Github <https://github.com/sharppy/SHARPpy/issues>`_:
Please submit log files and versioning information when submitting issues.

0 comments on commit b372578

Please sign in to comment.