From 3d894158c6a13eae25ce56c7956bd1006deb06d7 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 10 Apr 2023 13:27:51 +0000 Subject: [PATCH] v0.100.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- stimupy/__init__.py | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f2dd30c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + + + +## v0.100.0 (2023-04-10) +### Feature +* **rectilinear:** Add rotation to rectilinear stimuli ([`0670d6b`](https://github.com/computational-psychology/stimupy/commit/0670d6b07b201fd0f4c0c3f8d4af6480351d2f09)) + +### Documentation +* Outline dependencies for demos in installation instructions ([`f6a3d98`](https://github.com/computational-psychology/stimupy/commit/f6a3d981d9e43c5567dd6237230819fc60b60403)) +* **topic guides:** Hide guides that are under construction ([`8a1146f`](https://github.com/computational-psychology/stimupy/commit/8a1146fb7968227b9add217fa0b54b2e63ccfd3c)) +* Cleanup installation instructions ([`3d49f53`](https://github.com/computational-psychology/stimupy/commit/3d49f53d7fbcb8018ce5811f1a0ab67bae75c132)) +* Update references in replication tutorial ([`2325ce3`](https://github.com/computational-psychology/stimupy/commit/2325ce37b86e8641379ba4e8412ca45251de3033)) +* **tutorial:** More structured overview of `stimuli` ([`722a977`](https://github.com/computational-psychology/stimupy/commit/722a97799997d091f3445c7e7b8a71446a7bfb45)) +* Better referencing, using hoverxref ([`5a41f0f`](https://github.com/computational-psychology/stimupy/commit/5a41f0f7e24aab0349f97faca5fed3c925997adc)) +* **tutorial:** More detail on composition, masks ([`9be4db0`](https://github.com/computational-psychology/stimupy/commit/9be4db035c37c921aefc846c89e286ad8fba56cc)) +* **tutorial:** Clean up imports ([`11053b3`](https://github.com/computational-psychology/stimupy/commit/11053b373cf98567a4a786a34d4db464efb57759)) +* **tutorial:** Fix a reference ([`506274e`](https://github.com/computational-psychology/stimupy/commit/506274ef9002cb217f466e60de45f4a7eb6d9bd1)) +* **topics:** Add page on how stimupy is organized ([`0cd3934`](https://github.com/computational-psychology/stimupy/commit/0cd39345f0647648ca37e629fad568cd124c867e)) +* **tutorial:** Move tutorial to separate TOC entry ([`cd3af04`](https://github.com/computational-psychology/stimupy/commit/cd3af04c78c25eef6f0ff4e3243365ee6620da1d)) +* **tutorial:** More verbose tutorial component ([`31c4ae6`](https://github.com/computational-psychology/stimupy/commit/31c4ae69223ba8c507155010ed509c462c4b80b1)) +* **tutorial:** Move composition to separate tutorial page ([`939082a`](https://github.com/computational-psychology/stimupy/commit/939082a5a69f6ccdc087d1e7c5ebb1ae530128c4)) +* **landing page:** Use description from README, more detailed cards ([`530dbc0`](https://github.com/computational-psychology/stimupy/commit/530dbc0d2997d4e94ae9a23f6457c05a669099c6)) +* README streamlined, in line with manuscript ([`ad8445d`](https://github.com/computational-psychology/stimupy/commit/ad8445d55955044e57ab494ddbbf5889d7b70653)) +* Detail on dev installation instructions ([`506ebf6`](https://github.com/computational-psychology/stimupy/commit/506ebf6ba60e2afc7c2e76434a03ac766bf48cff)) +* More detailed contributing instructions ([`97dfa31`](https://github.com/computational-psychology/stimupy/commit/97dfa313f979fd24fc762cb485ec58f6ac293082)) +* Get in touch (in addition to contribute) ([`c42cccc`](https://github.com/computational-psychology/stimupy/commit/c42ccccbfa162f4231a18a274a2715476f631716)) +* **rectilinear:** Demo rotation of rectilinear stimuli ([`2bd7b98`](https://github.com/computational-psychology/stimupy/commit/2bd7b9861373b0680884c383c03c7ec00e37cc4a)) +* Consistent docstrings & defaults for `rotation` arguments ([`b441a34`](https://github.com/computational-psychology/stimupy/commit/b441a3437c0b7127b060fc36cbed43d03c90cba4)) +* Docstring for `combine_masks` ([`c1aa531`](https://github.com/computational-psychology/stimupy/commit/c1aa5314536aef4bb974c7265f201c46875a69bf)) +* Docstring for `draw_regions` ([`2d2cad2`](https://github.com/computational-psychology/stimupy/commit/2d2cad2b5da102b127f40f21f82355ed5f9dee36)) +* Docstring for `mask_regions` ([`725eaf0`](https://github.com/computational-psychology/stimupy/commit/725eaf0863a9c72b61d49d7a8f4db2bb74d7181b)) diff --git a/pyproject.toml b/pyproject.toml index 51524e4..241c494 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ maintainers = [ {name = "Lynn Schmittwilken", email = "l.schmittwilken@tu-berlin.de"}, {name = "Joris Vincent", email = "j.vincent@tu-berlin.de"}, ] -version = "0.99.1" +version = "0.100.0" requires-python = ">=3.6" dependencies = [ diff --git a/stimupy/__init__.py b/stimupy/__init__.py index bf53ae5..a6757e5 100644 --- a/stimupy/__init__.py +++ b/stimupy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.99.1" +__version__ = "0.100.0" from stimupy import components, noises, stimuli, utils from stimupy.stimuli import *