Skip to content

Releases: OnroerendErfgoed/skosprovider_getty

1.2.0

08 Nov 12:52
Compare
Choose a tag to compare
  • Include the three Getty Conceptschemes in the code to make instantiating the providers less dependent on the Getty services being up and running. (#86)
  • Drop support for Python 3.8 and add support for 3.11

1.1.0

17 Aug 12:22
Compare
Choose a tag to compare
  • Drop python 3.6, 3.7 support and add support for 3.8, 3.9 and 3.10
  • Upgrade RDFLib to 6.2.0

1.0.0

17 Dec 08:20
d396d15
Compare
Choose a tag to compare
  • Drop python 2 support
  • Upgrade all requirements (#86)

0.5.1

06 Oct 10:15
0.5.1
Compare
Choose a tag to compare
  • Prevent get_by_uri erroring on non-Getty URI's (#77)
  • Remove reference to nose.collector
  • Remove pyup integration

0.5.0

06 Aug 15:03
0.5.0
Compare
Choose a tag to compare
  • Compatibile with SkosProvider 0.7.0 <http://skosprovider.readthedocs.io/en/0.7.0/>_. (#59)
  • Prevent unnecessary loading of conceptschemes. (#56)
  • Update to RDFlib 5.0.0 (#69)
  • Supports Python 2.7, 3.6, 3.7 and 3.8. Last version to support Python 2.

0.4.2

06 Sep 08:22
Compare
Choose a tag to compare
  • Really stop lazy loading the conceptscheme

0.4.1

06 Sep 08:01
Compare
Choose a tag to compare
  • Stop loading the conceptscheme while initialising the provider.

0.4.0

28 Jul 08:02
Compare
Choose a tag to compare
  • Stop collecting SKOS Concept and Collection subclasses. They are now included in the code base since they seem to have become rather stable and the reduces the startup time of the provider significantly. (#28)
  • Add support for python 3.6 when testing.

0.3.1

14 Sep 13:21
Compare
Choose a tag to compare
  • Handle a bug with private language tags. Currently not recognised by the
    language_tags library. The Getty services do use them. When encountered, we
    fall back to the undeterminded language. (#26, #27)

0.3.0

11 Aug 14:01
Compare
Choose a tag to compare
  • Upgrade to skosprovider 0.6.0. (#13)
  • Add support for the ULAN vocabulary. (#22)
  • Add support for sorting. (#24)
  • Allow configuring the requests session in use. (#25)