- Feb 25, 2025
- Feb 24, 2025
-
-
mjbonifa authored
refactor: completed refactoring of config to combine codes within concept sets. This optimisation will shorten to file overall, even though for things like hanlon it will be longer. Makes understanding of the file easier as no separate links bewteen concept sets and the code definition. Closes #3.
-
mjbonifa authored
-
mjbonifa authored
refactor: converted all examples to yaml and added test for config2. Updated readme. Fixed but in diff that assumed all csv files in map directory where map files when some where error files if no codes exists, moved error files to errors directory in the map directory to avoid this. Closes #19
-
mjbonifa authored
refactor: converted all examples to yaml and added test for config2. Updated readme. Fixed but in diff that assumed all csv files in map directory where map files when some where error files if no codes exists, moved error files to errors directory in the map directory to avoid this.
-
mjbonifa authored
- Feb 23, 2025
-
-
mjbonifa authored
-
mjbonifa authored
test: run mypc to check types and add annotations. run black and reformatted all python files. run tests and still pass
-
mjbonifa authored
-
mjbonifa authored
-
mjbonifa authored
fix: pyproject.toml was originally created from the conda.yaml which was an export of a conda environment. This provided libraries with specific versions on dependency packages. We don't need to pin the packages to specific versions. We are also not using hatch which handles dependencies between packages well. Remvoed all versions from the dependancies and numpy is now v2.2.3 and all tests pass. Closes #18.
- Feb 22, 2025