Recent Releases of lart-research-assistant
lart-research-assistant - Pre-release 0.5.3a
This is a first pre-release for 0.5.3, with LSBQe options for code-switching and read/write questions enabled, as well as a new mostly-complete Putonghua localisation of the LSBQe. Not suitable for production use.
What's Changed
- Memory task documentation by @cwyc8 in https://github.com/lart-bangor/research-assistant/pull/52
- Putonghua translation of LSBQe by @cwyc8 in https://github.com/lart-bangor/research-assistant/pull/53
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/68
- Bump pillow from 10.0.1 to 10.2.0 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/69
- Bump cryptography from 41.0.6 to 42.0.4 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/72
- Bump black from 23.3.0 to 24.3.0 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/73
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/74
New Contributors
- @cwyc8 made their first contribution in https://github.com/lart-bangor/research-assistant/pull/52
Full Changelog: https://github.com/lart-bangor/research-assistant/compare/v0.5.2...v0.5.3a
- HTML
Published by thatfloflo almost 2 years ago
lart-research-assistant - Version 0.5.2
Minor update with Lombard--Italian consent form for ERP/GNAT experiment and updated dependencies.
What's Changed
- New LmoIta_Ita consent form for ERP/GNAT
- Bump pillow from 9.5.0 to 10.0.1 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/63
- Bump urllib3 from 2.0.5 to 2.0.7 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/64
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/66
- Bump pyinstaller from 5.9.0 to 5.13.1 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/67
Full Changelog: https://github.com/lart-bangor/research-assistant/compare/v0.5.1...v0.5.2
- HTML
Published by thatfloflo about 2 years ago
lart-research-assistant - Version 0.5.1
This is only a minor maintenance release, which updates some dependencies an adds new consent forms for ERP/GNAT for CymEng and GerLtz.
What's Changed
- Bump requests from 2.28.2 to 2.31.0 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/50
- Bump cryptography from 40.0.2 to 41.0.0 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/51
- Bump cryptography from 41.0.0 to 41.0.2 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/54
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/56
- Bump cryptography from 41.0.2 to 41.0.3 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/58
- Bump cryptography from 41.0.3 to 41.0.4 by @dependabot in https://github.com/lart-bangor/research-assistant/pull/61
New Contributors
- @dependabot made their first contribution in https://github.com/lart-bangor/research-assistant/pull/50
Full Changelog: https://github.com/lart-bangor/research-assistant/compare/v0.5.0...v0.5.1
- HTML
Published by thatfloflo about 2 years ago
lart-research-assistant - v0.5.0
What's Changed
- Improve cross-system/version compatibility by @thatfloflo in https://github.com/lart-bangor/research-assistant/pull/44
- Rebranding to L'ART Research Assistant by @thatfloflo in https://github.com/lart-bangor/research-assistant/pull/46
Full Changelog: https://github.com/lart-bangor/research-assistant/compare/v0.4.2...v0.5.0
- HTML
Published by thatfloflo almost 3 years ago
lart-research-assistant - v0.4.2 - Minor improvements
What's Changed
- Minor fixes to task translations (includes issue #35)
- Fixed ordering issue with an adjective for Italian-Lombard AToL task version (issue #36)
- Added more consent forms
- Improved documentation
Full Changelog: https://github.com/lart-bangor/research-client/compare/v0.4.1...v0.4.2
- HTML
Published by thatfloflo almost 3 years ago
lart-research-assistant - v0.4.1 - Documentation and content enhancements
What's Changed
- Enhancements for Moselle-Franconian -- German AGT and LSBQe (new consents, add Luxembourgish for language selection)
- Incorporated help link in burger menu by @dakrismeno in https://github.com/lart-bangor/research-client/pull/40
- Updated generic versions and amended User guide accordingly by @dakrismeno in https://github.com/lart-bangor/research-client/pull/41
- Updated docs to reflect title and info in App Pres Doc by @dakrismeno in https://github.com/lart-bangor/research-client/pull/43
Full Changelog: https://github.com/lart-bangor/research-client/compare/v0.4.0...v0.4.1
- HTML
Published by thatfloflo almost 3 years ago
lart-research-assistant - v0.4.0 - New features and improved cross-platform support
This release incorporates some new features and improves significantly on the cross-platform support.
What's Changed
Among the new features is an overall conclusion screen, so that each task now ends with a more inconspicuous message telling the participant to click 'continue' when they are ready for the next task, while the last task in a chain of tasks can then be followed by an overall completion screen giving better closure to the participant.
The compatibility of the app with Linux and MacOS has been improved, avoiding unsightly errors which previously occurred when closing the app. In addition, the app can now be run inside the Windows Subsystem for Linux (Version 2) with the WSLg graphics link (just install chrome, chromium or edge, then install the app, and run it with the brand-new command line argument --disable-gpu).
The app is now also available as a regular, pip-installable Python package from PyPI. You can install and run it as simply as
pip install research-client
research-client
This should work on Windows, Linux, and MacOS -- provided you have Python and the Python Scripts directories on your PATH 😉
More importantly of course, this means you can import and use the app and its data models from inside your own python scripts!
Full Changelog: https://github.com/lart-bangor/research-client/compare/v0.3.6...v0.4.0
- HTML
Published by thatfloflo almost 3 years ago
lart-research-assistant - v0.3.6 - New Moselle-Franconian AGT
This release implements various improvements and fixes to the app, such as more consistent UI behaviour (e.g. sequencing), more extensive settings, increased fault tolerance, a new overall conclusion screen and the inclusion of a new German/Moselle-Franconian version of the AGT localised for Belgium.
Full Changelog: https://github.com/lart-bangor/research-client/compare/v0.3.4...v0.3.6
- HTML
Published by thatfloflo almost 3 years ago
lart-research-assistant - v0.3.4 - Lombard-Italian MGT integration
This release incorporates some bug fixes to the translation system for the MGT and adds a Lombard-Italian version of the MGT.
Full Changelog: https://github.com/lart-bangor/lart-research-client/compare/v0.3.3...v0.3.4
- HTML
Published by thatfloflo about 3 years ago
lart-research-assistant - v0.3.3 - Fixes and improvement on the second preview release
This release incorporates some bug fixes on the second preview release which prevented translations/different versions of the MGT from working correctly.
The release further addresses an issue where location fields in UI forms were inconsistent as to which characters were accepted, these now all accept alphanumeric characters as well as spaces, apostrophes, hyphens, full stops and parentheses to allow place names such as "St. Vith", "Freiburg (Breisgau)", "Stoke-on-Trent", and "John o' Groats".
Full Changelog: https://github.com/lart-bangor/lart-research-client/compare/v0.3.2...v0.3.3
- HTML
Published by thatfloflo about 3 years ago
lart-research-assistant - v0.3.2 - Second preview release
This release incorporates translations for the AToL-C, LSBQe, and Memory Game for Moselle-Franconian in Belgium, updated consent forms, and some minor fixes to other material.
Full Changelog: https://github.com/lart-bangor/lart-research-client/compare/v0.3.1...v0.3.2
- HTML
Published by thatfloflo over 3 years ago