Releases: lichess-org/fishnet
Releases · lichess-org/fishnet
fishnet v2.0.0-beta.2
- 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
- The 2.x branch is now feature complete, and ready for extensive testing in production.
fishnet v1.18.2
- Nag about update to fishnet 2.x.
fishnet v2.0.0-alpha.2
- Second alpha release of the 2.x branch. Ready for adventurous testers.
fishnet v2.0.0-alpha.1
- First alpha release of the 2.x branch. Mostly to have a target to test auto updates.
fishnet v1.18.1
- Lichess-hosted instances: Make
UCI_Elo
gradient steeper. Reintroduce depth
limits to limit resource consumption of low levels.
fishnet v1.18.0
- 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 ofSkill Level
and expand
the range significantly. Low skill levels should now play much weaker.
fishnet v1.17.2
- 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
- Bring back
--threads-per-process
. Most contributors should not use this.
fishnet v1.17.0
- Option to join only if a backlog is building up. Added
--user-backlog
and--system-backlog
to configure threshold for oldest item in queue.
Runpython -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.