Dallinger
Dallinger copied to clipboard
Laboratory automation for the behavioral and social sciences; human culture on a chip.
This PR updates [faker](https://pypi.org/project/faker) from **23.3.0** to **24.4.0**. Changelog ### 24.4.0 ``` * Add address words for `cs_CZ`. Thanks george0st ``` ### 24.3.0 ``` * Add phone number formats to...
This PR updates [filelock](https://pypi.org/project/filelock) from **3.13.1** to **3.13.3**. Changelog ### 3.13.3 ``` <!-- Release notes generated using configuration in .github/release.yml at main --> What's Changed * Make singleton class instance...
This PR updates [pre-commit](https://pypi.org/project/pre-commit) from **3.6.2** to **3.7.0**. Changelog ### 3.7.0 ``` ================== Features - Use a tty for `docker` and `docker_image` hooks when `--color` is specified. - 3122 PR...
This PR updates [sqlalchemy](https://pypi.org/project/sqlalchemy) from **1.4.52** to **2.0.29**. Changelog ### 2.0.29 ``` :released: March 23, 2024 .. change:: :tags: bug, orm :tickets: 10611 Fixed Declarative issue where typing a relationship...
This PR updates [tablib](https://pypi.org/project/tablib) from **3.5.0** to **3.6.0**. Changelog ### 3.6.0 ``` Improvements - It's now possible to access a dataset row using its index without slicing (24). - The...
This PR updates [tox](https://pypi.org/project/tox) from **4.13.0** to **4.14.2**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/tox - Changelog: https://data.safetycli.com/changelogs/tox/
When deploying to Prolific, allow user to choose the workspace and the project to deploy to: 2pts
Currently when deploying an experiment to Prolific, Dallinger defaults to an arbitrary workspace and project, which is not ideal for collaborations where it's necessary to use a different workspace with...
In Docker deployment, worker processes can compete with web and clock processes for resources. This is dangerous, as a backlog of worker tasks can cause the web/clock processes to slow...
We are eager to have some kind of test of the Prolific API in the CI. We acknowledge this will be complicated because Prolific does not currently offer a sandbox...
* Remove redundant app name from Docker redis container name: Example: `cap-recruiter-demographics-redis_cap-recruiter-demographics-1 ` when it should be `cap-recruiter-demographics-redis-1 ` ``` 36845d48e688 registry.gitlab.com/computational-audition/experiment-images "dallinger_heroku_web" 6 days ago Up 2 days cap-recruiter-demographics-web-1...