Stimupy

Latest version: v1.1.2

Safety actively analyzes 627763 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.2

Chore

* chore: misspellings CHANGELOG

fix current misspellings, but ignore changelog going forward since it is autogenerated from commit messages ([`95cf322`](https://github.com/computational-psychology/stimupy/commit/95cf3222ee612516b8b792756b2e58ee2532b8bd))

* chore: linting ([`d40a8bc`](https://github.com/computational-psychology/stimupy/commit/d40a8bca4b2b9d8282065232814c5b5305e46ef8))

Fix

* fix: cornsweet edge intensity is now exactly as in intensity_edges; close 122 ([`cc701a3`](https://github.com/computational-psychology/stimupy/commit/cc701a3edd74f6ae72269a1c24289b623a1d85a5))

Unknown

* Merge pull request 123 from computational-psychology/bugfix_cornsweet_edge

fix: cornsweet edge intensity is now exactly as in intensity_edges ([`9e8bbbb`](https://github.com/computational-psychology/stimupy/commit/9e8bbbb6cd801a72d8874f53a568eef6440145cb))

* Merge pull request 125 from computational-psychology/chore

chore: linting ([`a93fff7`](https://github.com/computational-psychology/stimupy/commit/a93fff736ab5b205916ef92d792b2613e5d72c2d))

1.1.1

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`](https://github.com/computational-psychology/stimupy/commit/37bac3d708c8eb11f897ea09dfe94acabe5fdba1))

* build: only trigger publishing workflow once per release ([`44a303b`](https://github.com/computational-psychology/stimupy/commit/44a303bc0c54f052605c0d7922ff21168a30b254))

Documentation

* docs(periodics): fix Gabor argument `intensities` ([`533e1e2`](https://github.com/computational-psychology/stimupy/commit/533e1e258ac7523eefdaa30ba630c48cec8a722b))

* docs(tutorial): fix references to `two_sided` ([`19f59a9`](https://github.com/computational-psychology/stimupy/commit/19f59a9f90f82485f60cfd68205ddfce0ed254c5))

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`](https://github.com/computational-psychology/stimupy/commit/ab525b3cc509b258df1f197026dec00311b77c00))

* fix(checkerboards): define multiple target intensities

Use `components.draw_regions` to do the actual target drawing. Ensures consistency with other stimuli with targets ([`442bd29`](https://github.com/computational-psychology/stimupy/commit/442bd2908667e6e42da979cb3fdbcc09f95c8b34))

* 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`](https://github.com/computational-psychology/stimupy/commit/0b78372f5c44677bba59dcf4f109f087770b0739))

* fix(whites): enable specifying either 1, or multiple target indices

Some configuration was causing errors ([`ba552b9`](https://github.com/computational-psychology/stimupy/commit/ba552b9c698ff45e0901bee859bd1365c0012ccf))

* 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`](https://github.com/computational-psychology/stimupy/commit/6cceca65fd1c49c5a4f2363c64c3e8e4a277258f))

Style

* style: use codespell to fix misspellings ([`de8efb4`](https://github.com/computational-psychology/stimupy/commit/de8efb4ece275f025713b69ccaff4e48c38539a6))

Test

* test(RHS2007): regen ground truth

Only mask of WE_dual changed ([`6c76f2e`](https://github.com/computational-psychology/stimupy/commit/6c76f2e59b0f70644f72fa32e42d62406536bd13))

Unknown

* Merge pull request 121 from computational-psychology/dev

Bugfixes ([`da97ecf`](https://github.com/computational-psychology/stimupy/commit/da97ecf024fb7b477181412715faf2d5779d4d77))

* Merge branch &39;main&39; into dev ([`1d4371a`](https://github.com/computational-psychology/stimupy/commit/1d4371adf53aa6d6cf4eed49978b26158bd9d7bc))

* Merge pull request 120 from computational-psychology/build

Update build-system ([`d56e528`](https://github.com/computational-psychology/stimupy/commit/d56e528a16bc52f39c6d48099c892157932353a2))

* Merge pull request 118 from computational-psychology/fix/whites_targets

fix(whites): enable specifying either 1, or multiple target indices ([`8ec7d6e`](https://github.com/computational-psychology/stimupy/commit/8ec7d6e801c7c97846f6895e7060fe0f20d17459))

* Merge pull request 117 from computational-psychology/fix/RHS2007

Fix(RHS2007): Individually mask each target in WE_Dual ([`3cba67d`](https://github.com/computational-psychology/stimupy/commit/3cba67ddc5c66a2007de41317807b6bcc2c76d5a))

* Merge pull request 119 from computational-psychology/fix/text

fix(text): remove text direction argument ([`759f8e8`](https://github.com/computational-psychology/stimupy/commit/759f8e82da6c79874b7d82e36144850b3b985c13))

1.1.0

Build

* build: update PSR config ([`8659604`](https://github.com/computational-psychology/stimupy/commit/8659604816c0a816d8631c41530fbb06d47c46d8))

* build: update versioning to use python-semantic-releasev8.0 ([`e0cd11e`](https://github.com/computational-psychology/stimupy/commit/e0cd11e9d955afc01d8fbd21a7a161ce0d776e91))

* build(manuscript): allow manual trigger ([`b46fdf8`](https://github.com/computational-psychology/stimupy/commit/b46fdf835259c6689dcbb4f442dc230c354cc38a))

Chore

* chore: autoformat ([`106dee7`](https://github.com/computational-psychology/stimupy/commit/106dee79d0eab24248cde1bcf1c4cf83bc3a0ffb))

* chore: autoformat ([`95ccba7`](https://github.com/computational-psychology/stimupy/commit/95ccba7af67cd424d095c0e6d18055c02d4a4b08))

* chore(autoformat): update pre-commit config ([`47c408c`](https://github.com/computational-psychology/stimupy/commit/47c408c6e23a8f3affca18eb7f6016b833d4ebd4))

* chore: (auto)format ([`dea6b57`](https://github.com/computational-psychology/stimupy/commit/dea6b57cad00d9abc6b3cce11ba9a9607f944cb7))

Documentation

* docs(demos): `sbcs.generalized_two_sided()` demo ([`7318280`](https://github.com/computational-psychology/stimupy/commit/7318280699e0390c9f6fdf1181fa7376e11c2e42))

* docs(demos): `sbcs.square_two_sided`, `.circular_two_sided` demos ([`e781cfb`](https://github.com/computational-psychology/stimupy/commit/e781cfbe5652acf0d9dbfcf13ac61641b3ed6b97))

* docs(sbcs): unify docstrings ([`60d3c80`](https://github.com/computational-psychology/stimupy/commit/60d3c808c0fb846209a5dd0d7dd9d8ed97711694))

* docs(frames): docstrings ([`5d83551`](https://github.com/computational-psychology/stimupy/commit/5d8355136bfdf64770d0199aa986dda15b059cd3))

* docs(radials): docstrings ([`fd79e0b`](https://github.com/computational-psychology/stimupy/commit/fd79e0bc7cf64e90cc251cc956d39564ea2b5773))

* docs(demos): update `two_sided` demos ([`c2beace`](https://github.com/computational-psychology/stimupy/commit/c2beace115377b571bf247086b7db2c56053f781))

* docs(demos): bullseyes.circular_generalized ([`25669ca`](https://github.com/computational-psychology/stimupy/commit/25669ca4966525cb9c2c5e6556e6d19aeac39670))

* docs(demos): rings.circular_generalized ([`a19a1c4`](https://github.com/computational-psychology/stimupy/commit/a19a1c45e4e40f78a40528f1ffd1386e3f483f88))

* docs(demos): fix White&39;s demo ([`37b70c3`](https://github.com/computational-psychology/stimupy/commit/37b70c327a360aa1d94655b8e786e80eac429f50))

* docs(demos): text demo ([`ef686f3`](https://github.com/computational-psychology/stimupy/commit/ef686f3e8ae280905938538d8479127475c3e16d))

* docs(demos): add support for two-sided parameter specification ([`aec4043`](https://github.com/computational-psychology/stimupy/commit/aec4043280ffbc42b0c8ef353669d15cad89033e))

* docs(citation): add to TOC ([`c2a9574`](https://github.com/computational-psychology/stimupy/commit/c2a95748674db1333d66abc10bc2d4b9238a897f))

* docs(citation): reformat ([`e940428`](https://github.com/computational-psychology/stimupy/commit/e940428dc659c41cd79b5fc9403b765bdd3e3fe4))

* docs: added citation to readme and docs ([`6279322`](https://github.com/computational-psychology/stimupy/commit/6279322a7bded7bbc30bd724e29d177edc67e328))

* docs(manuscript): &34;use case&34; as two words ([`c3d999c`](https://github.com/computational-psychology/stimupy/commit/c3d999c1d689e29981cb1d010444d9dd6ed28d4b))

* docs: final touchup on manuscript ([`d3c04ef`](https://github.com/computational-psychology/stimupy/commit/d3c04ef7729071ac2bed998782d17bcc4c375225))

* docs(manuscript): update references ([`f57ec56`](https://github.com/computational-psychology/stimupy/commit/f57ec5658df6c821782cd1c869eef744d9eec206))

* docs: final touch-up on manuscript ([`2f37a9d`](https://github.com/computational-psychology/stimupy/commit/2f37a9da4236172d0dd156084ca6308143c58ead))

* docs: changed manuscript title ([`18d95fb`](https://github.com/computational-psychology/stimupy/commit/18d95fba62353bb4fdefe0023a86be082c92ff6f))

* docs: made editorial changes to manuscript ([`856c8a9`](https://github.com/computational-psychology/stimupy/commit/856c8a9f9441381c567dba67d82d70215ea6621c))

Feature

* feat(sbcs): `sbcs.generalized_two_sided()` ([`dbfbab1`](https://github.com/computational-psychology/stimupy/commit/dbfbab154a5dd875a5e5633835643c4fbec993b3))

* feat(sbcs.gen): enable rotation in generlized SBC

Closes 39 ([`bfe946b`](https://github.com/computational-psychology/stimupy/commit/bfe946bf516517d5a3a8fe9489a37ed12fe82c2e))

* feat(sbcs): `_two_sided` versions of all `sbcs.` ([`7bac6a1`](https://github.com/computational-psychology/stimupy/commit/7bac6a1ed0129a39e451d89656932d9e152ef5c0))

* feat(sbcs): `sbcs.circular`, `.square`

Pass-through wrappers based off `bullseyes.<>` ([`0ff0213`](https://github.com/computational-psychology/stimupy/commit/0ff0213ad4d5a162409ede6fccf9cf2ade02e047))

* feat(two-sided): utility wrapper-function to create two-sided stimuli ([`624bf50`](https://github.com/computational-psychology/stimupy/commit/624bf500c60fdb35e9cd30cd9a7b00f96e43462d))

* feat(stimuli): bullseyes.circular_generalized ([`8b9ad10`](https://github.com/computational-psychology/stimupy/commit/8b9ad109ea311b60efef7767f29a5731f0aa4d41))

* feat(stimuli): rings.circular_generalized ([`7e0cf7c`](https://github.com/computational-psychology/stimupy/commit/7e0cf7c321a81827e826760bb2f17a75963abc8f))

* feat: components.texts ([`88d5ffc`](https://github.com/computational-psychology/stimupy/commit/88d5ffc58762f562285e001db784f45af7a23668))

Fix

* fix(disk): mask is now properly aligned

Fix by basing `disk` on `rings` rather than on `ring` ([`911cbd6`](https://github.com/computational-psychology/stimupy/commit/911cbd6c679840850a6c7910463c297555bcf0df))

* fix: rename `_mask`s

Add a distance-specific mask (`bar_`, `ring_`, `frame_`, `segment_`). These are similarly named in the &34;generalized&34; versions of these stimuli (`frames`, `rings`, etc.).
This is just a reference to `grating_mask`, so that will remain consistent between all `wave`-like stimuli.

Closes 102 ([`2cc9222`](https://github.com/computational-psychology/stimupy/commit/2cc9222231be9b9519e99dd0773eb521af65aa39))

* fix(bullseyes): update bullseye target specification

Now that indexing is 1-based. ([`92c9e1b`](https://github.com/computational-psychology/stimupy/commit/92c9e1bff2fd92771db0ea025c3cc26d8ddd733f))

* fix(pad_dict): should also update ppd, visual_size, if it can ([`dab5bf5`](https://github.com/computational-psychology/stimupy/commit/dab5bf5e93dc2ed6133b79e4ef69a50b4e43b5c5))

* fix(RHS2007): correct targets in Todorovic&39; Benary 1_2, 3_4

Closes 90

1_2_3_4() was already correct.
Others now use that one as base ([`520c659`](https://github.com/computational-psychology/stimupy/commit/520c6590c3239cc6a45f4423cf8f2b39fd8fe7e3))

Refactor

* refactor(papers): use `sbcs.<>_two_sided()` in papers

`domijan2015.simultaneous_brightness_contrast()`
`RHS2007.sbc_small()`
`RHS2007.sbc_large()` ([`3ee13ed`](https://github.com/computational-psychology/stimupy/commit/3ee13edeb2258e1384a8d8763792c519d6fb0d6b))

* refactor(radials): more integrated drawing ([`afcdc3e`](https://github.com/computational-psychology/stimupy/commit/afcdc3e731dc6af32e293c655f3fd9479d3aeb96))

* refactor(gratings,papers): update intensities order ([`1ab048a`](https://github.com/computational-psychology/stimupy/commit/1ab048a4a4fc78d927041f4169f1154259709bb5))

* refactor: unify `intensity_` arguments

1.0

Closes 80 ([`a00295f`](https://github.com/computational-psychology/stimupy/commit/a00295f5cf9fc54cbea892b6674c1e682114b809))

* refactor(waves): pass intensities through

Addresses 80 ([`44d7f79`](https://github.com/computational-psychology/stimupy/commit/44d7f79be71d146f35cde145b080bd918b41c594))

* refactor(modelfest): more explicit conversions ([`be4b53d`](https://github.com/computational-psychology/stimupy/commit/be4b53df2f59d2acba3cd9e95245f6408b3b7fb5))

* refactor(stimuli): use two-sided utility wrapper ([`8ac1717`](https://github.com/computational-psychology/stimupy/commit/8ac1717b791a5d7f46b29c5913f8dd96cbfc6881))

* refactor(papers): update to use 1-based indexing of elements in Whites ([`e1c3101`](https://github.com/computational-psychology/stimupy/commit/e1c310172af615ca663bf343b1d7f6a15f4f11e2))

* refactor(papers): update to use 1-based indexing of elements ([`bd90b8e`](https://github.com/computational-psychology/stimupy/commit/bd90b8e0968381855c4dc889adbe5d7d4e4c078f))

* refactor(whites): use `mask_targets()` ([`1e04f07`](https://github.com/computational-psychology/stimupy/commit/1e04f0756212ecc718bb93942006bcdf69e81ff2))

* refactor(waves): integrate `place_targets()` ([`daf6acd`](https://github.com/computational-psychology/stimupy/commit/daf6acd63b7b1cb80d38f24932d7c63d7934c533))

* refactor: target_indices defaults to (), but can handle None

Closes 97 98 ([`9e8d136`](https://github.com/computational-psychology/stimupy/commit/9e8d13622ad616b0df332a56688da91eccd5f0ea))

* refactor(rings): use `place_targets()` in `rings_generalized()` ([`2da1b65`](https://github.com/computational-psychology/stimupy/commit/2da1b6538ddcd711d3be726e1aabf3a3b893f6c5))

* refactor(pinwheels): integrate `mask_targets()` ([`c748706`](https://github.com/computational-psychology/stimupy/commit/c748706e2d5d1a2a7c64400dbf2ba138c2a2da85))

* refactor(stimuli): `place_targets()`

actually places targets in stimulus-dict ([`fff6f14`](https://github.com/computational-psychology/stimupy/commit/fff6f14d97ae26c063bbb3720ec65b5905529a22))

* refactor(stimuli): `mask_targets()`

to standardize logic of indicating elements of gratings etc. as targets, which is a big par of the `stimuli`
Also allows for negative element indices, counting backwards from the highest element index

Closes 12 ([`9232891`](https://github.com/computational-psychology/stimupy/commit/92328911e6240d5ba7916be6e918d4311705e5c4))

* refactor(export): guard clauses, pathlib ([`e59fc51`](https://github.com/computational-psychology/stimupy/commit/e59fc51c49d1f1db0b3627d02d4c67d3c89c5ac0))

Style

* style: autoformat pyproject.toml ([`b153d5e`](https://github.com/computational-psychology/stimupy/commit/b153d5e5cb8d5a0a04481e0ff0e0829b143f2bdf))

* style: autoformat ([`962a332`](https://github.com/computational-psychology/stimupy/commit/962a332f598922f13012207798f2c189ebc9d5b6))

Test

* test: update ground truth

single pixel changes in RHS2007_WE_radial_* ([`f4e4d48`](https://github.com/computational-psychology/stimupy/commit/f4e4d480b562318ef25f824caa2cc4b251dcc875))

* test(modelfest): update `Disk40()`and its groundtruth

Slightly decrease radius. This is actually results in an image that is exactly identical as the original published `disk40.tif` image (unlike previous ground truth, which was 4pix off) ([`30c9738`](https://github.com/computational-psychology/stimupy/commit/30c9738d1f7305d30b02840ba5233478ecac92e7))

* test(modelfest): isolate code to test correspondence to original images ([`4c44c88`](https://github.com/computational-psychology/stimupy/commit/4c44c881319d9611008ca3b2d508465877e657fd))

* test: extract function for image comparison ([`813e3a2`](https://github.com/computational-psychology/stimupy/commit/813e3a24b478a8999e0cf1ce211cf086bab4126f))

* test: fix gen_ground_truth ([`5ad8cb3`](https://github.com/computational-psychology/stimupy/commit/5ad8cb31cb31eacbc7a8e2e1c176f7d9d6b9160f))

Unknown

* Merge pull request 114 from computational-psychology/build_psr

Build: update python-semantic-release configuration ([`e281e9a`](https://github.com/computational-psychology/stimupy/commit/e281e9a2d0a00f836e302577f5e258c996d6e25e))

* Merge pull request 108 from computational-psychology/dev

New features, refactoring, and fixes ([`3788170`](https://github.com/computational-psychology/stimupy/commit/37881707d5e38069a951d092012d249f9952cab7))

* Merge pull request 107 from computational-psychology/feat_sbcs_circular

Add more `sbcs.`.
`sbcs.square()` and `sbcs.circular()`, parameterized using `target_radius` and `surround_radius`, based on `bullseyes.square()` and `.circular()`.
Adds some `_two_sided()` versions as well, which are now used in some `papers`.
Also enable `rotation` arg in `sbcs.generalized()`. ([`d1510e9`](https://github.com/computational-psychology/stimupy/commit/d1510e9b45f629b8c4fa9fc64a8512016dd83780))

* docs(demos):`sbcs.circular`, `.square` demos ([`81b5528`](https://github.com/computational-psychology/stimupy/commit/81b552898c664522e0f6a28840822d12a17351ac))

* Merge pull request 106 from computational-psychology/refactor_two_sided

Easier `_two_sided`-stimuli functions ([`7ba0bee`](https://github.com/computational-psychology/stimupy/commit/7ba0beeb618b82a3c9963dd1dc3cd308bd98f753))

* Merge branch &39;dev&39; into refactor_two_sided ([`db94838`](https://github.com/computational-psychology/stimupy/commit/db9483882c7265236045fd3a9e81fa0dec1ad788))

* Merge pull request 103 from computational-psychology/refactor_intensities

Unify `intensity_`arguments ([`4ff38d5`](https://github.com/computational-psychology/stimupy/commit/4ff38d5d26632959e231ef6fce445fc0d14ea5c4))

* Merge pull request 104 from computational-psychology/test_modelfest

Refactor ModelFest comparison to original images ([`4218dc3`](https://github.com/computational-psychology/stimupy/commit/4218dc3d41104fe40c0a69005b32141368d9b4e5))

* Merge pull request 101 from computational-psychology/refactor_targets

Refactor target placement in various stimuli.

Add `mask_targets()` and `place_targets()` general-purpose functions which can be used to designate target &34;elements&34; (bars, rings, frames, etc.) from an existing `_mask`.

Integrate new functions into `waves`, `pinwheels`, `rings` and `whites`

Add `rings.circular_generalized()` and `bullseye.circular_generalized()` using new functions

This single-implementation of target placement has the advantage that it all works the same: first element is 1, target_indices can be negative (counting &34;backwards&34; from the last bar/ring/etc.). ([`885ec6c`](https://github.com/computational-psychology/stimupy/commit/885ec6c59af9fc1fcf9cf92333581e433746574f))

* Merge pull request 100 from computational-psychology/build_refresh

build: update versioning to use python-semantic-releasev8.0 ([`16a3496`](https://github.com/computational-psychology/stimupy/commit/16a34966c5c1de624319943ca17b5f205ac9b4dc))

* Merge pull request 96 from computational-psychology/fix_twosided_params

fix: two-sided params for `_two_sided`-stimuli ([`1188af5`](https://github.com/computational-psychology/stimupy/commit/1188af55f2476e516b7d675a2e07b16ee780fdce))

* Merge pull request 95 from computational-psychology/feat_text

feat: text ([`e0effc0`](https://github.com/computational-psychology/stimupy/commit/e0effc0135651af09d5b010d1ececd038bc74b73))

* Merge pull request 94 from computational-psychology/fix_RHS2007_TodorovicBenary

fix(RHS2007): correct targets in `todorovic_benary_1_2()`, `3_4()` ([`00af7d2`](https://github.com/computational-psychology/stimupy/commit/00af7d2494b230b4cd57db46e4d936a907773b2a))

* use default ImageFont ([`bc56a41`](https://github.com/computational-psychology/stimupy/commit/bc56a41be7b378d13b6dfce9860c2763de7cbd9a))

* Todorovics ([`a010d4a`](https://github.com/computational-psychology/stimupy/commit/a010d4aa5a3755a9e48132bdf0aa54f48996f983))

* SBCs

Closes 92 ([`5569a12`](https://github.com/computational-psychology/stimupy/commit/5569a1261314af892d2600bf8e9b741d361319bd))

* Rings & Bullseyes ([`23fc041`](https://github.com/computational-psychology/stimupy/commit/23fc04142d72f4bea8fd5856dedbeaf341046ce7))

* Mueller-Lyer ([`6b01cce`](https://github.com/computational-psychology/stimupy/commit/6b01cce10442a756c9d0034b386c8c27c0f01352))

* DelBoueufs ([`587aed5`](https://github.com/computational-psychology/stimupy/commit/587aed5d7b85ffa986fe89b245ad9f77bf08383e))

* Update tests ([`fbd1dc4`](https://github.com/computational-psychology/stimupy/commit/fbd1dc470f6e61d09d868d7b8ee68143c0d8fe36))

* Merge pull request 91 from computational-psychology/dev_citation

docs: added citation to readme and docs ([`316ded8`](https://github.com/computational-psychology/stimupy/commit/316ded807c782fbf1eab404ca0490d3a62b03f1e))

* Merge pull request 89 from computational-psychology/dev_manuscript

docs: final touchup on manuscript ([`ca8bf43`](https://github.com/computational-psychology/stimupy/commit/ca8bf4350c39cae79c66285c4243863fc5c1055f))

* Merge pull request 88 from computational-psychology/dev_manuscript

docs: final touch-up on manuscript ([`f756c54`](https://github.com/computational-psychology/stimupy/commit/f756c540fba885ffaa27cd92fde96e601193c004))

* Merge pull request 87 from computational-psychology/dev_manuscript

Final editorial (& title) changes to manuscript ([`b4bb148`](https://github.com/computational-psychology/stimupy/commit/b4bb1484ab26b6689bacc40d6e60fd01eb2d1cec))

1.0.0

Enable automated release, bump to v1.0.0.
Also update installation instructions. ([`0bad0bd`](https://github.com/computational-psychology/stimupy/commit/0bad0bdfa0892ed4bd714cecbdae9e434e41dd66))

* fix (whites): if no index is provided, does not require target_heights anymore ([`6bd55ae`](https://github.com/computational-psychology/stimupy/commit/6bd55ae9c3c4eaa7c8fa1b7fbf08c8452e09f7c7))

0.101.1

Build

* build: fix regex for release GHA ([`fc19d2a`](https://github.com/computational-psychology/stimupy/commit/fc19d2a0b9363a72198e4f74df72e3284df68149))

Documentation

* docs(manuscript): add comparison to OCTA ([`551f80d`](https://github.com/computational-psychology/stimupy/commit/551f80d8bde4aa217d7a52a8c1e07cbe9adaef08))

* docs: added missing arg-information to logo-function ([`73e5a27`](https://github.com/computational-psychology/stimupy/commit/73e5a2750d96772fe47add14a97a3a2803f25c07))

* docs: minor fix landing page ([`fc8deb4`](https://github.com/computational-psychology/stimupy/commit/fc8deb4dee9c1fc09c7495691feb49beb38225f0))

* docs: add logo ([`1fce581`](https://github.com/computational-psychology/stimupy/commit/1fce58114fe5888f0c3381b16e49f771684e49b7))

Fix

* fix: added relevant error message in todorovic ([`0cb7f88`](https://github.com/computational-psychology/stimupy/commit/0cb7f88a75d78e5ae8d94df3c7363c899b0baaa6))

* fix: aligned functions args and output_dictionary keys for stimuli-gratings ([`fba7785`](https://github.com/computational-psychology/stimupy/commit/fba77855e4bcea8a6f766c2198e4f4e06ad5b39d))

* fix: aligned function args and output_dict keys ([`6981318`](https://github.com/computational-psychology/stimupy/commit/6981318e76f1d9bb594aa94a50b07f4639efe804))

Style

* style: autoformatting ([`2025e36`](https://github.com/computational-psychology/stimupy/commit/2025e363b06d7ff5d89bafa57ecd10b345f0136b))

Unknown

* v0.101.1

Automatically generated by python-semantic-release ([`862a64f`](https://github.com/computational-psychology/stimupy/commit/862a64f59b64d4cd2f2cfc717e61f94e5e7f8a9e))

* Merge pull request 84 from computational-psychology/dev_docs

Quality improvements ([`69e0c47`](https://github.com/computational-psychology/stimupy/commit/69e0c479f413cb74b1727e02ad2740ca30fee40a))

* Merge pull request 83 from computational-psychology/dev_docs

docs: very minor fixes ([`e054d55`](https://github.com/computational-psychology/stimupy/commit/e054d55d0d6c2ba045b27a62a46454b2c65e02b3))

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.