1.4.0 #83
chinchalinchin
started this conversation in
General
1.4.0
#83
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Massively improved GUI
GUI actually works now. Argument validation; responsive design; graphs can be exported as PNGs onto local filesystem; tables can be exported as JSON onto local filesystem.
Configuration abstraction
GUI widgets are abstracted into a configuration file that gets fed into factory methods to populate the GUI. Similarly, CLI commands have been abstracted into a configuration file; new commands just need to be declared in the definitions.
Unit tests, documentation generation, pipeline
A pipeline has been setup to perform unit tests against every push to the main branch and then regenerate documentation. A static web site has been set up on the gh-pages branch to host the documentation.
General refactoring
The estimation methods have been improved. Estimating correlation through percentiles is now done through Gaussian copulas and results in a massively decrease execution time. The moving average algorithms have been condensed and optimized.
Various statistical functions
Functions have been added to calculate sample percentiles, empirical copulas, multivariate likelihoods, and much more.
This discussion was created from the release 1.4.0.
Beta Was this translation helpful? Give feedback.
All reactions