Christopher Schölzel
Christopher Schölzel
## Sub-issues - [ ] #43 - [ ] #44 - [ ] #45 - [ ] #46 - [ ] #47 - [ ] #48 - [ ] #49
Closes https://github.com/acl-org/acl-anthology/issues/358. Closes https://github.com/CSchoel/acl-anthology/issues/2. Closes https://github.com/CSchoel/acl-anthology/issues/3. This alters the existing RSS feeds that were generated by Hugo to be sorted by date and limited to 1000 items. The RSS feeds...
This is just a note to myself: I've seen some tests for the Lorenz system breaking under numpy >= 2.0. I'll need to investigate what has changed there and make...
We have examples for the aforementioned algorithms that reproduce figures from the literature, but these haven't been turned into actual unit tests yet. We should do that for nolds 1.0....
Since we already know that the output of some metrics changes slightly when we switch to numpy 2.0 (see #42), we should protect against this early on. The best way...
Closes #50.
Currently, we deploy GitHub pages manually. This is an unnecessary hassle. We can just use GitHub actions for that. - [ ] Create a GHA workflow for building docs and...
Once we switched to poetry in #43, we need to ensure that the CI tests also work with the new setup. - [x] Inspect CI results for errors - [x]...
The Python tooling ecosystem has involved considerably since I first created nolds. It's time to move to modern tools. Especially, the custom `setup.py` has to go in favor of a...
After switching to #43, we can also abandon Python 2, which means that we can use proper type hints. - [ ] Switch required python version to 3.11. - [...