|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 8.0.0 /2024-09-25 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | + |
| 7 | +Removes Bittensor CLI and Wallet functionalities and changes the Bittensor SDK package to be light while maintaining backwards compatibility |
| 8 | + |
| 9 | +* Update README.md by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/2320 |
| 10 | +* remove unused code (tensor.py-> class tensor), remove old tests, add new tests by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2311 |
| 11 | +* Updating/improving/creating docstring codebase by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2310 |
| 12 | +* README updates for SDK by @rajkaramchedu in https://github.com/opentensor/bittensor/pull/2309 |
| 13 | +* Improved logic for concatenating message, prefix, and suffix in bittensor logging + test by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2306 |
| 14 | +* BTSDK: Implementation of substrait custom errors handler for bittensor by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2305 |
| 15 | +* btsdk cleanup by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2303 |
| 16 | +* Fix mypy error for btlogging by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2299 |
| 17 | +* Integrate `bt_decode` into BTSDK by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2298 |
| 18 | +* BTSDK: Corrected arguments order in logging methods + test by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2292 |
| 19 | +* BTSDK: removed exit sys call for ConnectionRefusedError in _get_substrate by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2288 |
| 20 | +* BTSDK: Move `do*` methods to related extrinsic by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2286 |
| 21 | +* add reconnection logic for correctly closed connection by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2283 |
| 22 | +* Move extrinsics, update `deprecated.py` module. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2278 |
| 23 | +* Add substrate reconnection logic by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2269 |
| 24 | +* Prod requirements cleanup by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2266 |
| 25 | +* Decoupling chain_data.py to sub-package by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2264 |
| 26 | +* Increase Bittensor SDK test coverage by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2262 |
| 27 | +* Increase SDK test coverage (Part3) by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2257 |
| 28 | +* Increase bittensor SDK test coverage by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2256 |
| 29 | +* Increase test coverage for subtensor.py by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2252 |
| 30 | +* Adds e2e and fixes metagraph save()/load() by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2231 |
| 31 | +* feat/roman/reafctoring-before-test-coverage by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2230 |
| 32 | +* Enhance: Switch from format() to f-strings by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2228 |
| 33 | +* Commit-reveal re-added & e2e coverage by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2224 |
| 34 | +* Adds e2e setup & tests by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2221 |
| 35 | +* Updates after review session by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2220 |
| 36 | +* Fix the usage of env vars in default settings. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2218 |
| 37 | +* Add dendrite reference to backwords compatibility by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2217 |
| 38 | +* Bringing `btsdk` up-to-date with `staging` branch. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2210 |
| 39 | +* Part 3: Create new 'bittensor-sdk` package by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2206 |
| 40 | +* Part 2: Redesign, fix namespace conflicts, remove btcli by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2204 |
| 41 | +* Part1: Removing content related to the wallet. Start use the pip installable package. by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2191 |
| 42 | + |
| 43 | +**Full Changelog**: https://github.com/opentensor/bittensor/compare/v7.4.0...v8.0.0 |
| 44 | + |
3 | 45 | ## 7.4.0 /2024-08-29
|
4 | 46 |
|
5 | 47 | ## What's Changed
|
|
0 commit comments