Skip to content

Commit

Permalink
CHG: Reformatted changelog
Browse files Browse the repository at this point in the history
- changed paragraph wrapping and capitalized sentence starters

 On branch dev
 Changes to be committed:
	modified:   CHANGELOG.md
  • Loading branch information
pantaray committed Apr 13, 2022
1 parent 0975468 commit 610d5e3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ Feature update and bugfixes.
for running the testing pipeline is to execute a trimmed-down testing suite that
does not probe all possible input permutations but focuses on the core functionality
without sacrificing coverage.
- new meta-function `taper_opt` parameter to control arbitrary taper (e.g. kaiser) parameters
- New meta-function `taper_opt` parameter to control arbitrary taper (e.g. kaiser)
parameters

### CHANGED
- Renamed `_selection` class property to `selection`
- Reworked plotting framework and made it matplotlib 3.5 compatible
- The output of `show` is now automatically squeezed (i.e., singleton dimensions
are removed from the returned array).
- Enhanced online documentation, now also covering connectivity analysis
- Multi-tapering (`freqanalysis`, `connectivityanalysis`) now is switched on by only specifying
the `tapsmofrq` parameter, removed the need for the additional and redundant setting of `taper='dpss'`
- Granger-Geweke algorithm now matches the reference implementation (Dhamala 2008) with machine precision
- Multi-tapering (`freqanalysis`, `connectivityanalysis`) now is switched on by
only specifying the `tapsmofrq` parameter, removed the need for the additional
and redundant setting of `taper='dpss'`
- Granger-Geweke algorithm now matches the reference implementation (Dhamala 2008)
with machine precision

### REMOVED
- Do not parse scalars using `numbers.Number`, use `numpy.number` instead to
Expand All @@ -54,7 +57,8 @@ Feature update and bugfixes.
for `SpectralData` objects without time-axis, resulting in "empty" trials. This
has been fixed (closes #207)
- Repaired `array_parser` to adequately complain about mixed-type arrays (closes #211)
- `show` routine now consistently returns a list of trials if and only if multiple trials are selected
- The `show` routine now consistently returns a list of trials if and only if
multiple trials are selected

## [v0.20] - 2022-01-18
Major Release
Expand Down

0 comments on commit 610d5e3

Please sign in to comment.