bd25353fa1
chore(repo): Switch preview to article
2024-07-29 09:50:18 +02:00
b4730f6ea8
fix(repo): Rename all references to data and output dir
2024-07-15 21:43:30 +02:00
38254d1605
feat(code): Add prisma calculation
2024-07-15 21:11:53 +02:00
740350eacd
chore(code): Refactor data processing into module
2024-07-15 20:40:50 +02:00
48dee57feb
chore(repo): Update pynvim dependency
2024-06-20 18:20:59 +02:00
97df1d4814
chore(repo): Fix build package requirements
2024-06-20 11:00:56 +02:00
75d1ac2688
Publish version 0.5.1
2024-03-30 09:56:59 +01:00
2e62566e24
Publish version 0.5.0
2024-02-28 08:12:36 +01:00
fac7d4c86a
refactor(code): Split validity calc and matrix extract
...
Validity calculation belongs to the modelling, so we put it into the
validity module.
Extracting our matrix is a processing step so we made its own matrix
module and put it in their.
Should hopefully provide better separation of concerns going forward.
2024-02-16 11:25:19 +01:00
227adb33f8
feat(script): Begin using validities for visualization
2024-02-14 17:30:04 +01:00
4dd8e13d6b
chore(repo): Rename data loading module
2024-01-10 17:27:48 +01:00
12ef4e39cd
fix(repo): Simplify version bumping
...
Bump and read version in one step instead of multiple
poetry calls.
2024-01-06 10:51:23 +01:00
6c45e9dd7c
Publish version 0.3.0
2024-01-06 10:41:26 +01:00
e960d9a8e9
feat(repo): Add poe observation extraction task
...
Extracts the yml data into a single csv file which can
be more easily exported and imported into other
applications. CSV file contains a row per observation.
2024-01-06 10:32:31 +01:00
d88c733b6d
feat(data): Prepare loading WB country group data
2023-12-07 20:11:27 +01:00
12704e64f5
feat(repo): Add edit task to poe
2023-12-07 11:06:48 +01:00
52f9d8635f
feat(repo): Add task runner for common operations
...
Set up poethepoet for quarto rendering and previewing.
Can be invoked through `poetry preview` or `poetry render`.
Will for now only preview the main scoping review file.
2023-12-07 09:30:16 +01:00
9fa8eb4324
chore(repo): Update Python env and seaborn version
...
Updated seaborn version to 0.13 to avoid deprecation warnings for
each single plot.
2023-11-12 18:10:44 +01:00
aa7995b5b1
chore: Add tabulate library to python env
2023-10-12 12:13:28 +02:00
165237f983
chore: Ignore top level imports warning
...
Since we import things at any point in the file,
in any potential cell, we can just ignore the
flake8 ruff warning about it.
2023-09-28 12:00:26 +02:00
dd1394007f
chore: Prep quarto working env
2023-09-28 11:30:44 +02:00
e8230d7a95
chore: Prep python pandas environment
2023-09-28 10:37:32 +02:00