Changelog
See our latest feature releases, product improvements and bug fixes
Scheduled worklet runs
We've added the ability for worklets to be invoked at a scheduled cadence. These scheduled runs work very similarly to cron and can be invoked hourly, daily, or weekly in whatever timezone you choose.
Jul 29, 2021Plotly integration
We've added a new Plotly charting component in the view builder. The component uses the Plotly JSON chart schema that can be modified in the view builder itself or can be populated from a worklet....
Jul 21, 2021New landing page
Previously, when you logged into Baseten, you would land on the Applications page. While Applications will be one of the most common resources you visit, landing here made it nearly impossible to...
Jul 6, 2021Secret manager
To keep sensitive data like API keys and passwords secret, instead of including those in plaintext in code you can now use the secret manager to store them and retrieve them in code only when needed....
May 5, 2021Publicly sharing an application
Your Baseten applications and machine learning models are restricted to your organization — no one outside of your Baseten organization can access them.
Apr 14, 2021Customize your Python environment
Allowing you to write Python code without worrying about its execution environment is at the core of Baseten — no dockerfiles, no Kubernetes deployments, no Flask app boilerplate.
Mar 3, 2021Storing data on Baseten
So far there were two ways to make your BaseTen apps data-aware:
Mar 2, 2021Introducing the BaseTen model zoo
Baseten makes it easy for you to deploy your own machine learning models behind RESTful, scalable APIs.