v0.0.10
Highlights
- New columns in the import/export file formats:
experiment_notes
,subject_id
,session_id
, andscan_link
- Added a demo mode for our example production server which allows new users to test the system with a lower barrier to entry
- Various UI adjustments and fixes as requested by @kipohl
What's Changed
- Add experiment_notes column to import/export file formats by @annehaley in #446
- Fix mypy by @annehaley in #437
- Fix migrations by @zachmullen in #465
- Demo mode by @annehaley in #449
- Change demo_mode and normal_users_can_create_projects to booleanvalue settings by @annehaley in #476
- Attempted fix for OAuth logout bug by @zachmullen in #477
- Do not use nans when reading CSVs with pd by @dchiquito in #466
- Ansible code for worker deployment by @zachmullen in #481
- Cache lfs, pip deps, and node deps for CI by @annehaley in #468
- Fixes for new release 1 by @annehaley in #467
- Allow the client to be deployed with Cloudflare Pages by @brianhelba in #484
- Release fixes 2 by @annehaley in #478
New Contributors
- @brianhelba made their first contribution in #484
Full Changelog: v0.0.9...v0.0.10