8000 Releases · lichess-org/fishnet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: lichess-org/fishnet

fishnet v2.6.0

18 Apr 22:15
Compare
Choose a tag to compare

Changes:

  • Stockfish 15 released 🎉. Update Official Stockfish (official-stockfish/Stockfish@sf_14.1...sf_15).
  • Utilize avx512 and vnni512 instruction sets if available. Stockfish binaries with profile-guided optimization are provided.
  • Windows: Now requires Windows 10 (windows-2016 image no longer supported by GitHub workflow runners).
  • Quality of life improvements for builds from source:
    • RUSTFLAGS="-C target-cpu=native" skips more general Stockfish builds.
    • Partially downloaded NNUE files are automatically cleaned up.
    • Use Intel SDE only for Stockfish builds that require it on the builder CPU.
  • Dropped support for rust-audit (waiting for rust-secure-code/cargo-auditable#29).

fishnet v2.5.1

28 Oct 19:14
Compare
Choose a tag to compare

Bugfixes:

  • Fix playing strength of AI level 8. Only relevant for Lichess's internal fishnet instances.

fishnet v2.5.0

28 Oct 11:50
Compare
Choose a tag to compare

Changes:

fishnet v2.4.0

13 Sep 01:29
Compare
Choose a tag to compare

Changes:

  • Future-proof by letting the server determine time and node quotas depending on Stockfish version.
  • Update to Fairy-Stockfish 14 (but still not using NNUE for variants) 🎉.
  • Update Official Stockfish (official-stockfish/Stockfish@8fc297c...fd5e779).
  • Slightly increased timeouts.
  • Added some meta data to Windows executables.

New features:

  • Documented new installation methods:
  • Added --key-file (as an alternative to directly specifying the key on the command line using --key). With Docker, use the new environment variable KEY_FILE.

Bugfixes:

  • Fix aarch64 builds.
  • --auto-update now works on Windows (although some issues still remain: #151).

fishnet v2.3.3

04 Jul 08:02
Compare
Choose a tag to compare

Changes:

fishnet v2.3.2

27 Jun 11:52
Compare
Choose a tag to compare

Changes:

fishnet v2.3.1

26 May 18:45
Compare
Choose a tag to compare

Bugfixes:

  • More robust timeout handling, now with a sliding budget for multiple moves. Fixes timeout errors introduced in v2.3.0 due to increased volatility in move time, especially at startup on Windows.

Changes:

fishnet v2.3.0

23 May 14:20
Compare
Choose a tag to compare

New features:

  • Stats are now stored locally in ~/.fishnet-stats and preserved across restarts.

Changes:

  • Updated Stockfish development version (official-stockfish/Stockfish@0f3f5d8...ff4c222, includes new HalfKAv2 NNUE architecture). 15%-20% lower nps is expected.
  • Now using Fairy-Stockfish 13.1 (instead of Multi-Variant Stockfish) for chess variant analysis. Currently only using handcrafted evaluation.
  • No longer providing aarch64-unknown-linux-gnu builds. Can still be compiled from source.
  • Changed fishnet build process to include compilation of Stockfish for various architectures. Previously, precompiled Stockfish builds were provided as binary blobs. The new approach is more flexible and transparent, but significantly increases build times.

fishnet v2.2.6

27 Feb 15:36
Compare
Choose a tag to compare

Changes:

Bugfixes:

fishnet v2.2.5

20 Feb 12:05
Compare
Choose a tag to compare

Changes:

New features:

  • Support builds from source on FreeBSD.
0