Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

v0.1.0

Choose a tag to compare

@gcroci2 gcroci2 released this 01 May 14:01
· 30 commits to main since this release
1a7817a

What's Changed

  • feature: implement habituation stage 1 by @gcroci2 in #12
  • feature: implement a general Task class by @gcroci2 in #14
  • feature: add range functionality to iti and ntrials parameters of the Task class by @gcroci2 in #63
  • feature: add range functionality to fix_time in Task by @gcroci2 in #68
  • refactor: Task by @DaniBodor in #26
  • refactor: improve docstrings and namings of the Task class by @gcroci2 in #37
  • refactor: create new TaskSettings dataclass by @gcroci2 in #38
  • refactor: scaling the signals using minmax logic by @gcroci2 in #40
  • refactor: improve usage of attributes and methods in Task class by @gcroci2 in #49
  • refactor: add checks for input types in Task by @gcroci2 in #64
  • refactor: add warning message for max_sequential by @gcroci2 in #6
  • refactor: _build_trials_seq by @DaniBodor in #71
  • ci: improve repository infrastructure by @DaniBodor in #24
  • ci: update ruff by @DaniBodor in #42
  • ci: setup sonarcloud by @gcroci2 in #43
  • ci: configure readthedocs by @gcroci2 in #44
  • ci: improve .github/workflows files by @gcroci2 in #47
  • ci: add static typing action and improve workflows by @gcroci2 in #59
  • ci: add release.yml for releasing the package on PyPI by @gcroci2 in #76
  • ci: improve files naming, add builds for mac and win OSs, separate linting check by @gcroci2 in #80
  • docs: move docs to MkDocs by @gcroci2 in #50
  • docs: dev documentation enhancement by @gcroci2 in #56
  • docs: update readme and docs with minimum working package version by @gcroci2 in #75
  • docs: fix broken image on mkdocs by @gcroci2 in #79
  • docs: update README.dev.md by @gcroci2 in #82
  • tests: add tests for Task class by @gcroci2 in #34
  • tests: stack parametrized tests arguments by @gcroci2 in #73
  • style: activate inline testing in VS code by @DaniBodor in #48
  • setup: add optional dependencies for docs and classify them with comments by @gcroci2 in #57

New Contributors

Full Changelog: https://github.com/ANNUBS/annubes/commits/v0.1.0