Skip to content

Releases: kdesimone/popeye

Release 1.0

18 Sep 11:46
40d822c
Compare
Choose a tag to compare

The project is being used by various groups and with the input of @noahbenson and others, I'd like to go ahead and package up popeye for version 1.0

removing overloaded_ballpark motif

21 Sep 05:19
Compare
Choose a tag to compare

I'd revised the initial ballpark fitting procedure so that the scaling and offset (beta and baseline or slope and intercept, however you like to describe it) would be calculated rather than estimated. This speeds up the fit since we can simply calculate these values.

I'd assumed that we always want non-negative scaling. This turns out not to be the case, as there are scenarios where we might want to model negative BOLD, for instance. Then I added some clunky functionality for letting users overload the ballpark estimate so that these can be negative. This ended up being cumbersome in python3 due to RecursionError.

Long story short—I removed the non-negative requirement on the beta/slope/scaling. This has simplified things so much that I'm tagging a new release.

extending test coverage

21 Sep 03:05
Compare
Choose a tag to compare
0.5.1

Merge branch 'master' of https://github.com/kdesimone/popeye

base class additions

12 Sep 02:02
Compare
Choose a tag to compare
0.5

ENH: added ballpark overloading...beta will be abs(slope) computed fr…

pypi requirements tweak

14 Dec 18:35
Compare
Choose a tag to compare
0.4.1

RF: incrementing minor version

pypi package dependencies

13 Dec 23:26
Compare
Choose a tag to compare
0.4.0

RF: fixed pypi depdencies

0.3.0

09 Dec 00:18
Compare
Choose a tag to compare
RF: ignoring auditory test coverage

0.2.0

28 Nov 02:58
Compare
Choose a tag to compare
RF: abiding by new masking in model api

0.1.0.dev

25 Nov 02:34
Compare
Choose a tag to compare
DOC: added pypi install