Skip to content

Releases: transformerlab/transformerlab-app

v0.40.0

12 Jun 13:57

Choose a tag to compare

What's Changed

Full Changelog: v0.39.0...v0.40.0

v0.39.0

04 Jun 17:31

Choose a tag to compare

What's Changed

Read more

v0.38.0

13 May 19:51

Choose a tag to compare

What's Changed

  • Update webpack-dev-server to v5 by @dadmobile in #1990
  • Add azure as a compute provider by @deep1401 in #1934
  • Fix caching issue when saving score during lab finish by @deep1401 in #1993
  • Add /autoresearch workflow to transformerlab-cli skill by @aliasaria in #1979
  • Add icon for tooltip and modal to show job description by @deep1401 in #2001
  • Drop pip install transformerlab from task templates by @aliasaria in #2000
  • Fix azure unknown polls field in job data by @deep1401 in #1994
  • Add a url search param so job charts open directly through urls by @deep1401 in #2007
  • Fix error when changing the provider name in task yaml by @deep1401 in #2009
  • Add a table mode for job charts modal and allow switching metrics by @deep1401 in #1996
  • Replace Markdown Editor with MDXEditor for Experiment Notes by @aliasaria in #2008
  • Add llms.txt support to docs site (for-teams section) by @aliasaria in #2005
  • Add total jobs run for Job charts modal by @deep1401 in #2006
  • Fix provider list table and behaviour in task for selecting provider when name doesnt match by @deep1401 in #1998
  • Increase notetaking for autoresearch skill by @deep1401 in #2003
  • Revamp the experiment list UI by @deep1401 in #1982
  • Add profiling options to CLI by @deep1401 in #2010
  • More playwright fixes by @deep1401 in #2011
  • Speed up Edit Task modal load by @greninja in #1945
  • Fix experiment notes editor parse error on fenced code blocks by @aliasaria in #2012
  • Allow experiments to be configurable with --experiment or -e flags by @deep1401 in #2013
  • Fix fetchWithAuth double-prefix when API_URL is a path prefix by @aliasaria in #2014
  • Improve job list row layout by @aliasaria in #2018
  • perf: parallelize task list metadata reads by @greninja in #1995
  • Support for gcp compute provider by @deep1401 in #1944
  • Fix path resolution at storage level by @deep1401 in #2021
  • Let lab login confirm or edit the server URL by @aliasaria in #2020
  • Remove upload task accepting command field in one place by @deep1401 in #2025
  • Remove legacy code to handle old numeric experiment IDs by @dadmobile in #2024
  • installer: use grep instead of rg for DGX Spark detection by @greninja in #2028
  • Fix lab task queue --no-interactive to honor is_default provider by @greninja in #2026
  • Clear current experiment when CLI server is switched by @deep1401 in #2033
  • Validate experiment before queueing with CLI by @deep1401 in #2032
  • Reset favourite selection and other states when switching experiments by @deep1401 in #2030
  • Teach agent skill to never use lab job monitor and also how to save evals by @deep1401 in #2023
  • Switch cwd for local provider run and avoid double copy file mounts by @deep1401 in #2022
  • Add Evals Tab to view and compare evals by @deep1401 in #2016
  • Add browser based login for CLI by @deep1401 in #2019
  • Add CLI skill rule: confirm experiment before queueing a task by @aliasaria in #2031
  • Normalize < chars in notes to avoid errors by @deep1401 in #2035
  • Fix UX for invitations showing expired and accepted conditionally only by @deep1401 in #2036
  • Fix artifacts modal to view python files saved as artifacts too by @deep1401 in #2037
  • Optionally return slimmed down jobs list to reduce payload size by @dadmobile in #2041
  • Remove all backward compatibility code in API+CLI+SDK by @deep1401 in #2034
  • Switch share icon in experiment manager by @deep1401 in #2047
  • Fix some safe edits and knip dead code based on react doctor suggestions by @deep1401 in #2038
  • Readd autofocus attributes for a bunch of fields by @dadmobile in #2048
  • docs(cli-skill): link transformerlab-cli skill to public lab.cloud docs by @aliasaria in #2042
  • Add bulk delete for tasks by @greninja in #2039
  • Add pre-commit hook for ruff and prettier by @deep1401 in #2051
  • Safe updates of python dependencies with known vulnerabilities by @dadmobile in #2045
  • Add VastAI provider by @deep1401 in #1946
  • Factor API URL detection and support URLs with paths by @dadmobile in #2015
  • Add new providers to CLI by @deep1401 in #2055
  • Fix missed clicks on new provider select box by @dadmobile in #2057
  • Allow writing of cache locally by @deep1401 in #2059
  • Workflow for react doctor by @deep1401 in #2053
  • Fix timezone error on postgres by @deep1401 in #2061
  • Make cards for provider type picker by @deep1401 in #2058
  • Add a --credentials-file flag for adding/updating providers and remove provider specific flags which expose secrets by @deep1401 in #2062
  • Fix zstd bug with ollama and fix new button text in playwright by @deep1401 in #2063

