-
-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of uci.py? #389
Comments
The latest version does not have uci.py. Instead, it has engine.py which
contains uci and xboard.
…On Tue, Mar 26, 2019 at 6:48 AM i-tub ***@***.***> wrote:
While browsing through the repository, I was surprised not to find
chess/uci.py, so I looked at the history, and found it was removed around
v0.26.0. I'm not objecting to that, but what seemed strange to me was that
I have installed 0.27.3 (using pip), and it still has that file! So has it
been truly removed, or not? The commit tagged v0.27.3 does *not* have the
file.
I suppose I need to update my script to use the new API anyway...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#389>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AfI3xOZPgmqXlnnDZFsej7Ai35__Tyreks5vahcagaJpZM4cLW7N>
.
|
Yep, that's correct. To be sure I just confirmed that the recent archives published on PyPI do not contain |
Interesting, I just went to https://pypi.org/project/python-chess/#files and downloaded both files. The tarball doesn't have uci.py, but the wheel does:
|
Aha! Thanks, that's a good hint. Will check my build script. Maybe it's my responsibility to clean/delete the target directory before running |
So indeed it is recommended to
until pypa/wheel#147 is fixed. Future wheels should not have this issue and won't contain |
Thanks! I'm glad the mystery is solved. |
While browsing through the repository, I was surprised not to find chess/uci.py, so I looked at the history, and found it was removed around v0.26.0. I'm not objecting to that, but what seemed strange to me was that I have installed 0.27.3 (using pip), and it still has that file! So has it been truly removed, or not? The commit tagged v0.27.3 does not have the file.
I suppose I need to update my script to use the new API anyway...
The text was updated successfully, but these errors were encountered: