Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initialise specs from primitives #603

Merged
merged 38 commits into from
Sep 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
38cbedf
initialise_specs_from_primitives
MartinBernstorff Aug 30, 2024
b652623
update 5 files
MartinBernstorff Aug 30, 2024
e245b8a
update 5 files
MartinBernstorff Aug 30, 2024
32387fd
update outcome.py
MartinBernstorff Aug 30, 2024
431463d
update temporal.py
MartinBernstorff Aug 30, 2024
6cf5078
build(deps): update Dockerfile, 01_basic.ipynb and pyproject.toml
MartinBernstorff Aug 30, 2024
84c008a
update Dockerfile and aggregators.py
MartinBernstorff Aug 30, 2024
d55c2eb
build: update Dockerfile
MartinBernstorff Aug 30, 2024
9cc48d5
build: update Dockerfile
MartinBernstorff Aug 30, 2024
2dac3fd
docs: update 01_basic.ipynb
MartinBernstorff Aug 30, 2024
52a11aa
build(deps): update action.yml, 01_basic.ipynb, pyproject.toml and uv…
MartinBernstorff Aug 30, 2024
a63f636
build(deps): update pyproject.toml and uv.lock
MartinBernstorff Aug 30, 2024
d317a64
update devcontainer.json and post-start.sh
MartinBernstorff Aug 30, 2024
584d31c
update 7 files
MartinBernstorff Aug 30, 2024
3dddca6
update post-start.sh and Dockerfile
MartinBernstorff Aug 30, 2024
77ba032
update 5 files update 5 files update post-start.sh, Makefile and task…
MartinBernstorff Aug 30, 2024
02fc722
chore: update action.yml
MartinBernstorff Aug 30, 2024
8ad9ef7
update action.yml, static_type_checks.yml and Makefile
MartinBernstorff Aug 30, 2024
a2b5438
build: update Makefile
MartinBernstorff Aug 30, 2024
35deb50
build: update Dockerfile
MartinBernstorff Aug 30, 2024
aa780c1
docs: update 03_text.ipynb
MartinBernstorff Aug 30, 2024
bd5be7c
docs: update 03_text.ipynb
MartinBernstorff Aug 30, 2024
bd7c0fc
update settings.json, test_specs.py and timedelta.py
MartinBernstorff Sep 2, 2024
b8f2364
update 5 files
MartinBernstorff Sep 2, 2024
c76ed25
ci: update documentation.yml
MartinBernstorff Sep 2, 2024
76c2858
chore: update action.yml
MartinBernstorff Sep 2, 2024
d39a00d
update action.yml and static_type_checks.yml
MartinBernstorff Sep 2, 2024
415bf40
ci: update benchmark.yml
MartinBernstorff Sep 2, 2024
3e3eca0
ci: update benchmark.yml
MartinBernstorff Sep 2, 2024
1cc4e53
update benchmark.yml and Makefile
MartinBernstorff Sep 2, 2024
c7fd6ae
build: update Makefile
MartinBernstorff Sep 2, 2024
c2ad6a8
ci: update benchmark.yml
MartinBernstorff Sep 2, 2024
91fe6b6
ci: update benchmark.yml
MartinBernstorff Sep 2, 2024
34f29f9
ci: update benchmark.yml
MartinBernstorff Sep 2, 2024
453a578
build: update Makefile
MartinBernstorff Sep 2, 2024
57e50d8
tutorials: add `to_primitives` examples for all specs
HLasse Sep 2, 2024
0c7413f
chore: rename function
HLasse Sep 2, 2024
95608f3
Update src/timeseriesflattener/specs/timedelta.py
HLasse Sep 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update post-start.sh and Dockerfile
  • Loading branch information
MartinBernstorff committed Aug 30, 2024
commit 3dddca6a064ae2179fb9b703b1458a59842d5fe3
2 changes: 1 addition & 1 deletion .devcontainer/post-start.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
uv sync --frozen --all-extras
uv sync --all-extras
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ VOLUME psycop-common

COPY . /app
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --all-extras
uv sync --all-extras
Loading