v1.1.1
v1.1.1 (2024-02-09)
Build
- build: configure
codespell
to fix misspellings
Requires python^3.11.0 to use pyproject.toml
Exclude everything in docs/_build
,
and the exact lines in .codespell.ignore
Also add to pre-commit checks (37bac3d
)
- build: only trigger publishing workflow once per release (
44a303b
)
Documentation
-
docs(periodics): fix Gabor argument
intensities
(533e1e2
) -
docs(tutorial): fix references to
two_sided
(19f59a9
)
Fix
- fix(checkerboards): define multiple target intensities
Previously, checkerboards could only draw a single target intensity, even if multiple targets are specified. For some stimuli however, I want to have two target checks, each with a different intensity value.
Use components.draw_regions to do the actual target drawing. Ensures consistency with other stimuli with targets. (ab525b3
)
- fix(checkerboards): define multiple target intensities
Use components.draw_regions
to do the actual target drawing. Ensures consistency with other stimuli with targets (442bd29
)
- fix(RHS2007): WE_dual separate mask for each target
Previously, the targets in black were lumped together, as were the targets in white. Now, each target, in each of the two stimuli, has its own mask idx (0b78372
)
- fix(whites): enable specifying either 1, or multiple target indices
Some configuration was causing errors (ba552b9
)
- fix(text): remove text direction argument
Pillow is complaining about libraqm
not being installed. Previously, it was not complaining about this. This problem seems to be limited to asking for a writing direction -- without that, Pillow no longer complains (6cceca6
)
Style
- style: use codespell to fix misspellings (
de8efb4
)
Test
- test(RHS2007): regen ground truth
Only mask of WE_dual changed (6c76f2e
)
Unknown
- Merge pull request #121 from computational-psychology/dev
Bugfixes (da97ecf
)
Update build-system (d56e528
)
- Merge pull request #118 from computational-psychology/fix/whites_targets
fix(whites): enable specifying either 1, or multiple target indices (8ec7d6e
)
- Merge pull request #117 from computational-psychology/fix/RHS2007
Fix(RHS2007): Individually mask each target in WE_Dual (3cba67d
)
- Merge pull request #119 from computational-psychology/fix/text
fix(text): remove text direction argument (759f8e8
)