Mart Ratas

Results 15 issues of Mart Ratas

Add a new step to GHA workflow that does the following: - Downloads all (fake) models for various versions - 1.2.9, 1.3.1, 1.4.1, 1.5.3, 1.6.1, 1.7.0, 1.8.0, 1.9.0, 1.10., 1.11.0,...

As per #467 Using a regular expression to capture the release from the folder name. Upon init, this check is non-strict (i.e no exception is raised if release is unable...

Mypy update broke GHA. This PR will attempt a fix. First trivial change should result in failure. Second change to pinned version (to lower than 1.12) should result in successful...

Python 3.8 is EoL since 7th of October. As such, it's time to stop support for it. That is what this PR does. It: - removes 3.8 from GitHub Actions...

Since #469 there's been a bit of an issue with preprocessing. Namely, it wasn't ignoring `UKClinicalRefsetsRF2` as it should have done. I have made the necessary change. The other small...