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

Release/9.0.1 #2686

Merged
merged 67 commits into from
Feb 20, 2025
Merged
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
0958209
test: use asynccontextmanager for FastAPI lifespan
zyzniewski-reef Jan 22, 2025
321d359
test: wait for uvicorn server to start completly
zyzniewski-reef Jan 22, 2025
e6d00ad
tests: add timeouts
zyzniewski-reef Feb 3, 2025
52558f5
Python 3.9 compatibility.
thewhaleking Feb 3, 2025
9a5b538
Compatibility if uvloop is installed.
thewhaleking Feb 3, 2025
7fe7076
Ruff
thewhaleking Feb 3, 2025
c6d26d7
Merge branch 'staging' into test/use_asynccontextmanager_for_fastapi_…
thewhaleking Feb 13, 2025
4329e5b
Merge branch 'staging' into test/use_asynccontextmanager_for_fastapi_…
zyzniewski-reef Feb 13, 2025
79c85d4
test(2472): offline unittests
zyzniewski-reef Jan 22, 2025
8eb3192
tests: missing imports
zyzniewski-reef Feb 13, 2025
73cf961
Merge branch 'staging' into fix/2472-offline_unittests
zyzniewski-reef Feb 13, 2025
1f82056
Merge branch 'staging' into test/use_asynccontextmanager_for_fastapi_…
zyzniewski-reef Feb 13, 2025
134a7b5
Merge branch 'staging' into fix/2472-offline_unittests
zyzniewski-reef Feb 13, 2025
046c52d
Ensures that alpha symbols are always rendered to the right of the va…
thewhaleking Feb 14, 2025
dba23ec
fix test
roman-opentensor Feb 14, 2025
8177df1
Merge pull request #2673 from opentensor/fix/roman/e2etest-commit-wei…
roman-opentensor Feb 14, 2025
6c46997
fix `tests.e2e_tests.test_incentive.test_incentive`
roman-opentensor Feb 14, 2025
85c64b4
Merge branch 'master' into fix/roman/e2etest-incentive
roman-opentensor Feb 14, 2025
2002fc2
remove back merge changes
roman-opentensor Feb 14, 2025
348ac99
Merge pull request #2674 from opentensor/fix/roman/e2etest-incentive
roman-opentensor Feb 15, 2025
7db5f15
feat: add readonly check before modifying FS
Arthurdw Feb 18, 2025
be914a8
fix: when readonly don't save logs
Arthurdw Feb 18, 2025
434e4e2
Merge branch 'staging' into patch/v9.0.0_readonly
thewhaleking Feb 18, 2025
ff2150a
Merge branch 'staging' into fix/thewhaleking/str-formatting-for-alpha
thewhaleking Feb 18, 2025
76a10db
Ruff
thewhaleking Feb 18, 2025
3b3ff3e
Merge branch 'staging' into test/use_asynccontextmanager_for_fastapi_…
thewhaleking Feb 18, 2025
63c92d3
Merge branch 'staging' into fix/2472-offline_unittests
thewhaleking Feb 18, 2025
aacf074
Merge pull request #2676 from Arthurdw/patch/v9.0.0_readonly
thewhaleking Feb 18, 2025
8563a33
Add methods for retrieving all neuron certificates on a given netuid.
thewhaleking Feb 18, 2025
b5a8d5c
Add netuid
thewhaleking Feb 18, 2025
bf5e391
Added test
thewhaleking Feb 18, 2025
34758a6
Merge branch 'staging' into fix/thewhaleking/str-formatting-for-alpha
roman-opentensor Feb 18, 2025
d93bc7d
Added unit test
thewhaleking Feb 18, 2025
76142a5
Merge branch 'staging' into test/use_asynccontextmanager_for_fastapi_…
roman-opentensor Feb 18, 2025
1c85c53
ut
thewhaleking Feb 18, 2025
7c144a4
Update tests/unit_tests/test_async_subtensor.py
thewhaleking Feb 18, 2025
baac41b
Merge pull request #2597 from opentensor/test/use_asynccontextmanager…
thewhaleking Feb 18, 2025
2ef8377
Merge branch 'staging' into fix/2472-offline_unittests
thewhaleking Feb 18, 2025
495601d
Merge branch 'staging' into feat/thewhaleking/add-neuron-certificates…
roman-opentensor Feb 18, 2025
3db617d
Merge pull request #2596 from opentensor/fix/2472-offline_unittests
zyzniewski-reef Feb 18, 2025
8bb9218
Merge branch 'staging' into feat/thewhaleking/add-neuron-certificates…
roman-opentensor Feb 18, 2025
fb8c0ea
fix(2188): don't allow uvicorn to reconfigure event_loop_policy
zyzniewski-reef Jan 21, 2025
574dbe4
Removes extra assignments for stake, total_stake
ibraheem-opentensor Feb 18, 2025
7678f7d
Merge branch 'staging' into fix/2188-configure_uvicorn_event_loop
roman-opentensor Feb 18, 2025
cc2844d
Merge branch 'staging' into improve/remove-extra-stake-assignments
ibraheem-opentensor Feb 18, 2025
0e5ec20
Merge branch 'staging' into fix/thewhaleking/str-formatting-for-alpha
thewhaleking Feb 18, 2025
c8a570a
Merge pull request #2680 from opentensor/improve/remove-extra-stake-a…
ibraheem-opentensor Feb 18, 2025
cfa3efd
Merge branch 'staging' into fix/thewhaleking/str-formatting-for-alpha
thewhaleking Feb 18, 2025
e6f2f14
Merge branch 'staging' into fix/2188-configure_uvicorn_event_loop
roman-opentensor Feb 18, 2025
7712fa3
Merge branch 'staging' into feat/thewhaleking/add-neuron-certificates…
roman-opentensor Feb 18, 2025
b4b82a6
Merge pull request #2672 from opentensor/fix/thewhaleking/str-formatt…
thewhaleking Feb 18, 2025
2a062aa
Merge branch 'staging' into feat/thewhaleking/add-neuron-certificates…
thewhaleking Feb 18, 2025
4c6cfd2
Merge pull request #2677 from opentensor/feat/thewhaleking/add-neuron…
thewhaleking Feb 18, 2025
66409e9
Merge branch 'staging' into fix/2188-configure_uvicorn_event_loop
thewhaleking Feb 18, 2025
7445b5a
Adds stake weight to metagraph info
ibraheem-opentensor Feb 19, 2025
b7eec15
ruff
ibraheem-opentensor Feb 19, 2025
7d511a4
Merge pull request #2682 from opentensor/fix/metagraph-info-tao-stake
ibraheem-opentensor Feb 19, 2025
6302a1f
Merge branch 'staging' into fix/2188-configure_uvicorn_event_loop
thewhaleking Feb 19, 2025
4bebb26
Merge pull request #2679 from opentensor/fix/2188-configure_uvicorn_e…
thewhaleking Feb 19, 2025
7045475
Refactored the logic of `__aenter__` for `AsyncSubtensor` so that it …
thewhaleking Feb 20, 2025
c5b0986
Fix tests.
thewhaleking Feb 20, 2025
80f9174
Fix tests.
thewhaleking Feb 20, 2025
f7a9315
called -> awaited
thewhaleking Feb 20, 2025
8aa8f4c
Merge pull request #2684 from opentensor/feat/thewhaleking/refactor-a…
thewhaleking Feb 20, 2025
b0b6145
merge master to staging
ibraheem-opentensor Feb 20, 2025
fc3d850
Merge pull request #2685 from opentensor/backmerge-main-staging-900
ibraheem-opentensor Feb 20, 2025
c228c6c
Updates version and changelog
ibraheem-opentensor Feb 20, 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
Prev Previous commit
Next Next commit
Merge branch 'staging' into fix/2472-offline_unittests
  • Loading branch information
zyzniewski-reef authored Feb 13, 2025
commit 73cf961a378c969312175afad51d9cdab18dc6f0

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.