------------------
This release is a major release containing new features.
- Added a script to generate nightly dumps. Instead of generating full
downloads on demand, they can now be generated by a cron job (eg. once per
night, week, ...). This makes it possible to download a large conceptscheme at
once. During these dumps, some statistics on every conceptscheme such as the
number of triples in it will be generated as well. This was done to make it
easier to embed a custom Python based LDF server, but currently only serves
the purpose of keeping some score. (337, 360)
- Added easy integration with a Linked Data Fragments server
(https://linkeddatafragments.org). Atramhasis can now
generate a config file for such a server that you can use to setup the server.
By default this config will work with the Turtle files that can be generated
every night. But if you have access to the HDT library, you can also work with
HDT files for a masssive performance boost. See the section `Running a Linked
Data Fragments server` in the docs for more information. (365)
- Add some more information the HTML title tags for a concept detail. (363)
- Changed the UI for doing a search so that you now get a proper warning when
searching for a label without specifying the conceptscheme to search in. (373)
- It is now possible to generate URI's when importing from a file that does not
contain them, eg. a JSON or CSV file. The `import_file` can now take a
`pattern_uri` parameter than will be used to generate new URI's with. (372)
- Fixed some issues with the tree cache that came to light when running
Atramhasis as two nodes. Where before it was not possible to configure the
tree cache, it now is. Previously an in-memory cache would always be used. Now
it's possible to use a different type of cache. If you're running more than
one webserver, it is advised to run a shared cache. If you're running a
previous version of Atramhasis, you will need to configure your cache with
`cache.tree` and `cache.list` settings. (371)
- It is now possible to add sortLabels to concepts. These can be used in the
REST service to arbitrarily sort concepts. The sortLabel works per language.
This makes it possible to eg. sort historical periods in chronological order.
Most of the functionality was already present in `skosprovider` 0.6.0, but it
had not been properly included in Atramhasis.
(362)
- Added 'und - undetermined' to the default language set to support json file
imports. (386)
- Fixed a bug when editing concepts where data from previously opened concepts
would bleed into the concept you were editing. (367)
- Update several dependencies to the latest versions. (380, 381, 376)
- Added 'und - undetermined' to the default language set to support json file imports (386)