Skip to content

Releases: lichess-org/fishnet

fishnet v2.0.0-beta.2

28 Nov 17:29
Compare
Choose a tag to compare
fishnet v2.0.0-beta.2 Pre-release
Pre-release
  • Show the used evaluation type and variant for finished batches.
  • Fixed a bug where NNUE would not be used for standard games.

fishnet v2.0.0-beta.1

28 Nov 13:05
Compare
Choose a tag to compare
fishnet v2.0.0-beta.1 Pre-release
Pre-release
  • The 2.x branch is now feature complete, and ready for extensive testing in production.

fishnet v1.18.2

28 Nov 16:49
Compare
Choose a tag to compare
  • Nag about update to fishnet 2.x.

fishnet v2.0.0-alpha.2

26 Nov 21:32
Compare
Choose a tag to compare
Pre-release
  • Second alpha release of the 2.x branch. Ready for adventurous testers.

fishnet v2.0.0-alpha.1

25 Nov 22:32
Compare
Choose a tag to compare
Pre-release
  • First alpha release of the 2.x branch. Mostly to have a target to test auto updates.

fishnet v1.18.1

26 Nov 11:48
Compare
Choose a tag to compare
  • Lichess-hosted instances: Make UCI_Elo gradient steeper. Reintroduce depth
    limits to limit resource consumption of low levels.

fishnet v1.18.0

26 Nov 11:47
Compare
Choose a tag to compare
  • New command: Use python -m fishnet systemd-user to generate a systemd user
    service file.
  • New command: Use python -m fishnet benchmark to try running the engine
    before getting a fishnet key.
  • Fix process shutdown order with systemd.
  • Fix race condition during shutdown on Python 2.7.
  • Lichess-hosted instances: Use UCI_Elo instead of Skill Level and expand
    the range significantly. Low skill levels should now play much weaker.

fishnet v1.17.2

26 Nov 11:47
Compare
Choose a tag to compare
  • Reduce maximum move time from 20s to 6s. Clients that frequently hit this
    limit should be stopped in favor of clients with better hardware.
  • Support future proof constants --user-backlog short and
    --system-backlog long (to be used instead of hardcoded durations).
  • Fix some ignored command line flags during python -m fishnet configure
    and on intial run.

fishnet v1.17.1

26 Nov 11:46
Compare
Choose a tag to compare
  • Bring back --threads-per-process. Most contributors should not use this.

fishnet v1.17.0

26 Nov 11:45
Compare
Choose a tag to compare
  • Option to join only if a backlog is building up. Added --user-backlog
    and --system-backlog to configure threshold for oldest item in queue.
    Run python -m fishnet configure to rerun the setup dialog.
  • Slow clients no longer work on young user requested analysis jobs. The
    threshold is continuously adjusted based on performance on other jobs.