Fasttrackml

Latest version: v0.6.0

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.3

**Full Changelog**: https://github.com/G-Research/fasttrackml/compare/v0.3.4...v0.3.5

0.3.0

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

0.2.0

What's Changed
* Refactor MLFlow API implementation by dsuhinin in https://github.com/G-Research/fasttrackml/pull/17
* MLFlow API implementation refactor continued by dsuhinin in https://github.com/G-Research/fasttrackml/pull/19
* Upgrade MLFlow UI to 2.3.1 by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/20
* Rename to FastTrackML by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/21
* improvements and code refactoring. by dsuhinin in https://github.com/G-Research/fasttrackml/pull/23
* integrate `integration` tests into build pipeline. by dsuhinin in https://github.com/G-Research/fasttrackml/pull/40
* Add some developer conveniences and doc by suprjinx in https://github.com/G-Research/fasttrackml/pull/22
* Aim integration tests by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/39
* Move runs to deleted stage when containing experiment is deleted by suprjinx in https://github.com/G-Research/fasttrackml/pull/28
* Improve params/metrics listing in Aim UI by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/65
* Expose MLFlow tags in Aim UI by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/66
* Delete run functionality in aim ui by suprjinx in https://github.com/G-Research/fasttrackml/pull/35
* [FML-35] - partially finish implementation. by dsuhinin in https://github.com/G-Research/fasttrackml/pull/63
* MLFlow behaviour during metric logging by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/69
* Applying fixes from other branch here as patch by suprjinx in https://github.com/G-Research/fasttrackml/pull/89
* Integration tests for MLFlow experiments API by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/73
* Fix run creation by properly implementing the Gorm interfaces again by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/91
* Increase unit tests coverage. Refactoring. by dsuhinin in https://github.com/G-Research/fasttrackml/pull/82
* Enable dependabot by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/90
* Integrate GolangCI linter. by dsuhinin in https://github.com/G-Research/fasttrackml/pull/88
* Bump alpine from 3.17 to 3.18 by dependabot in https://github.com/G-Research/fasttrackml/pull/99
* Adding documentation website by naskio in https://github.com/G-Research/fasttrackml/pull/24
* Copying run params in Aim UI in pretty-formatted JSON by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/93
* Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.3 by dependabot in https://github.com/G-Research/fasttrackml/pull/94
* *hotfix for incorrect calculating of `Iter` and `LastIter` values. by dsuhinin in https://github.com/G-Research/fasttrackml/pull/109
* Bump gorm.io/gorm from 1.24.2 to 1.25.1 by dependabot in https://github.com/G-Research/fasttrackml/pull/95
* Bump gorm.io/plugin/dbresolver from 1.4.0 to 1.4.1 by dependabot in https://github.com/G-Research/fasttrackml/pull/98
* Bump gorm.io/driver/postgres from 1.4.5 to 1.5.2 by dependabot in https://github.com/G-Research/fasttrackml/pull/97
* Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by dependabot in https://github.com/G-Research/fasttrackml/pull/96
* Bump github.com/gofiber/fiber/v2 from 2.42.0 to 2.43.0 by dependabot in https://github.com/G-Research/fasttrackml/pull/111
* Fix run deletion by suprjinx in https://github.com/G-Research/fasttrackml/pull/72
* Add integration tests for batch logging by dsuhinin in https://github.com/G-Research/fasttrackml/pull/110
* Add integration tests for run deletion by suprjinx in https://github.com/G-Research/fasttrackml/pull/106
* Revert gorm annotation for run model by suprjinx in https://github.com/G-Research/fasttrackml/pull/113
* Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by dependabot in https://github.com/G-Research/fasttrackml/pull/119
* Bump github.com/spf13/viper from 1.14.0 to 1.16.0 by dependabot in https://github.com/G-Research/fasttrackml/pull/120
* Bump github.com/gofiber/fiber/v2 from 2.43.0 to 2.47.0 by dependabot in https://github.com/G-Research/fasttrackml/pull/118
* Updating website workflow by naskio in https://github.com/G-Research/fasttrackml/pull/115
* Don't display an error when server shuts down properly by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/121
* Ensure database is properly closed when shutting down the server by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/114
* Keep only security updates for website dependencies by naskio in https://github.com/G-Research/fasttrackml/pull/124
* Bump react-hook-form from 7.43.9 to 7.45.0 in /website by dependabot in https://github.com/G-Research/fasttrackml/pull/123
* Fix artifacts list by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/126
* Redact sensitive values in DSN by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/117
* Fix offset issue in Aim API GetExperimentRuns by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/128
* Support SQLite DB reset by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/129
* Add hidden 'decode' command by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/130
* skip some steps when Pages is disabled by naskio in https://github.com/G-Research/fasttrackml/pull/131
* Require metric name in SearchMetrics by suprjinx in https://github.com/G-Research/fasttrackml/pull/116
* fix website CI by naskio in https://github.com/G-Research/fasttrackml/pull/136
* Fix broken GetMetricsHistories endpoint by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/141
* Bump gorm.io/gorm from 1.25.1 to 1.25.2 by dependabot in https://github.com/G-Research/fasttrackml/pull/145
* Support for string functions in Aim query parser by dsuhinin in https://github.com/G-Research/fasttrackml/pull/122
* Bump github.com/go-python/gpython from 0.1.0 to 0.2.0 by dependabot in https://github.com/G-Research/fasttrackml/pull/144
* Change 'FTML' to 'FastTrackML' in svg's by stackedsax in https://github.com/G-Research/fasttrackml/pull/146
* Split UIs into different repos by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/151
* Various tooling improvements by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/152

