-
Notifications
You must be signed in to change notification settings - Fork 75
Rn d #330
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
Closed
Rn d #330
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
107172d
Move everything in the module to ease imports
hayekr 4071681
Add entry points for cli to each. Create project script for each
hayekr e5eedd1
Fix imports to relative.
hayekr da15315
Fix args
hayekr b71a1c9
Update changelog and version
hayekr ce7b4fe
Fix typo, preserve backward compat
hayekr 5daa8cf
fix random.choice to use correct method
hayekr 6d0825d
Update the lock file
hayekr 314a13a
Fix imports
hayekr 7dd6d5e
[major] added the BDS formalism of the entanglement swapping protocol…
caitaozhan 207848e
[minor] updating docstrings and minor refactor
caitaozhan f23632e
Bump urllib3 from 2.6.1 to 2.6.3
dependabot[bot] 61c166e
Bump pillow from 12.0.0 to 12.1.1
dependabot[bot] e70a54b
Merge pull request #317 from sequence-toolbox/dependabot/uv/pillow-12…
hayekr 8676434
Merge pull request #316 from sequence-toolbox/dependabot/uv/urllib3-2…
hayekr 53cbdcd
[minor] update docstring and README; remove the quotaiton markin typing
caitaozhan c7e2153
Bump nbconvert from 7.16.6 to 7.17.0
dependabot[bot] a8512dc
Merge pull request #318 from sequence-toolbox/dependabot/uv/nbconvert…
hayekr 9850fe8
Merge pull request #315 from sequence-toolbox/310-swapping-bds
caitaozhan 114953d
Bump flask from 3.1.2 to 3.1.3
dependabot[bot] 567de5a
Bump werkzeug from 3.1.4 to 3.1.6
dependabot[bot] 9d795b8
Merge pull request #319 from sequence-toolbox/dependabot/uv/flask-3.1.3
hayekr de6d7b5
Merge pull request #320 from sequence-toolbox/dependabot/uv/werkzeug-…
hayekr 0d8180d
Bump version
hayekr 568c629
Merge branch 'RnD' into 311-make-the-json-config-generators-script-av…
hayekr 462edd0
Update the lock
hayekr 1a7c1c7
[minor] cosmetic updates
caitaozhan e82b40c
[minor] add a new message type EARLY_EXPIRE for resource manager
caitaozhan d9dbbd5
Delete util/. Move config to sequence/utils/
hayekr 9455606
Switch to np import
hayekr 26783ec
Merge pull request #312 from sequence-toolbox/311-make-the-json-confi…
caitaozhan 46b7cf3
[minor] fix comments, added ResourceManager.expire_remote_rules()
caitaozhan 9508ee9
Merge branch 'resource-manager-early-expire' of github.com:sequence-t…
caitaozhan 7bc3191
[minor] use np. prefix
caitaozhan 0d197d4
[minor] update the tutorial to catch up the recent updates; add NOTEs…
caitaozhan 906ab78
[minor] fix comments
caitaozhan 4584239
[minor]
caitaozhan 309a59c
[minor] resolve comments
caitaozhan d975066
Add passing init to nw manager and rs manager. Create missing inits i…
hayekr 3ebcc19
Changelog
hayekr 9b3f04d
Merge pull request #324 from sequence-toolbox/fix_manager_init
caitaozhan 8118647
Merge pull request #323 from sequence-toolbox/update-tutorial-resourc…
caitaozhan 23c9fab
[minor] Docstring, comment, logging, and various cosmetic updates
caitaozhan 35a6cda
[major] Create a parent class RoutingProtocol for the current classes…
caitaozhan dbce95f
[minor] update CHANGELOG
caitaozhan e00b385
[minor] cosmetic updates
caitaozhan 9e683bf
[minor] resolve comments
caitaozhan 0296107
[minor] resolve comments
caitaozhan f74bbe6
Merge branch 'RnD' into resource-manager-early-expire
hayekr 3cb617e
Fix `__str__` format in `Reservation` class and update related unit t…
hayekr f7d21f9
Merge pull request #322 from sequence-toolbox/resource-manager-early-…
caitaozhan b51866a
[minor] deleted the global_type for RoutingProtocol
caitaozhan b7ee20b
Merge pull request #326 from sequence-toolbox/routing-module-register
caitaozhan 7840817
Deprecate Python 3.11 (#287)
718b324
Merge pull request #328 from formeo/287-deprecate-python-311
caitaozhan 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,6 @@ jobs: | |
| strategy: | ||
| matrix: | ||
| python-version: | ||
| - "3.11" | ||
| - "3.12" | ||
| - "3.13" | ||
| - "3.14" | ||
|
|
||
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doc now states a minimum Python version of 3.11, but the project metadata requires Python >=3.12 (see
pyproject.toml). Update the prerequisite to match the supported versions to avoid confusing users.