-
Notifications
You must be signed in to change notification settings - Fork 10
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
Merging result of refactoring the models #764
Merged
Conversation
This file contains 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
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md) - [Commits](paambaati/codeclimate-action@v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…same object. Update tests to support. Move get_schemas to dispatcher.
Add support for returning unified values for suggestedTag/relatedTag
…evelop/paambaati/codeclimate-action-5.0.0 Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0
Schema memory cache/inherited attribute support
add util functions for hed strings
Minor improvements to HedGroup.remove Minor doc string improvements schema.tags.root_tags now gets the root level tags
Tag Schema Entries now know their children
Comparison functions now check prologue etc, can return json style dicts, and are generally improved Schema loading now has a baseclass for shared behavior
Updates to schema loading and comparison
Cleanup pass of misc model/schema code
Corrrected HED column value summary error
Tweak format of errors and schema comparisons
Bumps [spec_tests/hed-specification](https://github.com/hed-standard/hed-specification) from `33f48d2` to `9f23a3e`. - [Release notes](https://github.com/hed-standard/hed-specification/releases) - [Commits](hed-standard/hed-specification@33f48d2...9f23a3e) --- updated-dependencies: - dependency-name: spec_tests/hed-specification dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…op/spec_tests/hed-specification-9f23a3e Bump spec_tests/hed-specification from `33f48d2` to `9f23a3e`
Throw better error on deprecated xml files
Bumps [spec_tests/hed-specification](https://github.com/hed-standard/hed-specification) from `8e78802` to `25a8b2a`. - [Release notes](https://github.com/hed-standard/hed-specification/releases) - [Commits](hed-standard/hed-specification@8e78802...25a8b2a) --- updated-dependencies: - dependency-name: spec_tests/hed-specification dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…op/spec_tests/hed-specification-25a8b2a Bump spec_tests/hed-specification from `8e78802` to `25a8b2a`
Update HedString sort api.
Updated the event manager with context
Hopefully recovered from inadvertent rename of definition
Make HedGroup.replace work on non direct children
Validate multiline onset/offset/inset groups
Add BaseInput.series_filtered
Bumps [spec_tests/hed-specification](https://github.com/hed-standard/hed-specification) from `25a8b2a` to `8f1c014`. - [Release notes](https://github.com/hed-standard/hed-specification/releases) - [Commits](hed-standard/hed-specification@25a8b2a...8f1c014) --- updated-dependencies: - dependency-name: spec_tests/hed-specification dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…op/spec_tests/hed-specification-8f1c014 Bump spec_tests/hed-specification from `25a8b2a` to `8f1c014`
Minor corrections to the summaries
Always copy definition contents in fully.
Bumps [spec_tests/hed-specification](https://github.com/hed-standard/hed-specification) from `8f1c014` to `c47fff9`. - [Release notes](https://github.com/hed-standard/hed-specification/releases) - [Commits](hed-standard/hed-specification@8f1c014...c47fff9) --- updated-dependencies: - dependency-name: spec_tests/hed-specification dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Add svg support for wordcloud
…op/spec_tests/hed-specification-c47fff9 Bump spec_tests/hed-specification from `8f1c014` to `c47fff9`
Updated the remodeler to allow separation by task
Corrected minor issues in various summaries
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.
Also updates to the summaries.