New Contributors
* dsuhinin made their first contribution in https://github.com/G-Research/fasttrackml/pull/17
* suprjinx made their first contribution in https://github.com/G-Research/fasttrackml/pull/22
* fabiovincenzi made their first contribution in https://github.com/G-Research/fasttrackml/pull/39
* dependabot made their first contribution in https://github.com/G-Research/fasttrackml/pull/99
* naskio made their first contribution in https://github.com/G-Research/fasttrackml/pull/24
* stackedsax made their first contribution in https://github.com/G-Research/fasttrackml/pull/146

**Full Changelog**: https://github.com/G-Research/fasttrackml/compare/v0.1.3...v0.2.0

0.1.3

What's Changed
* Fix server timeouts, allowing streaming of longer queries by jgiannuzzi in https://github.com/G-Research/fasttrack/pull/9
* Insert metrics/params/tags in batch by jgiannuzzi in https://github.com/G-Research/fasttrack/pull/10
* Add a quickstart guide by Sharpz7 in https://github.com/G-Research/fasttrack/pull/5
* Fix search on enter in Aim UI on Windows by jgiannuzzi in https://github.com/G-Research/fasttrack/pull/15
* Create database indices on recently added fields by jgiannuzzi in https://github.com/G-Research/fasttrack/pull/16

New Contributors
* Sharpz7 made their first contribution in https://github.com/G-Research/fasttrack/pull/5

**Full Changelog**: https://github.com/G-Research/fasttrack/compare/v0.1.2...v0.1.3

0.1.2

What's Changed
* Add support for X axis metrics in Aim UI by jgiannuzzi in https://github.com/G-Research/fasttrack/pull/7
* Do not show archived experiments in Aim UI by jgiannuzzi in https://github.com/G-Research/fasttrack/pull/8


**Full Changelog**: https://github.com/G-Research/fasttrack/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* Route refactoring and UI tweaks by jgiannuzzi in https://github.com/G-Research/fasttrack/pull/3


**Full Changelog**: https://github.com/G-Research/fasttrack/compare/v0.1.0...v0.1.1

Page 6 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.