Releases: fooof-tools/fooof
Releases · fooof-tools/fooof
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_samplerto sample from a distribution of parameters, andparam_iterto 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.
0.1.2
This is a minor update version, with some small fixes and additions. There are no changes to the FOOOF algorithm.
Changelog:
- The addition of convenience functions to run FOOOF across 3D matrices of power spectra
- A rewrite of synth.py, specifically in terms of functions used to generate synthetic power spectra. This includes major updates to 'gen_power_spectrum' and 'gen_group_power_spectrum', and the addition of the SynParams object, which keeps track of parameters used for simulation.
- Fix a bug in which peaks could be placed outside of the fitting range of the power spectrum.
- A series of small fixes, including managing data internally and extracting data and better type checking for provided inputs. None of these fixes should change fitting results, and generally address rare edge cases.
- Some small updates to internal variable names and documentation.
0.1.1
This is a minor update version, with some small fixes and additions. There are no changes to the FOOOF algorithm.
Changelog:
- Patches an install/update error for some versions of py35
- Updates 'get_all_data' for FOOOFGroup, making it easier to extract data, and also tracking which peaks come from which power spectra
- Add more documentation on data organization, including to FOOOFResult
- New functions to get and compare settings, and to combine FOOOF objects
0.1.0
First release - v0.1.0 (December 27th, 2017).