Skip to content

Commit

Permalink
Fix poli blauw settings (#137)
Browse files Browse the repository at this point in the history
* small fixes for poli blauw

* update requirements

* update changelog

* dataplatform changes

* Also update version
  • Loading branch information
rubenpeters91 authored Oct 22, 2024
1 parent 3fe46a7 commit e1c96d8
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 36 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.5] - 2024-10-21

### Fixed
- Removed 'sociale pediatrie' from subagendas
- Set mute period to 2 months
- Updated requirements to solve dependabot alert
- Fix the arrived column rename in the dataplatform

## [1.4.4] - 2024-10-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion data/sql/data_export.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SELECT APP.identifier_value AS APP_ID
,ENC.type1_code AS afspraak_code
,APP.[start]
,APP.[end]
,ENC.[statusHistory2_period_start] AS gearriveerd
,ENC.[arrival] AS gearriveerd
,APP.[created]
,APP.[minutesDuration]
,APP.[status]
Expand Down
2 changes: 1 addition & 1 deletion data/sql/data_prediction.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SELECT APP.identifier_value AS APP_ID
,ENC.type1_code AS afspraak_code
,APP.[start]
,APP.[end]
,ENC.[statusHistory2_period_start] AS gearriveerd
,ENC.[arrival] AS gearriveerd
,APP.[created]
,APP.[minutesDuration]
,APP.[status]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "noshow"
version = "1.4.4"
version = "1.4.5"
authors = [
{ name="Ruben Peters", email="[email protected]" },
{ name="Eric Wolters", email="[email protected]" }
Expand Down
63 changes: 32 additions & 31 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This file was autogenerated by uv via the following command:
# uv export --no-dev --no-hashes -o requirements.txt
-e .
aiohappyeyeballs==2.4.0
aiohttp==3.10.6
aiohappyeyeballs==2.4.3
aiohttp==3.10.10
aiohttp-retry==2.8.3
aiosignal==1.3.1
altair==5.4.1
amqp==5.2.0
annotated-types==0.7.0
antlr4-python3-runtime==4.9.3
anyio==4.6.0
anyio==4.6.2.post1
appdirs==1.4.4
asyncssh==2.17.0
atpublic==5.0
Expand All @@ -20,38 +20,38 @@ cachetools==5.5.0
celery==5.4.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
charset-normalizer==3.4.0
click==8.1.7
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
colorama==0.4.6
configobj==5.0.9
contourpy==1.3.0
cryptography==43.0.1
cryptography==43.0.3
cycler==0.12.1
deprecation==2.1.0
dictdiffer==0.9.0
diskcache==5.6.3
distro==1.9.0
dpath==2.2.0
dulwich==0.22.1
dulwich==0.22.3
dvc==3.55.2
dvc-data==3.16.5
dvc-data==3.16.6
dvc-http==2.32.0
dvc-objects==5.1.0
dvc-render==1.0.2
dvc-studio-client==0.21.0
dvc-task==0.4.0
dvc-task==0.40.2
dvclive==3.48.0
entrypoints==0.4
fastapi==0.115.0
fastapi==0.115.2
filelock==3.16.1
flatten-dict==0.4.2
flufl-lock==8.1.0
fonttools==4.54.1
frozenlist==1.4.1
fsspec==2024.9.0
fsspec==2024.10.0
funcy==2.0
gitdb==4.0.11
gitpython==3.1.43
Expand All @@ -64,72 +64,73 @@ iterative-telemetry==0.0.9
jinja2==3.1.4
joblib==1.4.2
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
kiwisolver==1.4.7
kombu==5.4.2
markdown-it-py==3.0.0
markupsafe==2.1.5
markupsafe==3.0.2
matplotlib==3.9.2
mdurl==0.1.2
multidict==6.1.0
narwhals==1.8.3
networkx==3.3
narwhals==1.10.0
networkx==3.4.2
numpy==1.26.4
omegaconf==2.3.0
orjson==3.10.7 ; implementation_name == 'cpython'
orjson==3.10.9 ; implementation_name == 'cpython'
packaging==24.1
pandas==2.2.3
pathspec==0.12.1
pillow==10.4.0
platformdirs==3.11.0
prompt-toolkit==3.0.48
propcache==0.2.0
protobuf==5.28.2
psutil==6.0.0
psutil==6.1.0
pyarrow==14.0.2
pycparser==2.22
pydantic==2.9.2
pydantic-core==2.23.4
pydeck==0.9.1
pydot==3.0.1
pygit2==1.15.1
pydot==3.0.2
pygit2==1.16.0
pygments==2.18.0
pygtrie==2.5.0
pymssql==2.3.1
pynvml==11.5.3
pyparsing==3.1.4
pyparsing==3.2.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.2
pywin32==306 ; sys_platform == 'win32'
pywin32==308 ; sys_platform == 'win32'
pyyaml==6.0.2
referencing==0.35.1
relplot==1.0
requests==2.32.3
rich==13.8.1
rich==13.9.2
rpds-py==0.20.0
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
ruamel-yaml-clib==0.2.12 ; python_full_version < '3.13' and platform_python_implementation == 'CPython'
scikit-learn==1.5.2
scipy==1.14.1
scmrepo==3.3.7
scmrepo==3.3.8
seaborn==0.13.2
semver==2.13.0
setuptools==75.1.0
setuptools==75.2.0
shellingham==1.5.4
shortuuid==1.0.13
shtab==1.7.1
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
sqlalchemy==2.0.35
sqlalchemy==2.0.36
sqltrie==0.11.1
starlette==0.38.6
streamlit==1.38.0
starlette==0.40.0
streamlit==1.39.0
tabulate==0.9.0
tenacity==8.5.0
tenacity==9.0.0
threadpoolctl==3.5.0
toml==0.10.2
tomli==2.0.1
tomli==2.0.2
tomlkit==0.13.2
tornado==6.4.1
tqdm==4.66.5
Expand All @@ -139,7 +140,7 @@ tzdata==2024.2
urllib3==2.2.3
vine==5.1.0
voluptuous==0.15.2
watchdog==4.0.2 ; platform_system != 'Darwin'
watchdog==5.0.3 ; platform_system != 'Darwin'
wcwidth==0.2.13
yarl==1.12.1
yarl==1.15.5
zc-lockfile==3.0.post1
4 changes: 2 additions & 2 deletions run/config/config.toml.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
outs:
- md5: e49c9cc6f62e1f1eab77c85ae07cdd8c
size: 10539
- md5: fc166438569074175c386c4a31d0184c
size: 10573
hash: md5
path: config.toml

0 comments on commit e1c96d8

Please sign in to comment.