Skip to content

Commit 1acc9d8

Browse files
authored
Merge pull request #2871 from opentensor/changelog/950
v9.5.0: Updates changelog and version
2 parents f0a7001 + 0852953 commit 1acc9d8

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## 9.5.0 /2025-05-12
4+
5+
## What's Changed
6+
* Release/9.4.0 by @ibraheem-abe in https://github.com/opentensor/bittensor/pull/2837
7+
* Update subnet units by @thewhaleking in https://github.com/opentensor/bittensor/pull/2838
8+
* Add `force_register_neuron` into MockSubtensor by @basfroman in https://github.com/opentensor/bittensor/pull/2839
9+
* Add `Monitor-Requirements-Size` workflow by @basfroman in https://github.com/opentensor/bittensor/pull/2842
10+
* Add `SelectiveMetagraph` interface into SDK by @basfroman in https://github.com/opentensor/bittensor/pull/2846
11+
* Update docs for unstake amount by @thewhaleking in https://github.com/opentensor/bittensor/pull/2845
12+
* Add one more attempt to e2e tests by @basfroman in https://github.com/opentensor/bittensor/pull/2849
13+
* Fix typos in test documentation and docstrings by @leopardracer in https://github.com/opentensor/bittensor/pull/2848
14+
* Add bittensor-drand==0.5.0 by @basfroman in https://github.com/opentensor/bittensor/pull/2835
15+
* Extend selective metagraph logic by @basfroman in https://github.com/opentensor/bittensor/pull/2852
16+
* fix: $BASH_ENV loading issue by @defitricks in https://github.com/opentensor/bittensor/pull/2851
17+
* Update github actions versions due to deprecation by @PixelPil0t1 in https://github.com/opentensor/bittensor/pull/2850
18+
* Add methods to Async/Subtensor class by @basfroman in https://github.com/opentensor/bittensor/pull/2854
19+
* Cleanup, refactoring, small fix, improvement by @basfroman in https://github.com/opentensor/bittensor/pull/2856
20+
* Add `period` argument to extrinsics calls by @basfroman in https://github.com/opentensor/bittensor/pull/2857
21+
* Add nightly run of e2e tests by @basfroman in https://github.com/opentensor/bittensor/pull/2858
22+
* `period=16` for fast blocks test by @basfroman in https://github.com/opentensor/bittensor/pull/2859
23+
* Fix some unittests warnings by @zyzniewski-reef in https://github.com/opentensor/bittensor/pull/2774
24+
* docs: fix typos in `README.md` by @gap-editor in https://github.com/opentensor/bittensor/pull/2861
25+
* Introduce `SubtensorApi` interface for SDK by @basfroman in https://github.com/opentensor/bittensor/pull/2862
26+
* Adds `__all__` to easy_imports.py to get rid of all the #noqa stuff by @thewhaleking in https://github.com/opentensor/bittensor/pull/2863
27+
* `🥩s` to `staking` by @basfroman in https://github.com/opentensor/bittensor/pull/2864
28+
* Fix `get_next_epoch_start_block` by @basfroman in https://github.com/opentensor/bittensor/pull/2865
29+
* docs: fix dead link by @GarmashAlex in https://github.com/opentensor/bittensor/pull/2866
30+
* Add `non-fast-blocks` e2e tests each Saturday by @basfroman in https://github.com/opentensor/bittensor/pull/2860
31+
* Selective-metagraph -> MetagraphInfo by @basfroman in https://github.com/opentensor/bittensor/pull/2870
32+
* Improve e2e tests and fix bug in SubtensorApi by @basfroman in https://github.com/opentensor/bittensor/pull/2869
33+
34+
## New Contributors
35+
* @defitricks made their first contribution in https://github.com/opentensor/bittensor/pull/2851
36+
* @PixelPil0t1 made their first contribution in https://github.com/opentensor/bittensor/pull/2850
37+
* @gap-editor made their first contribution in https://github.com/opentensor/bittensor/pull/2861
38+
* @GarmashAlex made their first contribution in https://github.com/opentensor/bittensor/pull/2866
39+
40+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.4.0...v9.5.0
41+
342
## 9.4.0 /2025-04-17
443

544
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor"
7-
version = "9.4.0"
7+
version = "9.5.0"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)