Skip to content

Conversation

@keighrim
Copy link
Member

Overview

This version is minor release with addition of a new cli (describe), lots of in-line documentation updates, and deprecation of some "getter" methods

Additions

Changes

mmif.views.get(some_view_id)  # will show deprecation warning as of 1.1.3 (note that there's no 1.1.3, we moved from 1.1.2 to 1.2.0)
# instead use 
mmif.get(some_view_id)
# same for view.annotations.get(ann_id) ==> view.get(ann_id)

keighrim and others added 21 commits August 9, 2025 20:35
… ...

* added `get_by_key()` for string queries
* `__getitem__()` now only works with integer/slice indexing
…n-mmif-instances-fails

dropping deepdiff dependency for eq check between MMIFs
…dation

Co-authored-by: keighrim <9062727+keighrim@users.noreply.github.com>
[WIP] Update address feedback on Pythonic getter implementation
@clams-bot clams-bot added this to infra Nov 20, 2025
@github-project-automation github-project-automation bot moved this to Todo in infra Nov 20, 2025
@keighrim keighrim merged commit 5891621 into main Nov 20, 2025
9 of 11 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in infra Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants