#12

Fix 27k platform label

#11

New update

Support for 27K array in the error message. There are also some older cosmetic changes.

#9

New updates

This should fix the issue when using an output dir with whitespaces

#8

New update

This includes the new documentation page, a fix for the "No proxy" option and some file reorganisation for the webserver.

#6

New speed improvements

These are: - small improvement in the fetching of the data (in get_bits) - 40% speed up in parsing the data from the DB (in process_bits)

#5

Overcome the SQLite limit in the number of SQL variables that can be used in a single query

The code now goes through a loop to ensure that no more than 999 variables are used. As before, the results are simply pushed into the final array, which is returned by the method.

#4

A few web changes + new fast binomial calculation

These changes incorporate the last changes made to the web interface in Oct 2014 as well as the latest speed up on the calculation of the binomial probabilities.