hdmf icon indicating copy to clipboard operation
hdmf copied to clipboard

[Feature]: Enhance TermSet

Open rly opened this issue 2 years ago • 2 comments

What would you like to see added to HDMF?

See https://github.com/hdmf-dev/hdmf/pull/880#pullrequestreview-1517181868

  • Moving ExternalResources, ExternalResourceMangager, TermSet etc. codes into a separate module (folder) for external_resources
  • Add TermSet._repr_html_ function similar to #883 for to be able to render term sets nicely in the docs and Jupyter notebooks
  • Add read-only properties to TermSet for “name”, “version”, and “prefixes” (which are probably just shortcuts for lookups in TermSet.view)

Is your feature request related to a problem?

No response

What solution would you like?

See above

Do you have any interest in helping implement the feature?

No.

Code of Conduct

rly avatar Jul 06 '23 22:07 rly

I think at least moving ExternalResources, ExternalResourceMangager, TermSet etc. codes into a separate module would be useful to do before the release

oruebel avatar Jul 09 '23 17:07 oruebel

I'd prefer not. I want to get everything out there now and focus on finalizing tutorials and the talk. @oruebel

mavaylon1 avatar Jul 09 '23 19:07 mavaylon1