This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Releases: Abbe98/ksamsok-py
Releases · Abbe98/ksamsok-py
0.8.0
0.7.0
Changelog
- CQL queries now available through a generator
- removed print statement
- refactored search methods
Installation
PIP
pip install ksamsok
Source at PyPI:
https://pypi.python.org/pypi/ksamsok/0.7.0
0.6.0
Changelog
- Added support for CQL queries
- Fixed index limitation for retrieving search hints
- Fixed missing error message when search() is called without an API key
- Improved package metadata
Installation
Pipenv
pipenv install ksamsok
PIP
pip install ksamsok
Source at PyPI:
https://pypi.python.org/pypi/ksamsok/0.6.0
0.5.1
Changelog
Improvements
- Empty contexts are now excluded from the returned record/records.
Installation
Pipenv
pipenv install ksamsok
PIP
pip install ksamsok
Source at PyPI:
https://pypi.python.org/pypi/ksamsok/0.5.1
0.5.0
Changelog
New features
- new
kringlaToUri()
method for converting Kringla.nu URLs to Kulturarvsdata URIs.
Improvements
- Removed unused import
- Improved URI validation (avoiding issues caused by SOCH)
- Minor fixes to documentation
Installation
Pipenv
pipenv install ksamsok
PIP
pip install ksamsok
Source at PyPI:
https://pypi.python.org/pypi/ksamsok/0.5.0
0.4.0
Includes breaking changes
Changelog
New features
- K-Samsök API keys are now optional
formatUri()
now accepts custom URIs as input
Improvements
- Documentation review
- Returned records now includes organization
- Improved error handling
Bug fixes
- Fixed broken representations parsing
Installation
Pipenv
pipenv install ksamsok
PIP
pip install ksamsok
Source at PyPI:
https://pypi.python.org/pypi/ksamsok/0.4.0
0.3.0
Note that this release could be breaking you project.
New features:
getObject()
,getRelations()
, andformatUri()
does now returnFalse
instead of throwingValueError
when given bad values.- When given an invalid endpoint or API key KSamsok-py now throws a
ValueError
instead of a generic Exception.
Bug fixes:
formatUri()
now properly supports MuseumDat as input and not only as output.