Highlights
* New logo
* Native binaries available for macOS, Linux, and Windows
* Installable via `pip` on macOS, Linux, and Windows
* Improved search query syntax in modern UI: string comparison and regex support
* Ability to delete runs and experiments in modern UI
* Increase amount of metrics that can be logged in batch
* Improved compatiblity with existing MLFlow databases
* Support for logging artifacts: local filesystem and S3-compatible storage
* Quick start examples in modern UI
* New `import` command to import the contents of a database into another
What's Changed
* Add stricter formatters by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/155
* Stricter handling of tag name in release workflow by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/157
* Various tooling improvements by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/160
* Add basic CORS support via --dev-mode hidden option by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/159
* Ability to delete experiments in Aim UI by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/134
* Add banner to README.md by naskio in https://github.com/G-Research/fasttrackml/pull/173
* Bump actions/upload-pages-artifact from 1 to 2 by dependabot in https://github.com/G-Research/fasttrackml/pull/174
* Bump github.com/gofiber/fiber/v2 from 2.47.0 to 2.48.0 by dependabot in https://github.com/G-Research/fasttrackml/pull/175
* Do not display metric/param names that only belong to archived runs by dsuhinin in https://github.com/G-Research/fasttrackml/pull/172
* Aim integration tests app by suprjinx in https://github.com/G-Research/fasttrackml/pull/153
* Fix integration tests with SQLite backend by dsuhinin in https://github.com/G-Research/fasttrackml/pull/177
* ci: build Go binaries and upload them to a release by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/179
* Bump github.com/apache/arrow from v11.0.0 to v12.0.1 by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/176
* Fix "database is locked" issue with SQLite by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/189
* Aim UI: change Quickstart to use FastTrackML server + fix code block copy by dependabot in https://github.com/G-Research/fasttrackml/pull/193
* Bump gorm.io/plugin/dbresolver from 1.4.1 to 1.4.2 by dependabot in https://github.com/G-Research/fasttrackml/pull/192
* Fix issue with logging batch metrics by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/188
* Integration tests for Aim experiments API by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/185
* Add ability to use regular expressions in Aim search queries by dsuhinin in https://github.com/G-Research/fasttrackml/pull/171
* More integration tests for `mlflow` api. by dsuhinin in https://github.com/G-Research/fasttrackml/pull/212
* Increase integration tests coverage for MLFlow by dsuhinin in https://github.com/G-Research/fasttrackml/pull/190
* Fix database migrations that recreate table twice and delete run data on SQLite by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/211
* Implement `IN` and `NOT IN` string comparison function in Aim query by dsuhinin in https://github.com/G-Research/fasttrackml/pull/215
* Improve linter configuration by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/218
* Add basic artifact support - S3 backend by dsuhinin in https://github.com/G-Research/fasttrackml/pull/150
* Bump github.com/hashicorp/golang-lru/v2 from 2.0.4 to 2.0.5 by dependabot in https://github.com/G-Research/fasttrackml/pull/221
* Aim integration tests dashboard by galadd in https://github.com/G-Research/fasttrackml/pull/184
* Bump github.com/aws/aws-sdk-go-v2 from 1.18.1 to 1.20.1 by dependabot in https://github.com/G-Research/fasttrackml/pull/229
* Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.33 by dependabot in https://github.com/G-Research/fasttrackml/pull/230
* Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.36.0 to 1.38.2 by dependabot in https://github.com/G-Research/fasttrackml/pull/231
* Fix "All required checks done" CI job to never be skipped by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/237
* Add support for basic artifact logging - local storage by dsuhinin in https://github.com/G-Research/fasttrackml/pull/232
* Create "All required checks succeeded" check run when "All required checks done" CI job is actually successful by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/241
* Bump gorm.io/plugin/dbresolver from 1.4.2 to 1.4.5 by dependabot in https://github.com/G-Research/fasttrackml/pull/242
* Bump gorm.io/gorm from 1.25.2 to 1.25.3 by dependabot in https://github.com/G-Research/fasttrackml/pull/234
* Change pagination logic for /artifacts/list endpoint by dsuhinin in https://github.com/G-Research/fasttrackml/pull/243
* Aim integration tests for runs endpoints by suprjinx in https://github.com/G-Research/fasttrackml/pull/187
* Python wheels by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/214
* Upgrade Go from 1.20 to 1.21 by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/248
* Python formatting and linting by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/249
* Python wheels fixes by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/251
* Bump github.com/G-Research/fasttrackml-ui-mlflow from 0.20301.1 to 0.20301.4 by dependabot in https://github.com/G-Research/fasttrackml/pull/253
* Test both dbs in the integration-tests container by suprjinx in https://github.com/G-Research/fasttrackml/pull/254
* Copy the contents of one db instance to another by suprjinx in https://github.com/G-Research/fasttrackml/pull/200
* Delete first run in AimUI by galadd in https://github.com/G-Research/fasttrackml/pull/195
* Db conn refactor by suprjinx in https://github.com/G-Research/fasttrackml/pull/250
* Update website title by naskio in https://github.com/G-Research/fasttrackml/pull/261
* Add new logo and favicon to the chooser UI by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/276
* Update `go.mod` to allow Dependabot to parse our Go dependencies by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/277
* Bump github.com/G-Research/fasttrackml-ui-aim from 0.31602.7 to 0.31602.10 by dependabot in https://github.com/G-Research/fasttrackml/pull/278
* developer.md and compose file changes for doing UI work by suprjinx in https://github.com/G-Research/fasttrackml/pull/271
* Bump github.com/hashicorp/golang-lru/v2 from 2.0.5 to 2.0.6 by dependabot in https://github.com/G-Research/fasttrackml/pull/281
* Installation script by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/258
* Bump gorm.io/plugin/dbresolver from 1.4.5 to 1.4.7 by dependabot in https://github.com/G-Research/fasttrackml/pull/264
* Bump github.com/aws/aws-sdk-go-v2 from 1.20.1 to 1.21.0 by dependabot in https://github.com/G-Research/fasttrackml/pull/269
* Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.18.37 by dependabot in https://github.com/G-Research/fasttrackml/pull/279
* Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.2 to 1.38.5 by dependabot in https://github.com/G-Research/fasttrackml/pull/268
* Fix quickstart guide by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/298
* Customize quickstart panel in Aim UI by dependabot in https://github.com/G-Research/fasttrackml/pull/300
* Add database migrations support for MLFlow 2.3.0 to 2.6.0 by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/303
* Fix database migrations to be fully compatible with MLFlow on Postgres by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/308
* Improve logic for validating whether metrics are selected in the metrics explorer by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/309
* Improve Python wheel metadata by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/311
New Contributors
* galadd made their first contribution in https://github.com/G-Research/fasttrackml/pull/184
**Full Changelog**: https://github.com/G-Research/fasttrackml/compare/v0.2.0...v0.3.0