Frontend
- The new profile page has now been released and shows by default when you go to the codalab home page. Feedback welcome! (3376)
- fix the bug of rerun bundle inserting to wrong position (3399)
- Fix Latex rendering bug (3390)
- Fix inconsistency update bug for the partial update mechanism (3398)
Backend
- Bump bottle from 0.12.18 to 0.12.19 (3388)
- Run cl run --interactive as a non-root user (3393)
- Enable freezing and unfreezing bundles (3318, 3411)
- Store tracebacks in bundle metadata and send them to sentry (3257)
- Enforce disk quota on bundle uploads (3379, 3409)
- Use shallow clones for git, for speed (3413)
Dev / docs
- Docs: clarify that you can run different tests using test_runner.py (3386)
- Add Quickstart Example Documentation (3279)