Changes in version 2.0:

* The number of factors is no longer limited to 2.
* The code was optimized and now runs much faster depending of the number of populations (10 to 30 times faster).
* There is no longer limitation on the number of loci, populations and number of alleles. The only limitation is your computer's memory.
* The plot program has been updated accordingly. Please note that old .fst files are not compatible with the new version of the Plot program. Also, and new ones cannot be ploted with the old program.
* It is now possible to plot any of the factors and also the interaction term against Fst values.
* The "Model" menu is replaced by a drop down list beacause the number of models now depends on the number of factors.
* You can estimate the population specific Fst coefficients without including any factor.
* You can still include the interaction term when using 2 factors.
* Model without the constant term are no longer used. That is, all alternative models include the constant term.
* A detailed summury of the results is automatically saved at the end of the process by the plot program and can also been saved later later on.
* Bug fixed in the progress bar that stayed stucked at the end of each pilot run. There is now only one progress bar for the whole process (pilot runs + burn in + calculation)
* C++ source code provided for a command line version (no plot program provided), easy to compile on any system (ex: "g++ -o gestev2 *.cpp")
* Installation program provided for Windows users.
* File association for .fst files with the plot program (just double click on a fst file to open it).
* The plot program shows arogress bar, which is usefull when opening big output files.
* Improved performance when switching between tabs in the plot program.
* Bug fixed in the Genepop file converter.
* Help file updated.
* Windows XP/Vista Visual style.