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