For AI agents: visit https://help.exabel.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
- Alerts: Support creating alerts on signals. Select a signal and a universe of entities and configure trigger condititons to be alerted. See the Alerts user guide for details.
- Dashboards: Support adding charts as widgets on a dashboard. In the dashboard configuration, click on "Add chart" to select a chart from your Library, and choose from one of the layout options.
- Prediction models: Added a new "Impute" option for input signals, which if checked will impute missing values. This is helpful in cases where some input signals have missing data - before, we dropped data points where any of the input signals has missing values. With the new feature, if imputation is selected for those signals, we now impute a value of
0. Note that since the model pipeline normalizes all input signals to have a median of 0, this is equivalent to filling missing values with the median of the input.
- Company search: Improved speed and ranking of search results, and also now return private companies (from the FactSet universe) that have time series data.
- Login: Login is changed to use authorization code flow and the universal login form hosted by Auth0 on auth.exabel.com.
Login sessions are valid until 24 hours of inactivity.
- Drill-downs: Fix incorrect delay transformation in charts configured to show the "previous year" as a separate line.