issues
search
py-stockfish
/
stockfish
Integrates the Stockfish chess engine with Python (Official fork)
https://py-stockfish.github.io/stockfish/
MIT License
32
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
see if this fails artifact stuff
#101
johndoknjas
closed
2 months ago
0
Format docstrings
#100
johndoknjas
opened
2 months ago
0
Let the user choose what output they want from `benchmark`
#99
johndoknjas
opened
2 months ago
0
Return a tuple from `get_evaluation` instead
#98
johndoknjas
opened
2 months ago
0
Test 3
#97
johndoknjas
closed
2 months ago
0
test PR for make moves
#96
johndoknjas
closed
2 months ago
1
Fix formatting for some docstrings
#95
johndoknjas
opened
2 months ago
0
Consider adding a decorator that enforces types of arguments
#94
johndoknjas
opened
2 months ago
0
Make the max allowed size for the hash table bigger if not 32 bit
#93
johndoknjas
opened
2 months ago
0
Call the _is_ready() function before sending any command
#92
johndoknjas
opened
2 months ago
0
Fix a bug in the FEN validation, and add more tests.
#91
johndoknjas
closed
2 months ago
1
Make a note about threefolds
#90
johndoknjas
opened
2 months ago
0
Resolve 8 issues
#89
johndoknjas
opened
2 months ago
1
Improve the documentation for `set_position`
#88
johndoknjas
opened
2 months ago
0
Update the 'make moves' function to detect threefolds
#87
johndoknjas
opened
2 months ago
0
Fix errors given by lintception
#86
johndoknjas
opened
2 months ago
0
Add a config file for `lintception`
#85
johndoknjas
closed
2 months ago
1
Update docstrings and return a deep copy in `get_engine_parameters`.
#84
johndoknjas
closed
2 months ago
1
Change `== True/False` in tests to `is True/False`
#83
johndoknjas
opened
2 months ago
0
Update tests
#82
johndoknjas
opened
2 months ago
0
Add a `convert_human_notation_to_sf_notation` function
#81
johndoknjas
opened
2 months ago
0
Add a `get_num_pieces` function
#80
johndoknjas
opened
2 months ago
0
Update `_is_fen_syntax_valid`
#79
johndoknjas
closed
2 months ago
0
`get_engine_parameters`: update docstring and return a deepcopy instead
#78
johndoknjas
closed
2 months ago
0
Don't do the `ucinewgame` command by default
#77
johndoknjas
opened
2 months ago
0
Make a constant field to represent piece chars
#76
johndoknjas
closed
2 months ago
1
Update readme with some of the changes from the `Notation Conversion` PR
#75
johndoknjas
opened
2 months ago
0
Fix formatting error with black
#74
johndoknjas
closed
5 months ago
1
Add `--binary-path` option for tests
#73
dkanatnikov
closed
5 months ago
1
Default path when running tests
#72
johndoknjas
opened
7 months ago
0
Move away from using type hints beginning with `Dict[`, `List[`, `Tuple[`
#71
johndoknjas
opened
7 months ago
0
Update the gitignore and readme to aid contributing
#70
johndoknjas
closed
5 months ago
3
Add tuple return type
#69
evanjhoward11
closed
5 months ago
3
More understandable error message if the Stockfish executable is not found
#68
kieferro
opened
1 year ago
0
AttributeError: 'Stockfish' object has no attribute '_stockfish'
#67
felixgao-0
closed
1 year ago
4
Use custom Stockfish builds for CI to test with different versions
#66
kieferro
opened
1 year ago
1
[Immediate merge] Adjust to changed markdown syntax regarding notes
#65
kieferro
closed
1 year ago
1
Saving output from the Stockfish process
#64
johndoknjas
opened
1 year ago
1
When the Stockfish module is imported, allow mypy to analyze it
#63
johndoknjas
opened
1 year ago
0
Option for getting stockfish to search with both depth and movetime
#62
johndoknjas
opened
1 year ago
0
Add time parameter to `get_evaluation`
#61
kieferro
closed
1 year ago
1
Param checking
#60
johndoknjas
closed
1 year ago
1
Introduce `pre-commit` for static code analysis
#59
kieferro
closed
1 year ago
1
Get rid of engine parameters no longer used
#58
johndoknjas
opened
1 year ago
0
Add support for modifying other SF options
#57
johndoknjas
opened
1 year ago
0
How does ELO relate to Skill Level?
#56
arikanev
closed
1 year ago
6
Add `flip` command
#55
kieferro
closed
1 year ago
2
Add release date of SF 16, and shorten #lines in test_models.py
#54
johndoknjas
closed
1 year ago
1
Support for stockfish 16?
#53
arikanev
closed
1 year ago
1
set_fen_position() with black turn FEN, then get_best_move() outputting incorrect move (for white)
#52
arikanev
closed
1 year ago
4
Next