Skip to content

Commit

Permalink
Updated CHANGELOG and ci/README
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent 03ed4b8 commit 82457c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@ NEW FEATURES
* 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)
* 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.
* 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.
* Logging enabled when --debug flag is enabled.
* GUI now displays alert box when questionable data is requested to be plotted. Users now have the option to choose if they wish to still try to plot the data.
* Documentation and sphinx-generated API is pushed to Github Pages with each tagged release.
* Continuous Integration (TravisCI and Appveyor) now enabled to test changes, pull requests, deploy docs, deploy binaries to Github, and deploy packages to package managers.
* Continuous Integration (TravisCI, Appveyor, Azure Pipelines) now enabled to test changes, GUI quality, pull requests, deploy docs, deploy binaries to Github, and deploy packages to package managers.
* New versioning system now consistent with PEP-440 (thanks to versioneer).
* Included more scripting examples.
* Included more scripting examples in docs.
* Deployment to conda and pip with each tagged SHARPpy release.
* Added test scripts to unit test various GUI parts, decoders, and numerical routines
* GUI checks Github Releases to see if the code being run is the current version

BUG FIXES

Expand Down
12 changes: 6 additions & 6 deletions ci/README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
The files within this folder handle the various continuous integration stuff for SHARPpy:

build_docs.sh: Builds the documentation using sphinx and deploys to Github Pages
deploy_conda.sh: Builds the conda recipe for SHARPpy and deploys to Anaconda Online
deploy_key.enc: An encrypted key for deployment of documentation
cscreen: a utility to modify the screen size of macOS (freeware; https://www.pyehouse.com/cscreen/)
make_binary.sh: a script to build the macOS binary using PyInstaller
screen.py: A Python script to print out the screen resolution to the command line
* build_docs.sh: Builds the documentation using sphinx and deploys to Github Pages
* deploy_conda.sh: Builds the conda recipe for SHARPpy and deploys to Anaconda Online
* deploy_key.enc: An encrypted key for deployment of documentation
* cscreen: a utility to modify the screen size of macOS (freeware; https://www.pyehouse.com/cscreen/)
* make_binary.sh: a script to build the macOS binary using PyInstaller
* screen.py: A Python script to print out the screen resolution to the command line


0 comments on commit 82457c9

Please sign in to comment.