Remove version information from schema filename, remove obsolete features#142
Remove version information from schema filename, remove obsolete features#142mkavulich wants to merge 4 commits intoESCOMP:mainfrom
Conversation
gold2718
left a comment
There was a problem hiding this comment.
Approving although I'm sorry to see the Python2 go, it helps to confuse the bots :)
climbfuji
left a comment
There was a problem hiding this comment.
Do you know why only Metadata-standard-names.yaml got updated, but not Metadata-standard-names.md?
|
@climbfuji The |
Ahh thanks, that makes sense. |
Description
Because versioning is handled with GitHub tags, and we do not support multiple schema versions for a given tag, it is confusing and unnecessary to include the version number in the filename of the schema file. Therefore this PR renames
standard_names_v1_0.xsd --> standard_names.xsd, and removes the python tooling needed to resolve the schema filename based on version.
In the process of making these updates, I noticed there is a bunch of logic for very old, unsupported python versions, and some remaining logic related to
kindinformation that was removed in #124. I removed this unnecessary logic.Issues
Resolves #141