File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## What's Changed
4
+ * Release/9.0.0 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2671
5
+ * fix e2e test by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2673
6
+ * fix e2e test incentive by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2674
7
+ * Add compatibility for read-only systems by @Arthurdw in https://github.com/opentensor/bittensor/pull/2676
8
+ * test: use asynccontextmanager for FastAPI lifespan by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2597
9
+ * test(2472): offline unittests by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2596
10
+ * Removes redundant assignments in Metagraph by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2680
11
+ * Alpha str formatting by @thewhaleking in https://github.com/opentensor/bittensor/pull/2672
12
+ * Add method for fetching all Neuron Certificates on a Netuid by @thewhaleking in https://github.com/opentensor/bittensor/pull/2677
13
+ * Updates tao_stake in MetagraphInfo by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2682
14
+ * fix(2188): configure uvicorn event loop by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2679
15
+ * Refactor AsyncSubtensor aenter logic by @thewhaleking in https://github.com/opentensor/bittensor/pull/2684
16
+ * Backmerge master to staging 900 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2685
17
+
18
+ ## New Contributors
19
+ * @Arthurdw made their first contribution in https://github.com/opentensor/bittensor/pull/2676
20
+
21
+ ** Full Changelog** : https://github.com/opentensor/bittensor/compare/v9.0.0...v9.0.1
22
+
3
23
## 9.0.0 /2025-02-13
4
24
5
25
## What's Changed
Original file line number Diff line number Diff line change 1
- 9.0.0
1
+ 9.0.1
Original file line number Diff line number Diff line change 1
- __version__ = "9.0.0 "
1
+ __version__ = "9.0.1 "
2
2
3
3
import os
4
4
import re
You can’t perform that action at this time.
0 commit comments