Skip to content

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:46
eca6a36

Container image

Multi-arch (linux/amd64, linux/arm64), signed with cosign keyless.

docker pull ghcr.io/anaregdesign/lantern:0.31.0

Binaries

Pre-built lantern (server) and lantern-cli archives are attached to this
release. The server covers macOS / Linux and the CLI also covers Windows, on
x86_64 and arm64. Verify with checksums.txt.

Homebrew (macOS)

brew tap anaregdesign/tap
brew install --cask lantern        # server
brew install --cask lantern-cli    # client

Direct download

# macOS arm64 CLI example
curl -L -o lantern-cli.tar.gz https://github.com/anaregdesign/lantern/releases/download/v0.31.0/lantern-cli_0.31.0_Darwin_arm64.tar.gz
tar -xzf lantern-cli.tar.gz && ./lantern-cli version

Lantern benchmark — v0.31.0

Bench job did not produce a report for this release; see the workflow run for details.

What's Changed

  • fix(admin): let /cli restart_prob & epsilon accept typed floats by @piroyoung in #965
  • fix: apply weighting transform to LocalCommunity output edge weights by @piroyoung in #967
  • chore(release): bump core module pin to v0.17.0 by @piroyoung in #968

Full Changelog: v0.30.0...v0.31.0