UCI History

UCI Top
 

6 October 2023

uci-net-1.2.7

Do project configuration with pyproject.toml file.

 

19 November 2022

uci-net-1.2.6

Adjustments prompted by pycodestyle and pydocstyle reports.

 

6 March 2022

uci-net-1.2.5

[tool.black] section added to pyproject.toml file.

 

3 October 2021

uci-net-1.2.3

Installation instructions are changed: use 'pip' to install uci-net.

 

29 September 2021

uci-net-1.2.2

Apply black formatting, pydocstyle hints, and many pylint hints.

Fix problem in TCP server for Wine.

 

2 May 2021

uci-net-1.2.1

Replace obsolete reference to 'uci', which breaks connecting to chess engine over TCP, with 'uci_net'.

Avoid deprecation warning for @asyncio.coroutine and 'yield from' syntax.

 

11 November 2019

uci-net-1.2

Project directory structure changed from uci-net to uci-net/uci-net where the implementation moves to uci-net/uci-net and project descriptions and setup.py remain in uci-net.

 

17 November 2018

uci-net-1.1.1

Package README file brought up to date.

 

8 November 2018

uci-net-1.1

Change project name to uci-net and top-level package directory to uci_net prior to upload to PyPI, but continue the version number sequence.

UCI is the name of a specification but uci-net hints at the ability to use uci on a network of computers.

 

2 October 2017

uci-1.0

Chess engines can be driven on remote hosts using the client and server modules in the uci package.

The incomplete project disabled at uci-0.1.1 is replaced with Python's asyncio module.

 

15 November 2015

uci-0.1.1

Disable dependency on incomplete project for communication with remote hosts so uci can be used to drive chess engines on local host.

 

15 October 2015

uci-0.1

Initial version.