# Release Notes

## System v1.25-beta

Fixed:

* Removing a topic from a metric does not work
* Left border is missing from the "Welcome to System" popup modal&#x20;

Changed:

* Updated social share image
* Updates to Evidence Cards for Get to Source Faster
* Metric selector flip icon and functionality

Added:

* Add what's new panel to System (scaffold)

## System v1.23-beta

Fixed:

* undefined in parsed dates
* The Study page flickers between old and new

Added:

* Topics should pre-populate when you edit evidence
* "Create new metric" flow for Add Evidence

Changed:

* Change AutoScaleAlarm CPU Utilization metric expression to CPU > 85

## System v1.22-beta

Fixed:

* Evidence Form - When expanding Additional fields, should scroll
* Add new evidence breaks page
* Adding Authors is not working

Added:

* Add CTA button, edit in graph context on editable Study
* Add Evidence Relationship modal
* Relationship Selector Component

Changed:

* Convert Metric Page to GraphQL
* Author names on the Study page should link out by orcid
* Remove the lambda\_handlers.fetch\_concept\_graph lambda

## System v1.21-beta

Fixed:

* Error during apply-schema-dev when deploying System

Added:

* Add evidence from topic page
* Add incremental backup option to sysdb cli tool
* Maintenance page switch

Changed:

* Topic search input should boost our catalog topics
* Remove R Client Generation on CircleCI
* Set the autoscaling alarm threshold for memory utilization to 99
* Make Study editable
* Show edges on the graph for unstandardized feature contribution types

## System v1.20-beta

Fixed:

* Long metric and feature names cause feature-card stretching
* Missing API endpoints for roles and invites routes

Added:

* Add PubMed client to pull in suggested evidence information
* Add Call to Action (CTA) button to the Study page
* Add evidence cards to the Study
* Create a new Study page
* Add evidence modal
* Pull request template to front-end
* Add evidence from the metric page
* Add log-level, level-log, and elasticity to backend schema
* Elasticity Feature Contribution Type (and others)
* Database Backup monitoring

Changed:

* Upgraded Staging & Production database
* Upgraded SystemDB CLI
* Convert Topic Page & Topic Card to GraphQL
* Revised Study page container
* Switch to the new study page via the DOI field

## System v1.19-beta

Fixed:

* last\_interaction\_on field is not working for enterprise services
* Make correlation associations bidirectional if lag=0
* Align catalog full-width breakpoint with mobile chrome change
* The share button should also copy the view\_context parameter
* Add statistics does not let you swap metrics
* Cannot easily remove a metric once added to a relationship

Added

* Add data pull for candidate evidence based on topic name
* Add candidate evidence client
* Suggested Evidence Cards
* Add Evidence from Source Modal

Changed

* Modify candidate evidence service to filter by topic and metric name
* Lookup DOI Component

## System v1.18-beta

Fixed

* &#x20;Metadata service not picking up integration configurations
* Added missing integration routes
* Ensure p-value check is robust to 0

Added

* Create backend service for frontend to be able to pull information extractor blob

Changed

* Integration manager - fetch integrations from the team endpoints
* Constrain the Add Statistic in frontend write to only have one primary association

## System v1.17-beta

**Fixed**

* Time series association object missing CIs for non-max/min lag values
* Broken links to metric pages on dataset metric matching console

**Added**

* As a user, I would like to see lag analysis in the frontend
* Show lag statistics in feature interaction card
* Add plot in evidence card for lag statistics

**Changed**

* Update sentence in evidence card for lag statistics

## System v1.16-beta

**Fixed**&#x20;

* Speed up search by not making subsequent Dgraph requests
* Strength and Sign Hovers refer to Data not in the Relationship
* directed\_at\_feature\_ids field is null on time series associations

**Added**

* Add lag analysis explanation tooltips
* Add (lagged) to the feature and metric names in the evidence card
* Add Standardized Differences to ValueType in natural language evidence sentences

**Changed**

* Convert Model Page to GraphQL
* Update evidence card statistic with lag values (and hover)
* As a user, I want a better experience viewing long time series datasets
* Update Retrieval to return proper directionality/time unit on time series Association objects - Rank metric candidates using clinical trials data

## System v1.15-beta

**Fixed**

* Typo in Pearson correlation summary sentence

**Added**

* ngram for Metric and Topic alias search
* System for Mobile

**Changed**

* As a user, I want a better experience viewing long time series datasets

## System v1.14-beta

**Added**

* Topic and Metric URLs use slugs in addition to ids

**Changed**

* Separate team's lambda's logs into separate endpoints

## System v1.13-beta

**Fixed**

* Highlighted search term text in the Dataset card is overlapping with the “Available Formats” section header
* Deploy-user-api deployment issues
* deploy-beta-frontend-production fails on invalidating cache

**Added**

* As a contributor, when matching metrics to topics, I would like to see a clean Wikidata concept list (currently the list includes journals, articles, disambiguation pages, etc.

**Changed**

* Social share image change

## System v1.12-beta

**Fixed**

* When editing relationship evidence from the project page, should take you to add flow with relationship expanded

**Added**

* Topic List on Index
* Topic/Metric page title in HTML metatags
* As a System Python client user, I would like to see CatBoost as an option when adding a model

**Changed**

* Statistical Types in alphabetical order
* The confidence interval should show the lower bound first
* Don't burry confidence interval button

## System v1.04-beta

#### Fixed

* The "are you sure" modal is not scrollable and does not allow write for metrics
* Statistic Values are Automatically Adjusted Lower
* Metrics jump (e.g. putting a card in Metric 1 will sometimes jump to Metric 2)
* Model Conversion Bug
* Fix regression standardization in CLI
* Handle Dates not as Timestamps
* CC logo on left nav should link out to CC license page

#### Added

* As a catalog user, I want to know the exact errors that have occurred during retrieval and not just that there was an error
* Add Forest Plot to Evidence Cards
* Package extractor code
* Frontend snippet for adding models through CSV

#### Changed

* Topic graph should show all matched metrics, and not just metrics with strong relationships
* Feature Page Refresh
* Ensure direction/metric order is set the same across all components

## System v1.03-beta

#### Fixed

* API \[prod-system] stage \[prod] GET /view/ooux/public : p99 > 3s
* Project GraphQL query returns undefined

#### Added

* Topic Search to include Metrics
* As a System client user, I would like to see Cohen's d generated for my models

#### Changed

* Consolidate Python Client's StatInference with MLSession
* Create bulk project - authors relationship endpoint

## System v1.02-beta

#### Fixed

* Chris's Nan Badge bug
* Retrieval Fetch/List Associations Bug

#### Added

* As a System Python client user, I would like to see standardized beta coefficients for models added through CSV and stats models

#### Changed

* Show no results copy when no search results
* Clean up unused code in python client


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.system.com/system/product-updates/release-notes-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
