Remove 'get_' from Position getters
[purplehaze.git] / NEWS
blob352fc328add5107e770e71a72f9db657e6a89383
1 26 Mar 2012 v2.0.2 - General clean up
2     * New features
3         * Global move list
4         * Better Xboard support
5         * New internal iterative deepening implementation
6         * Working material hash table
7     * Code improvements
8         * Clean up
9         * Optimizations
10         * Lot of bug fixes
11         * No more dependency to Boost C++ Libraries
12     * New tests
13         * EPD Perft suites
14         * Unit Tests
15     * New compilers support
16         * Clang
17         * Intel C++ Compiler
19 20 Feb 2011 v2.0.1 - First public release
20     * New evaluation function
21         * Hash table for material
22         * Lazy evaluation
23         * Opening and ending piece square tables
24         * Tapered evaluation
25     * Improvements in search
26         * Lazy move generation
27         * Internal iterative deepening
28     * Improvements in time management
29     * Lot of bug fixes
31 07 Feb 2011 v2.0.0 - First private release
32     * Principal variation search
33         * Check extension
34         * Adaptive null move pruning
35         * Extended futility pruning
36         * Late move reduction
37     * Quiescence search
38         * Delta pruning
39     * Move ordering
40         * Best move from transpositions table
41         * Most valuable victim / least valuable aggressor
42         * Killer moves
43     * Time management
44     * Xboard protocol
45     * Test tools
46         * Perft
47         * Divide
48         * EPD test suite
50 21 Jan 2011 v2.0.x - Restarting from scratch
52 15 Jan 2010 v1.0.7 - Last version from 1.x branch