Releases: kolenaIO/autoarena
0.1.0b11
539c485 Add process-level parallelism to uvicorn.run
(#103)
a3b7745 Attribute human votes to the user who provided them (#101)
470f368 Treat empty prompts and responses as empty strings (#100)
ae9adbf Enable WAL journal_mode
with better write serialization (#99)
1d94f2a Improve onboarding flow (#98)
6889f69 Clean up copy (#97)
d330860 Handle time zones in timestamps retrieved from SQLite (#96)
ff02a81 Improve typing for UI propOverrides
(#95)
c4ea567 Add system to override UI props via AppConfig (#94)
b3e465b Use SQLite instead of DuckDB for project files (#91)
b4b0d3a Off-happy-path usability improvements (#93)
50b1fa0 Usability improvements (#92)
c0fcee8 Add styled error boundary (#90)
d32608e Allow entering any model name for a judge (w/ recommendations) (#89)
96ea032 Add new gemini-1.5-{flash,pro}-002 variant (#87)
dc945c2 Add context-managed KeyManager and default to using environment variables (#86)
dfd4a55 Refactor UI to import and extend as a package (#85)
ffbd300 Manage data directory as ContextVar instead of global (#84)
a8b3706 Download CSVs with auth headers when present (#83)
bd8eec9 Use RQ to control SSE stream retries (#82)
d01796d Add bearer token to API fetches in cloud mode (#75)
e4df714 Add API to download judge votes (#53)
9e54ae3 Fix bug with judge updates potentially saving wrong vote (#81)
e09472e Refetch projects when opening selector (#80)
bf669f5 Replace internal <Anchor>
elements with <Link>
for client-side routing (#79)
2b10a5d Show only first and last N log messages in tasks drawer by default (#78)
f0f8f0c Render release CHANGELOG.txt relative to previous tag (#77)
0.1.0b10
Handle empty input to fixing_wrapper (#76)
0.1.0b9
Small UI improvements (#68) * Add blurb about OPENAI_BASE_URL to creation modal * Dedent * Remove invalid inherit prop * Add menu to main icon with links to GitHub, Issues, Slack * Set default popover shadow * Empty state for tasks drawer * Rename test file to test_wrapper
0.1.0b8
Drop empty prompts/responses during model upload (#59) * Drop empty prompts/responses during model upload rather than letting it crash the entire upload * Add test verifying drop of empty values
0.1.0b7
Cancel in-progress CI tasks on a new PR commit (#51) * Add config to cancel in-progress CI tasks on a new commit * Make a change for testing * Revert change for testing
0.1.0b6
Improve README (#41) * Add some badges, won't look right until the repo is open * Add project classifiers to pyproject.toml * Flesh out some pyproject.toml fields * Update badge * Continue noodling on README * Add photo of app interface * Tweak some working * Link to video from cover photo * Update actions status badge * Add codecov badge
0.1.0b5
README improvements (#35) * README improvements * README updates * README updates
0.1.0b4
Specify Python version in release CI (#32)
0.1.0b3
Move DEFAULT_BATCH_SIZE to utils (#16)
0.1.0b1
Add release CI (#8) * Add release CI * Run on dev branch to test * Setup frontend in CI * Add step to free up disk space * Run yarn lock in ui directory * Remove release on branch