Skip to content

Commit

Permalink
Update changelog and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHammarstedt committed Dec 7, 2023
1 parent be05a88 commit be14322
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## [5.2.0.dev0]
## [5.2.0] - 2023-12-07

### Added

- Added support for tab autocompletion in bash.
- Added importer for PDF files.
- Added new `misc:inherit` annotator for inheriting attributes.
- Added `korp.wordpicture_no_sentences` setting to disable generation of Word Picture sentences table.
- `util.mysql_wrapper` can now execute SQL queries remotely over SSH.
Expand Down Expand Up @@ -35,6 +36,7 @@
- Running `sparv schema` will now generate a JSON schema which can be used to validate corpus config files.
- More strict config validation, including validation of config values and data types.
- Most Sparv decorators now have a `priority` parameter, to control the order in which functions are run.
- Added `util.misc.dump_yaml()` utility function for exporting YAML.

### Changed

Expand All @@ -59,6 +61,7 @@
- Not specifying a corpus language now excludes all language specific annotators.
- When an unhandled exception occurs, the relevant source document will be displayed in the log.
- `localhost` as an installation target is no longer handled as if host was omitted.
- Removed `critical` log level.

### Fixed

Expand Down Expand Up @@ -304,6 +307,7 @@
- Increased independence between modules and language models
- This facilitates adding new annotation modules and import/export formats.

[5.2.0]: https://github.com/spraakbanken/sparv-pipeline/releases/tag/v5.2.0
[5.1.0]: https://github.com/spraakbanken/sparv-pipeline/releases/tag/v5.1.0
[5.0.0]: https://github.com/spraakbanken/sparv-pipeline/releases/tag/v5.0.0
[4.1.1]: https://github.com/spraakbanken/sparv-pipeline/releases/tag/v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion docs/docsify/_coverpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> Språkbanken's analysis platform
<p class="version"> version 5.1.1dev0 </p>
<p class="version"> version 5.2.0 </p>

<p class="links">
<a class="button" target="_blank" href="https://github.com/spraakbanken/sparv-pipeline">Sparv on GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion sparv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Main Sparv package."""

__version__ = "5.1.1dev0"
__version__ = "5.2.0"

0 comments on commit be14322

Please sign in to comment.