Releases: professorcode1/Event-Analysis
Releases · professorcode1/Event-Analysis
First major release
This is the first major release of the library. The following are the features.
1.The library has been benched against CoinCalc proving it is a whole order faster in complexity and 180 times faster in execution even without GPU.
2. Benching against CoinCalc also verifies that the implementation is indeed correct.
3. Assertions have been added everywhere so that if a user calls the Event-analysis constructor incorrectly in any way, an error will be thrown making sure only correct results are returned.
4. The code base has been properly split into files and functions complete with parameter annotations.