Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfixes #121

Merged
merged 12 commits into from Feb 9, 2024
Merged

Bugfixes #121

merged 12 commits into from Feb 9, 2024

Conversation

JorisVincent
Copy link
Contributor

  • components.texts.text argument direction deprecated
  • RHS2007.WE_Dual target mask
  • stimuli.checkerboards, stimuli.whites now correctly deal with 1 vs. multiple target specifications

JorisVincent and others added 9 commits December 18, 2023 13:52
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
fix(text): remove text direction argument
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
Only mask of WE_dual changed
Use `components.draw_regions` to do the actual target drawing. Ensures consistency with other stimuli with targets
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.
Fix(RHS2007): Individually mask each target in WE_Dual
fix(whites): enable specifying either 1, or multiple target indices
@JorisVincent JorisVincent added the bug Something isn't working label Jan 31, 2024
@JorisVincent JorisVincent self-assigned this Jan 31, 2024
@JorisVincent
Copy link
Contributor Author

JorisVincent commented Jan 31, 2024

This should automatically release a patch version v1.1.1, which has these fixes.

There are some other bugs I'd like to fix, mostly based around the rotation and origin arguments. However, that will likely result in a new feature release (v1.2.0) and take quite some time. So, I suggest we release this v1.1.1 now, to get these bugs fixed.

@LynnSchmittwilken LynnSchmittwilken merged commit da97ecf into main Feb 9, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants