0.1.3
This is an updated version of the v0.1.X, with some fixes and additions. There are no changes to the FOOOF algorithm, and no breaking changes to the API. This is the last release to the v0.1.X series, before some breaking changes in the v1.0.0 release.
Changelog:
- Updates to generating synthetic power spectra, including updates to the parameters it can take it, and new support utilities such as
param_sampler
to sample from a distribution of parameters, andparam_iter
to iterate across parameters. Also new functionality to rotate spectra around a specified frequency point. - Add a progress bar, using tqdm, that can be used with FOOOFGroup
- Update and reorganization of plts, including making a series of usable independent plotting functions, including, for example, shading regions of the power spectrum, and plotting multiple spectra on the same plot.
- Some documentation and organization updates, and small bug fixes.