Skip to content

Feature/issue 27 function to store artifact #42

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

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2735975
chore: ignore upload scripts
zimea Feb 13, 2025
58565b8
feat: add wrapper to store cached artifacts
zimea Feb 13, 2025
00d328a
fix: catch filenotfound error
zimea Feb 13, 2025
df3d22f
fix: throw error when object already exists
zimea Feb 13, 2025
4738bf1
fix: import store_artifact
zimea Feb 13, 2025
e20d1d3
test: function store_artifact
zimea Feb 13, 2025
babf147
refactor: rename to store_dataset to better reflect functionality
zimea Feb 13, 2025
3e28b4c
fix: delete non-working suppression of Lamin warning
zimea Feb 17, 2025
b948fe4
docs: add short notebook for the store_dataset function
zimea Feb 17, 2025
146542e
fix: init test lamin instance for github actions
zimea Feb 17, 2025
56ae2d5
chore: update required numba version to 0.61.0
zimea Feb 17, 2025
c7f5412
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 17, 2025
87962d9
chore: update required numba version to 0.61.0
zimea Feb 17, 2025
583598d
Merge branch 'main' of https://github.com/theislab/spatialdata-db int…
zimea Feb 17, 2025
d1b69d8
Merge branch 'feature/issue-27-function-to-store-artifact' of https:/…
zimea Feb 17, 2025
f3d5b57
fix: setup lamin instance before test session
zimea Feb 17, 2025
b221ade
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 17, 2025
f9636f8
fix: setup temp lamin test instance to run pytest
zimea Feb 18, 2025
44ace65
chore: ignore coverage output
zimea Feb 18, 2025
3922998
test: cover different potential permission errors
zimea Feb 18, 2025
aa4fb2f
refactor: clean-up variable names and docstrings
zimea Feb 18, 2025
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ __pycache__/
/data/
/scripts/data/
/node_modules/
.coverage

# docs
/docs/generated/
Expand Down
Loading