Skip to content

Latest commit

 

History

History
186 lines (120 loc) · 7.85 KB

CHANGELOG.md

File metadata and controls

186 lines (120 loc) · 7.85 KB

Changelog

3.6.0 / 2022-12-13

What's Changed

New Contributors

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.5.1...v3.6.0

3.5.1 / 2022-11-24

What's Changed

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.5.0...v3.5.1

3.5.0 / 2022-11-24

What's Changed

  • [Fix] allow synapse all (opentensor#988)

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

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

    • Add response table to validator debugging
  • [Feature] Validator weight setting improvements (opentensor#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 opentensor#993

  • release/3.5.0 by @eduardogr in opentensor#1006

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.4.3...v3.5.0

3.4.3 / 2022-11-15

What's Changed

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.4.2...v3.4.3

3.4.2 / 2022-11-09

What's Changed

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.4.1...v3.4.2

3.4.1 / 2022-10-13

What's Changed

  • [Hotfix] Fix CUDA Reg update block by @camfairchild in opentensor#954

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.4.0...v3.4.1

3.4.0 / 2022-10-13

What's Changed

  • Parameters update by @Eugene-hu #936
  • Bittensor Generate by @unconst #941
  • Prometheus by @unconst #928
  • [Tooling][Release] Adding release script by @eduardogr in opentensor#948

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.3.4...v3.4.0

3.3.4 / 2022-10-03

What's Changed

New Contributors

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.3.3...v3.3.4

3.3.3 / 2022-09-06

What's Changed

  • [feature] cpu register faster by @camfairchild in opentensor#854
  • [hotfix] fix flags for multiproc register limit by @camfairchild in opentensor#876
  • Fix/diff unpack bit shift by @camfairchild in opentensor#878
  • [Feature] [cubit] CUDA registration solver by @camfairchild in opentensor#868
  • Fix/move overview args to cli by @camfairchild in opentensor#867
  • Add/address CUDA reg changes by @camfairchild in opentensor#879
  • [Fix] --help command by @camfairchild in opentensor#884
  • Validator hotfix min allowed weights by @Eugene-hu in opentensor#885
  • [BIT-552] Validator improvements (nucleus permute, synergy avg) by @opentaco in opentensor#889
  • Bit 553 bug fixes by @isabella618033 in opentensor#886
  • add check to add ws:// if needed by @camfairchild in opentensor#896
  • [BIT-572] Exclude lowest quantile from weight setting by @opentaco in opentensor#895
  • [BIT-573] Improve validator epoch and responsives handling by @opentaco in opentensor#901
  • Nobunaga Release V3.3.3 by @Eugene-hu in opentensor#899

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.3.2...v3.3.3

3.3.2 / 2022-08-18

SynapseType fix in dendrite

What's Changed

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.3.1...v3.3.2

3.3.1 / 2022-08-17

What's Changed

  • [hotfix] Fix GPU reg bug. bad indent by @camfairchild in opentensor#883

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.3.0...v3.3.1

3.3.0 / 2022-08-16

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 opentensor#877

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.2.0...v3.3.0

3.2.0 / 2022-08-12

Validator saving and responsive-priority weight-setting

What's Changed

  • [BIT-540] Choose responsive UIDs for setting weights in validator + validator save/load by @opentaco in opentensor#872

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.1.0...v3.2.0

3.1.0 / 2022-08-11

Optimizing multi-processed CPU registration

This release refactors the registration code for CPU registration to improve solving performance.

What's Changed

  • [feature] cpu register faster (#854) by @camfairchild in opentensor#875

Full Changelog: https://github.com/opentensor/bittensor/compare/v3.0.0...v3.1.0

3.0.0 / 2022-08-08

Synapse update