-
Notifications
You must be signed in to change notification settings - Fork 5
♻️ repo cleanup and doc #179
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
Merged
Merged
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b73420b
minor sorting
pcrespov 21bfabc
renamed _model as _settings
pcrespov 77ecad3
minor
pcrespov 868d310
ignores
pcrespov d528996
names
pcrespov bc8e96c
doc
pcrespov ec7d439
make clean and vscode templates
pcrespov ffc1eaf
minor
pcrespov 1ec3731
cleanup
pcrespov 1cae133
doc
pcrespov 9aed258
sorts imports
pcrespov 387bec4
updates pre-commit config
pcrespov 2a96648
updates pre-commit config
pcrespov d5b7678
updates sort
pcrespov e0ad4ba
upgrading to pyproject.toml
pcrespov 8c74a1a
moved
pcrespov 1148f7a
new location for VERSION file and adapted scripts to the new folder s…
pcrespov 4ce601d
cleanup Makefile
pcrespov 452dadc
fixes build
pcrespov 7a6e73c
fixes setup
pcrespov 1c480dc
mv docker
pcrespov bcaaf49
mv license to root
pcrespov d5b1be2
tests
pcrespov 17a7006
cleanup testing and doc setup
pcrespov 5a0ec4e
installs requirements
pcrespov 55d8492
installs uv
pcrespov 71be6a8
uv in makefile
pcrespov 8198f3c
udpating tests
pcrespov c56a290
fixes asyncio mode
pcrespov bacc756
test/test_osparc passes
pcrespov f0e01a9
fixes wrong requriements path
pcrespov 931abe4
fixes test for 3.8
pcrespov f671563
fixes installations
pcrespov d75943f
@sanderegg review: uv and constraint
pcrespov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Python Debugger: Current File", | ||
"type": "debugpy", | ||
"request": "launch", | ||
"program": "${file}", | ||
"console": "integratedTerminal" | ||
}, | ||
{ | ||
"name": "Python: Run Test", | ||
"type": "debugpy", | ||
"request": "launch", | ||
"module": "pytest", | ||
"args": [ | ||
"--ff", | ||
"--log-cli-level=INFO", | ||
"--pdb", | ||
"--setup-show", | ||
"-sx", | ||
"-vv", | ||
"--asyncio-mode=auto", | ||
"${file}" | ||
], | ||
"cwd": "${workspaceFolder}", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
} | ||
] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.