Skip to content

0.5.1

Compare
Choose a tag to compare
@koenedaele koenedaele released this 02 Mar 19:47
· 225 commits to develop since this release
  • Make it possible to pass a language tag to skosprovider.registry.Registry.find that will be passed on to all relevant registered providers. This determines in what language the labels of the returned concepts will displayed. (#10) [@dieuska]
  • Make it possible to pass a language tag to skosprovider.registry.Registry.get_all that will be passed to all registered providers. This determines in what language thelabels of the returned concepts will displayed.
  • Fixed some errors with the skosprovider.utils.dict_dumper. It didn't dump the matches or the subordinate_arrays of concepts.
  • Wrote some new documentation on what a provider is and how to use it. Some other documentation work as well such as documenting the language parameter in the API better.