Releases: OnroerendErfgoed/skosprovider_getty
Releases · OnroerendErfgoed/skosprovider_getty
1.2.0
- 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
- 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
- Drop python 2 support
- Upgrade all requirements (#86)
0.5.1
- Prevent get_by_uri erroring on non-Getty URI's (#77)
- Remove reference to nose.collector
- Remove pyup integration
0.5.0
- 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
- Really stop lazy loading the conceptscheme
0.4.1
- Stop loading the conceptscheme while initialising the provider.
0.4.0
- 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
- 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
- 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)