2013-05-17 Michael Petch * configure.ac eval.h gnubg.weights doc/gnubgdb.xml doc/gnubg/* doc/gnubgman.xml: Version bumped to V1.00.0 . * gnubg.c: Change default MET to Kazaross-XG2.xml 2013-04-13 Philippe Michel * import.c: Interpret some of the comments eXtreme Gammon puts at the start of .mat files to fill match information in and determine game variation. * export.c: Writes similar comments when exporting as .mat 2013-03-26 Philippe Michel * matchequity.c: Recalculate gammon prices after inverting the MET. This is needed for asymetric tables. Problem reported by Maik Stiebler in bug-gnubg. 2013-03-15 Michael Petch * doc/gnubg/* doc/gnubgdb.xml doc/gnubgman.xml: Version bumped to V0.91.0 in the documentation. 2013-03-07 Philippe Michel * gnubg.c: Use stronger default settings for Computer opponent, Tutor and Analysis (2 ply instead of 0 ply) and for rollouts (0 ply checker play and 2 ply cube instead of 0 ply for everything). Increase the default JSDs and minimum trials to stop a rollout early. * eval.c: Use SSE instructions, if available, in the pruning nets computations. This is a small speed improvement but constrains the size of the pruning nets' intermediate layer to be a multiple of 4. 2013-03-06 Philippe Michel * configure.ac, credits.sh, eval.h, gnubg.weights: New nets. Version bumped to 0.91. 2013-02-17 Philippe Michel * format.c: Use EMG by default in matchplay analysis output since these numbers are generally easier to interpret than MWC. 2013-01-23 Philippe Michel * simpleboard.c, simpleboard.h, export.c: Improve export of positions in cairo graphics. Problem reported by Leo Bueno. 2012-10-25 Michael Petch * gnubgmodule.c : Add movetupletostring method to the Python interface. Added support for tuples generated by findbestmove and parsemove.