Changelog | Page 10

See our latest feature releases, product improvements and bug fixes

May 7, 2022

Weekly round-up: Edit your worklet graphs

As you develop an application on Baseten, you might want to edit your worklets. Now, you can add blocks in between existing blocks in your worklet graph. You can also delete blocks from the middle of...

Mar 24, 2022

Monitor your models

We added charts to visualize the health and performance of your models on BaseTen. Even better, we used pretty colors and fun shapes. From the health tab, you can monitor a model's traffic, response...

Mar 2, 2022

Access Queries in Worklets

You’re now able to access queries from a code block in a Worklet! These queries can be in the form of raw SQL (as a string) or a name of a query you’ve defined earlier. For example: new_query_output...

Jan 20, 2022

Queries have moved to the Data page!

You can now access queries across all your applications in one place! You’ll now find all your queries in the Queries tab of your Data page. Query your own BaseTen Postgres tables (any tables defined...

Jan 20, 2022

Tracking model metadata

We've recently pushed out a change that allows you to associate pieces of information with models that are deployed in the BaseTen infrastructure. You can now track configurations, hyperparameters,...

Jan 11, 2022

Optimized base images

Instead of unnecessarily updating Docker images every single time a model is deployed, we're now periodically updating base images for every model framework we support. We're seeing that model...

Jan 7, 2022

Delete test data

If you've been testing your application but want to start from a clean slate, you can easily delete all the rows in your BaseTen-provided Postgres table(s). Click the red "Delete all data" button....

Jan 6, 2022

Install system packages

You can now specify system-level packages that you want to install in your Python environment on Baseten. Baseten runs your python code on a container using a standard Python image for the Debian...

Jan 4, 2022

Data page

You can now see your BaseTen-provided Postgres tables and external connections in one place. Click into the Data overview page to manage all your tables and connections. Coming very soon, you'll also...

Dec 11, 2021

Tables replace cards

The Applications and Models overview pages are now table-based instead of card-based. With these tables, we’ve streamlined the information on each page and removed the reliance on icons to designate...