Skip to content

Releases: opentensor/bittensor

3.5.0 / 2022-11-24

24 Nov 17:50
5b31e73
Compare
Choose a tag to compare

What's Changed

  • [Fix] allow synapse all (#988)

    • allow set synapse All using flag
    • add test
    • use dot get
  • [Feature] Mark registration threads as daemons (#998)

    • make solver processes daemons
  • [Feature] Validator debug response table (#999)

    • Add response table to validator debugging
  • [Feature] Validator weight setting improvements (#1000)

    • Remove responsive prioritization from validator weight calculation
    • Move metagraph_sync just before weight setting
    • Add metagraph register to validator
    • Update validator epoch conditions
    • Log epoch while condition details
    • Consume validator nucleus UID queue fully
    • Increase synergy table display precision
    • Round before casting to int in phrase_cross_entropy
  • small fix for changelog and version by @Eugene-hu in #993

  • release/3.5.0 by @eduardogr in #1006

Full Changelog: v3.4.3...v3.5.0

3.4.3 / 2022-11-15

15 Nov 19:02
1409676
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.2...v3.4.3

3.4.2 / 2022-11-09

09 Nov 17:40
f5c5e1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.4.2

3.4.1 / 2022-10-13

13 Oct 19:51
eb7aea2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

3.4.0 / 2022-10-13

13 Oct 18:26
f8387ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.4...v3.4.0

3.3.4 / 2022-10-03

03 Oct 20:02
3885779
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.3...v3.3.4

3.3.3 / 2022-09-06

06 Sep 15:47
67b49ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

3.3.2 / 2022-08-18

23 Aug 16:47
b6f04e2
Compare
Choose a tag to compare

SynapseType fix in dendrite

What's Changed

Full Changelog: v3.3.1...v3.3.2

3.3.1 / 2022-08-17

23 Aug 16:45
b171dd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

3.3.0 / 2022-08-16

23 Aug 16:44
b54523e
Compare
Choose a tag to compare

CUDA registration

This release adds the ability to complete the registration using a CUDA-capable device.
See https://github.com/opentensor/cubit/releases/tag/v1.0.5 for the required cubit v1.0.5 release

Also a few bug fixes for the CLI

What's Changed

  • [hotfix] fix flags for run command, fix hotkeys flag for overview, and [feature] CUDA reg by @camfairchild in #877

Full Changelog: v3.2.0...v3.3.0