Skip to content

Releases: hypha-space/hypha

v1.0.0-alpha.73

05 Jan 12:39
b6dbc7a

Choose a tag to compare

v1.0.0-alpha.73 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.73 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.73/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.73 (2026-01-05)

Bug Fixes

  • adjust request timeout (7a2d35a)
  • increase lease and offer timeouts (3eba5cb)

v1.0.0-alpha.72

03 Jan 16:12
e75a116

Choose a tag to compare

v1.0.0-alpha.72 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.72 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.72/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.72 (2026-01-03)

Bug Fixes

v1.0.0-alpha.71

03 Jan 09:22
2f780f4

Choose a tag to compare

v1.0.0-alpha.71 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.71 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.71/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.71 (2026-01-03)

Bug Fixes

  • accelerate/dataset: change batch handling to prevent memory errors (ee10107)

v1.0.0-alpha.70

02 Jan 17:38
f5636bd

Choose a tag to compare

v1.0.0-alpha.70 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.70 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.70/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.70 (2026-01-02)

Bug Fixes

  • wait until all worker finished (f2e37b3)

v1.0.0-alpha.69

02 Jan 17:01
7455040

Choose a tag to compare

v1.0.0-alpha.69 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.69 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.69/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.69 (2026-01-02)

Bug Fixes

  • model loading with shared weights. (4b27734)

v1.0.0-alpha.68

02 Jan 10:43
0635ed2

Choose a tag to compare

v1.0.0-alpha.68 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.68 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.68/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.68 (2026-01-02)

Bug Fixes

  • adjust lease renewal error handling (f04e3a1), closes #279
  • check if tensors is wrapped in list (46a5c81)

Features

  • capture executor stdout/err in task status (6eb01bc)

v1.0.0-alpha.67

01 Jan 19:09
9d7f55d

Choose a tag to compare

v1.0.0-alpha.67 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.67 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.67/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.67 (2026-01-01)

Bug Fixes

  • last_update on AppliedUpdate (6852674)
  • multi_batch assignment (8132a30)

Features

  • weighted runtime statistic (ed762ef)

v1.0.0-alpha.66

01 Jan 15:45
587db84

Choose a tag to compare

v1.0.0-alpha.66 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.66 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.66/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.66 (2026-01-01)

Bug Fixes

  • don't retry broadcast (665a036)
  • increase retries in for attempt_push (50bde32)

v1.0.0-alpha.65

01 Jan 14:07
c83ac32

Choose a tag to compare

v1.0.0-alpha.65 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.65 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.65/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.65 (2026-01-01)

Bug Fixes

  • centralize aggregate state to avoid races (9b89314)
  • centralize worker state updates to avoid sync race (709ef73)
  • network: increase action buffer (349db45)

v1.0.0-alpha.64

01 Jan 13:28
84c28a7

Choose a tag to compare

v1.0.0-alpha.64 Pre-release
Pre-release

Installation

Use the standalone installer script to download and install the Hypha v1.0.0-alpha.64 binaries. Use curl to download the script and execute it with sh:

curl -fsSL https://github.com/hypha-space/hypha/releases/download/v1.0.0-alpha.64/install.sh | sh

For alternative installation methods (GitHub releases, Cargo), see the Installation Guide.


1.0.0-alpha.64 (2026-01-01)

Bug Fixes

  • adjust lease renewal for retry and reporting (84fa4fa)