Fasttrackml

Latest version: v0.6.0

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

Scan your dependencies

Page 5 of 7

0.3.6

Highlights
* Bugfix: the Y axis scale was wrong in Aim UI when a metric with infinity values was displayed

What's Changed

0.3.5

Highlights
* Bugfix: when running in a Kubernetes pod, the server will shutdown gracefully when the pod terminates

What's Changed
* Search syntax documentation by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/443
* Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.1 to 1.40.2 by dependabot in https://github.com/G-Research/fasttrackml/pull/449
* Bump github.com/aws/aws-sdk-go-v2/config from 1.18.44 to 1.18.45 by dependabot in https://github.com/G-Research/fasttrackml/pull/447
* Bump gorm.io/driver/postgres from 1.5.2 to 1.5.3 by dependabot in https://github.com/G-Research/fasttrackml/pull/434
* Bump gorm.io/gorm from 1.25.4 to 1.25.5 by dependabot in https://github.com/G-Research/fasttrackml/pull/433
* Change CI release logic by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/452
* Improve required checks creation in CI by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/458

0.3.4

Highlights
* Improved tabular data loading In Aim UI — searching for runs that have many metrics is much faster!
* Bug fix: metrics that have NaN values could not be loaded in Aim UI
* Renamed "Log Iteration" to "Logging Iteration" in Aim UI

What's Changed
* Automatically announce latest release on our website by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/422
* Add dynamic id to website announcement bar by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/423
* Improve tabular data loading In Aim UI by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/424
* Bump github.com/aws/aws-sdk-go-v2/config from 1.18.40 to 1.18.44 by dependabot in https://github.com/G-Research/fasttrackml/pull/429
* Bump github.com/hashicorp/golang-lru/v2 from 2.0.6 to 2.0.7 by dependabot in https://github.com/G-Research/fasttrackml/pull/410
* Bump github.com/spf13/viper from 1.16.0 to 1.17.0 by dependabot in https://github.com/G-Research/fasttrackml/pull/426
* Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.5 to 1.40.1 by dependabot in https://github.com/G-Research/fasttrackml/pull/427
* Rename "Log Iteration" to "Logging Iteration" in Aim UI by suprjinx in https://github.com/G-Research/fasttrackml/pull/440
* Fix NaN json serialization in Aim `GetRunMetrics` by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/439


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

0.3.3

Highlights
* Bug fix: add support for negative numbers in Aim query syntax
* Bug fix: resolve issue with searching for metric names via regex

What's Changed
* Announce version 0.3.2 on website by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/408
* Add support for negative numbers in Aim query syntax by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/417
* Fix issue with searching for metric names via regex by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/418


**Full Changelog**: https://github.com/G-Research/fasttrackml/compare/v0.3.2...v0.3.3

0.3.2

Highlights
* A `step` in MLFlow logging is now shown as a `Step` in the Aim UI, and what used to be called a `Step` is now called a `Log iteration`
* Much improved support for artifacts
* Stability improvements with PostgreSQL backend

What's Changed
* Announce version 0.3.1 on website by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/351
* Update Pipfile by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/350
* Add VS Code debug binary and Go workspace files to `.gitignore` by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/365
* Fix broken link to quickstart guide in README by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/366
* Change UI static files serving to be under `/static/<ui>/` by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/364
* Rename Step and Epoch labels in Aim UI by dependabot in https://github.com/G-Research/fasttrackml/pull/369
* Change `get-artifact` endpoint to `ajax-api/2.0/mlflow/artifacts/get` in MLFlow UI by dependabot in https://github.com/G-Research/fasttrackml/pull/370
* Support multiple artifact storage backends by dsuhinin in https://github.com/G-Research/fasttrackml/pull/378
* Fix website config linting issue by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/379
* Fix typo in `const` used for `GetRun` in MLFlow API by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/380
* Improve setup for integration tests by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/381
* Make sure the results of integration tests are never cached by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/382
* Fix `ListArtifacts` to return correct paths by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/367
* Aim integration tests project by suprjinx in https://github.com/G-Research/fasttrackml/pull/280
* Fix Postgres connection pool regression by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/387
* Improve our mock setup by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/389
* Get artifacts from local or s3 storage by suprjinx in https://github.com/G-Research/fasttrackml/pull/368
* Fix bug preventing getting/listing artifacts with space in the name by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/405


**Full Changelog**: https://github.com/G-Research/fasttrackml/compare/v0.3.1...v0.3.2

0.3.1

Highlights
* Stability improvements with SQLite backend
* Improved logging of SQL queries/warnings/errors

What's Changed
* Bump github.com/google/uuid from 1.3.0 to 1.3.1 by dependabot in https://github.com/G-Research/fasttrackml/pull/285
* Bump gorm.io/gorm from 1.25.3 to 1.25.4 by dependabot in https://github.com/G-Research/fasttrackml/pull/286
* Bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.2 by dependabot in https://github.com/G-Research/fasttrackml/pull/314
* Bump github.com/aws/aws-sdk-go-v2/config from 1.18.37 to 1.18.39 by dependabot in https://github.com/G-Research/fasttrackml/pull/290
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/G-Research/fasttrackml/pull/292
* Fix install scripts by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/313
* Bump docker/setup-buildx-action from 2 to 3 by dependabot in https://github.com/G-Research/fasttrackml/pull/320
* Bump docker/setup-qemu-action from 2 to 3 by dependabot in https://github.com/G-Research/fasttrackml/pull/321
* Bump docker/login-action from 2 to 3 by dependabot in https://github.com/G-Research/fasttrackml/pull/322
* Bump docker/build-push-action from 4 to 5 by dependabot in https://github.com/G-Research/fasttrackml/pull/323
* Bump docker/metadata-action from 4 to 5 by dependabot in https://github.com/G-Research/fasttrackml/pull/324
* Fix (again) "database is locked" issue by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/326
* Bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.18.40 by dependabot in https://github.com/G-Research/fasttrackml/pull/339
* Improve logging of SQL queries/warnings/errors by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/337
* Add integration tests for Aim API SearchRuns endpoint by fabiovincenzi in https://github.com/G-Research/fasttrackml/pull/317
* Fix dev container and improve UI development guide by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/341
* Improve help and version outputs by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/342
* Fix typo in query parsing error by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/343
* Improve README by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/345
* Update website by jgiannuzzi in https://github.com/G-Research/fasttrackml/pull/349


**Full Changelog**: https://github.com/G-Research/fasttrackml/compare/v0.3.0...v0.3.1

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.