-
Running unit tests fail with the following error:
```
...
File "/home/local/jmminkin/.cache/pypoetry/virtualenvs/annif-ul-EXdhi-py3.8/lib/python3.8/site-packages/schemathesis/lazy.py", line 9, in…
-
There has been some discussion on `identifierSpace` and `schemaSpace` before, e.g. in issue #3 and PR #76. The definitions of these have shifted over time. The [current definition](https://www.w3.org/…
-
Currently Finto AI allows the user to select the language of terms. If the user selects a language that is different from the project/vocabulary language, the labels are retrieved from the Finto REST …
-
Could wheels be provided for Python 3.11 and just-released 3.12 to ease installation?
Also, I was unable to install Omikuji on Python 3.11 at all, due to a regexp error by Milksnake, see https://gi…
-
[Annif](https://github.com/NatLibFi/Annif) is an automatic subject indexing tool by @osma and has a nice web api, which we can try to integrate in malibu. My idea is just to load a button when the abs…
-
The top level [LICENSE file](https://github.com/NationalLibraryOfNorway/meteor/blob/main/LICENSE) states that the code is under Apache 2.0 license. Howewer, the language detector code [pytextcat.py](h…
-
[Semantic Versioning](https://semver.org/) is a set of good practices for version numbers that reflect the expected amount (or lack of) backward compatibility in a software release. All Annif releases…
-
In a project at NAL with @woody544, "NALT for the Machine Age", we frequently need to reconcile domain vocabularies, documented in CSV files, with [NALT](https://agclass.nal.usda.gov/) in order to ass…
-
In recent versions of Annif (which use Optuna 2.8.0), running the `annif hyperopt` command with a `--jobs` parameter gives the following warning:
FutureWarning: `n_jobs` argument has been depre…
-
Python 3.11 was [released](https://www.python.org/downloads/release/python-3110/) in October 2022. We should aim at supporting it in Annif. Some concrete steps:
1. Enable running GitHub Actions CI …