For AI agents: visit https://help.exabel.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
- DSL: For prediction models built with the "Optimize for high-value alternative data" configuration, make
model_predictions(...) produce predictions as far into the future as there are input values (up to two years), rather than just the next data point.
- Dashboards: Fixed an issue when displaying old dashboards that did not have custom settings.
- Data API: Fixed an issue when uploading a new signal (e.g. using
--case-sensitive-signal)
when a signal with same name but different casing already exists, and automatic creation
of derived signal and/or tag were enabled (using createLibrarySignal or createTag
respectively).