5.6.1
What's Changed
Documentation
- Added documentation about loading corpora before indexing (#1555)
- Added documentation on Django project settings (#1530)
Bugfixes
- Fixed an issue where field coverage did not load for anonymous users (#1552)
Preparation for planned features
- Added module to parse a JSON corpus definition (#1519)
- Added module to get the source data reader corpora without a Python definition (#1541)
Changes in server configuration
The data_directory
for a corpus is now validated when the corpus is loaded into the database. It must either be empty, or an existing directory. If the server configuration specifies nonexistent directories, they should be removed.
Contributors: @JeltevanBoheemen, @tijmenbaarda, @lukavdplas
Full Changelog: 5.6.0...5.6.1