-
-
Notifications
You must be signed in to change notification settings - Fork 74
Propose new environmental consideration information for ML models #395
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
Merged
Changes from all commits
Commits
Show all changes
76 commits
Select commit
Hold shift + click to select a range
112057a
Propose new environmental consideration information for ML models
mrutkows ac3e92b
Propose new environmental consideration information for ML models
mrutkows c371e36
Propose new environmental consideration information for ML models
mrutkows 89c47e2
Propose new environmental consideration information for ML models
mrutkows 5bc5c89
Propose new environmental consideration information for ML models
mrutkows 11447b4
Add XML schema for environmentalConsiderations of model cards
mrutkows 1d47a9b
Add XML schema for co2MeasureType
mrutkows ce19f62
Add energyProviderType and postalAddressType to XML schema
mrutkows 97500b3
Add energyConsumptionType to XML schema
mrutkows ac530ca
Assure json schema types do not allow additional props.
mrutkows 248f4e0
Correct data type for energyMeasureType's element named value
mrutkows 649367a
Correct data type within environmentalConsiderations to be an array o…
mrutkows 48ea7f9
Correct data type within environmentalConsiderations to be an array o…
mrutkows ed2304b
Correct data type within environmentalConsiderations to be an array o…
mrutkows 915481b
Correct data type within environmentalConsiderations to be an array o…
mrutkows c04e4ca
Correct data type within environmentalConsiderations to be an array o…
mrutkows 535e72e
Fix description for energyCost element
mrutkows 964173b
add bom-ref to postal address type
mrutkows a586728
Add missing descs. to formulation related types
mrutkows 4403444
Add EnergyConsumptionType to protobuf sceham
mrutkows d10662e
Add EnergyConsumption, EnergyProvider and their ref. subtypes
mrutkows 8ced6e8
Add PostalAddressType to protobuf
mrutkows 6ea561d
Fix syntaax error in EnergyProviderType
mrutkows 72f36e0
Fix zero value enums errors (i.e., should be suffixed with _UNSPECIFIED)
mrutkows 7c701a2
Fix zero value enums errors (i.e., should be suffixed with _UNSPECIFIED)
mrutkows 7237bc3
Fix zero value enums errors (i.e., should be suffixed with _UNSPECIFIED)
mrutkows 1b8b886
Fix typo in EnergySourceType
mrutkows 488489d
Fix typo in CO2_MEASURE_UNIT_TYPE_TONNES_CO2_EQUIVALENT enum defn.
mrutkows 628ed72
Use the best practice of using an unspecified value of 0 for enums
mrutkows 3e545a3
Use the best practice of using an unspecified value of 0 for enums
mrutkows a3db74a
Adjust energy source types and add enum. definitions for values
mrutkows 2c3e1c8
Adjust energy source types and add enum. definitions for values
mrutkows 076ba71
Adjust energy source types and add enum. definitions for values
mrutkows f381558
Correct double type defn. for energyConsumption
mrutkows 597b956
Restore natural-gas as one of the energy sources
mrutkows 3daf108
Add VSCode settings path to git ignore
mrutkows 4a76e57
Add first example of env. consideration info.
mrutkows 68757cc
Add LF at end of example JSON file and git ignore for linting warnings
mrutkows a20e982
Add ExternalReferences and Properties where they are needed for exten…
mrutkows 1c15d63
Add valid tests to resources
mrutkows df4b536
foo
jkowalleck 921e4da
Fix wrong type for publisher on json and xml schema tests
mrutkows 1cdd16f
Fix wrong type for publisher on json and xml schema tests
mrutkows b8dfe00
Fix wrong type for publisher on json and xml schema tests
mrutkows 998e58e
Merge pull request #1 from jkowalleck/energy_mod1
mrutkows 6084dea
add description back in
jkowalleck e467a33
Updated tests to account for new organization element
mrutkows 57d401f
Add type element to xml example
mrutkows 347cc3e
Try a full supplier in XML example
mrutkows bb6d189
Try a full supplier in XML example
mrutkows 00c8338
Try a full supplier in XML example
mrutkows f3cbda5
XML example attempt tp fix test error
mrutkows a88f91b
remove all but required fields from component
mrutkows ae5a631
build up xml test from scratch
mrutkows 838a7be
build up xml test from scratch
mrutkows f9784ee
build up xml test from scratch
mrutkows f55385c
build up xml test from scratch
mrutkows b04b682
build up xml test from scratch
mrutkows c8e9d1c
build up xml test from scratch
mrutkows bbcfd93
build up xml test from scratch
mrutkows fdfe19f
build up xml test from scratch
mrutkows 825a866
build up xml test from scratch
mrutkows c7793d1
fix examples
jkowalleck c299ad6
Merge remote-tracking branch 'origin/energy_mod2' into energy-fix-exa…
jkowalleck 60af7d8
fix examples
jkowalleck 394d698
build up xml test from scratch
mrutkows 6779610
build up xml test from scratch
mrutkows 44c8ba3
build up xml test from scratch
mrutkows 4e2bff0
build up xml test from scratch
mrutkows 8fca445
build up xml test from scratch
mrutkows 3af31f1
Merge branch 'energy' into energy-fix-examples
mrutkows b822d87
Merge pull request #3 from jkowalleck/energy-fix-examples
mrutkows 3525462
insert energyConsumptionsType (plural) into XSD to account for anon. …
mrutkows 5d85af3
fix line-wrap in top of xml example
mrutkows 641bd14
remove old example
mrutkows 2a83cf9
Fix typo in name of test file
mrutkows File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| .idea/ | ||
| tools/target/ | ||
| .vscode/ | ||
| tools/target/ |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.