Commit graph

18 commits

Author SHA1 Message Date
Marty Oehme 48dee57feb
chore(repo): Update pynvim dependency 2024-06-20 18:20:59 +02:00
Marty Oehme 97df1d4814
chore(repo): Fix build package requirements 2024-06-20 11:00:56 +02:00
Marty Oehme 75d1ac2688
Publish version 0.5.1 2024-03-30 09:56:59 +01:00
Marty Oehme 2e62566e24 Publish version 0.5.0 2024-02-28 08:12:36 +01:00
Marty Oehme 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
Marty Oehme 227adb33f8
feat(script): Begin using validities for visualization 2024-02-14 17:30:04 +01:00
Marty Oehme 4dd8e13d6b
chore(repo): Rename data loading module 2024-01-10 17:27:48 +01:00
Marty Oehme 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
Marty Oehme 6c45e9dd7c
Publish version 0.3.0 2024-01-06 10:41:26 +01:00
Marty Oehme 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
Marty Oehme d88c733b6d
feat(data): Prepare loading WB country group data 2023-12-07 20:11:27 +01:00
Marty Oehme 12704e64f5
feat(repo): Add edit task to poe 2023-12-07 11:06:48 +01:00
Marty Oehme 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
Marty Oehme 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
Marty Oehme aa7995b5b1
chore: Add tabulate library to python env 2023-10-12 12:13:28 +02:00
Marty Oehme 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
Marty Oehme dd1394007f
chore: Prep quarto working env 2023-09-28 11:30:44 +02:00
Marty Oehme e8230d7a95
chore: Prep python pandas environment 2023-09-28 10:37:32 +02:00