Full Changelog: v0.37.2...v0.38.0

v0.37.2

05 May 19:40

Choose a tag to compare

What's Changed

Full Changelog: v0.37.1...v0.37.2

v0.37.1

05 May 18:08

Choose a tag to compare

What's Changed

  • Add a callout that you can set AWS_PROFILE to docs by @dadmobile in #1923
  • Document provider management in transformerlab-cli skill by @aliasaria in #1936
  • Add lab install-agent-skill command by @aliasaria in #1937
  • Document the Transformer Lab agent skill by @aliasaria in #1947
  • fix(lab-sdk): normalize scheme on storage.ls(detail=True) for remote backends by @aliasaria in #1949
  • docs(skill): document lab model upload and download in transformerlab-cli skill by @aliasaria in #1952
  • docs(skill): clarify REST API rule — workaround forbidden, reading source encouraged by @aliasaria in #1953
  • Add banner for deprecation on individuals install page by @deep1401 in #1955
  • Add model info on interactive card if you're running with a model field type by @deep1401 in #1943
  • Release CLI only when build is published by @deep1401 in #1957
  • Fix bugs related to AWS Compute and fix int job id bug in sweep results modal by @deep1401 in #1961
  • Add VSCode launch config for the docs dev server by @aliasaria in #1948
  • Factor out repeated user+team lookup by @dadmobile in #1958
  • Update npm libraries used by build by @dadmobile in #1962
  • Document lab experiment namespace in transformerlab-cli skill by @aliasaria in #1974
  • Add --param key=value to lab task queue (#1967) by @aliasaria in #1975
  • Fix job delete endpoint and add lab job delete CLI commands by @aliasaria in #1976
  • Add ability to mark jobs as discarded and also add scoring by @deep1401 in #1965
  • Add Jobs Chart modal (score vs. date) by @aliasaria in #1977
  • Redesign Model + Dataset Registry as card grid with per-group detail page by @aliasaria in #1978
  • add lab server stop, start, and restart commands by @mina-parham in #1916
  • fix: wrap get_request_logs in asyncio.to_thread to prevent event loop hang by @aliasaria in #1980
  • feat(model): auto-increment version labels in lab model create by @aliasaria in #1956
  • Fix cli transport errors and report correctly by @deep1401 in #1983
  • Fix copy file mounts experiment scoped path by @deep1401 in #1984
  • fix(api): register uploaded datasets in asset_versions by @aliasaria in #1959
  • docs(skill): document lab dataset upload/download semantics by @aliasaria in #1960
  • docs(sdk): document lab.finish(score=...) takes a dict, not a scalar by @aliasaria in #1973
  • Fix experiment scope for a task by @deep1401 in #1985
  • Fix lab job discard on CLI for API headers by @deep1401 in #1987
  • feat: surface active storage backend in API startup, /healthz, and CLI header by @aliasaria in #1954
  • Fix local provider missing task files; add lab task edit --from-dir by @aliasaria in #1966

Full Changelog: v0.37.0...v0.37.1

v0.37.0

30 Apr 19:18

Choose a tag to compare

What's Changed

Full Changelog: v0.36.1...v0.37.0

v0.36.1

24 Apr 21:27

Choose a tag to compare

What's Changed

  • Set all gallery examples to look for github subdir in pwd by @deep1401 in #1880
  • Fix runpod execution from the wrong folder by @deep1401 in #1884

Full Changelog: v0.36.0...v0.36.1

v0.36.0

24 Apr 20:36

Choose a tag to compare

What's Changed

Full Changelog: v0.35.1...v0.36.0

v0.35.1

23 Apr 20:33

Choose a tag to compare

What's Changed

Full Changelog: v0.35.0...v0.35.1

v0.35.0

23 Apr 17:34

Choose a tag to compare

What's Changed

Full Changelog: v0.34.1...v0.35.0