-
Notifications
You must be signed in to change notification settings - Fork 2
EVV 0.1.0 release #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a basic skeleton that can be installed via pip and requires LIVVkit. It includes a README and a modified BSD license.
This uses LIVVkit to run an extension (through LIVVkit's validation infrastructure), and overloads the website creation so that we now get a EVE website instead of a LIVVkit website.
…n input file list.
This does a number of pre-release updates: * eliminate unneeded example files (now in LEX) * eliminate unneeded ks.json file (expected to be generated by E3SM/CIME) * Reduce the number of dependencies by removing Markdown to HTML formatting * Add package version number, and version number option * Add serve option like LIVVkit to easily display generated websites * significantly improve setup.py * Lots of PEP8 fixes
When using EVE programmatically from a python package that accepted command line arguments, EVE ignores the arguments passed to main in favor of the calling packages command line arguments. Now, EVE only uses the available command line arguments if no arguments were passed to main.
* jhkennedy-crossmatch: Remove crossmatch extension for 0.1 release
Because Eve is already a rather popular python package (a REST API for humans) and has the namespace taken on pypi, we needed to rename EVE. There is also discussion of developing a tool for E3SM to access REST APIs so there is a potential conflict there as well. The package name will now be `evv4esm`, the common name (for docs and discussion) will be `EVV` (still pronounced Eve), and the entry point will be `eve` (on the command line).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release: