Conversation
… of the pull request
Adding the summarizer to mmif-python
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* removed version number from the side menu, the version will be rendered in the nav bar when deployed * replaced print lines with sphinx logger
also removing duplicate entry in ignore
caching for remote URI
326 fix wfid
Replaced DocumentTypes type hint with DocumentTypesBase
updating documentation
… (see CONTRIBUTING.md)
updating `summarize` cli for consistency with other subcmds.
…tter documentation
workflow descriptors are now pydantic-based
timestamps in view metadata now in UTC instead of local time
adding some minor fixes to main page of docs
Incorporating video document helper fixes
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
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.
Overview
Minor release adding a new
summarizeCLI, pydantic-based workflow descriptors, and various fixes for video document helpers and timestamp handling.Additions
mmif summarizeCLI command, adapted from mmif-summarizer (346 summarizer #350)video_document_helper(Incorporating video document helper fixes #373)Changes
mmif describeoutput now uses pydantic models for schema validation and auto-generated documentation (workflow descriptors are now pydantic-based #367)mmif describeremoved source counts from workflow ID (removed source counts from workflow ID #358)summarizeCLI aligned with other subcommand conventions (positional input, optional-o/--output, defaults to STDOUT) (updatingsummarizecli for consistency with other subcmds. #360)Zsuffix) instead of local time (timestamps in view metadata now in UTC instead of local time #372)DocumentTypestype hint to useDocumentTypesBase(Replaced DocumentTypes type hint with DocumentTypesBase #353)get_framerateon non-file://documents (caching for remote URI #357)