Skip to content

Releases: vladkvit/rust_pgn_reader_python_binding

v2.5.1

04 Jan 02:44
a983489
Compare
Choose a tag to compare

What's Changed

v2.5.0

03 Jan 16:08
d31dcb4
Compare
Choose a tag to compare

Add castling rights API

v2.4.0

25 Dec 17:20
7d65aa1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

v2.3.0

24 Dec 13:20
3b15834
Compare
Choose a tag to compare
Add header support (#11)

* Add header support

* Bump version

v2.2.0

24 Dec 01:56
176886c
Compare
Choose a tag to compare
Add the ability to specify the number of threads (#10)

* Add custom number of threads through a thread pool

* Add a test for the multithreaded API

* Tweaked example

* Bump version

v2.1.0

22 Dec 17:06
16ebef9
Compare
Choose a tag to compare

What's Changed

  • Add a new multithreaded multi-game parsing API by @vladkvit in #7

Full Changelog: 2.0.0...2.1.0

v1.0.0

21 Dec 17:07
a335e04
Compare
Choose a tag to compare

Adds comment parsing for clk and eval

v0.1.0

12 Dec 02:54
5391e76
Compare
Choose a tag to compare

Initial release.