Skip to content

Releases: OHDSI/Ares

v0.5-beta

06 Feb 11:43
f346173
Compare
Choose a tag to compare

ARES v0.5 Release Notes

Features

  1. Striped Row Tables: Added an option to render tables with alternating row colors for better readability.
  2. Cohort Table in Network Comparison Tool: Added a cohort table view to Network Comparison Tool.
  3. Network Comparison Redirect Button: Added a "Compare across the network" button to cohort index report that leads to Network Comparison Tool's cohort report.
  4. Default Sources Setting: select sources and releases to be loaded for network level reports by default.
  5. Enhanced Concept Search Form: Added new filters and columns to the concept search form.

Fixes

  1. Color theme: Resolved some color inconsistencies in dark mode.
  2. CSV Cohort Loading: Resolved an issue where cohorts were loaded as CSV instead of Parquet.
  3. Concept Search Error: Fixed an error occurring when no data was found using DuckDB.
  4. Empty Drug Era Concept Tables: Addressed an issue where drug era concept tables were empty when loaded with duckdb.
  5. Data Quality Results: fixed missing dqd notes.

Improvements

  1. Network Concept Dashboard: added global search field and column filters.
  2. Concept Search Form: flexible form width, changes based on content.
  3. Pivot Table Filter Performance: improved performance of table filters with large amount of options.
  4. Network Comparison Tool: improved UX by replacing the source selection form with the treeSelect component
  5. Unmapped Source Codes Filters: Introduced CDM Field and CDM Table column filters

v0.4-beta

22 Oct 12:11
12b0f86
Compare
Choose a tag to compare

The version 0.4-beta constitutes a major update to ARES with new reports, report updates, improvements to data quality management, WebAPI integration, and error handling.

Updated Reports

Data Quality

  1. A new delta column has been added with 4 possible statuses: NEW, EXISTING, RESOLVED and STABLE. This column
    reflects the change in data quality from the prior release to the currently viewed release of the data sources data quality results.
  2. Up/Down Arrows have been added to the Network Overview report to indicate an increase or decrease in the number of data quality issues since the prior release of the database

New Reports

  1. Cohorts report (Data Source Release). Cohort Reports allow exploration of characterization of cohorts generated for each data source release across all OMOP CDM domains.
  2. Network Diversity Report (Network). Evaluates the diversity of data at a network level including race and ethnicity proportions by data source.
  3. Network Concept Dashboard (Network). Review # of People and % of People with select concepts across the network.
  4. Network Concept Report (Network). Show summary information for a given concept across the network.
  5. Location report (Data Source Release). Provides stratification of the locations that have been identified in the data source release.

User Interface Updates

  1. Domain table reports (Conditions, Drugs, Procedures, etc...) have been moved into a new Domain submenu.
  2. Optional sticky Navigation Bar. A user can now specify in the settings if they would like the top navigation bar to always stay at the top of the screen and not scroll away on longer report pages
  3. New Chart Annotation system. Charts that represent time series now support user annotation. Annotations are user specific but can be exported and shared.
  4. All charts now have a toggle button which allows the user to show the raw data as a table
  5. Loading Indicator. A loading indicator has been added throughout the application and is displayed while data is loading, and the application is busy.
  6. ARES now supports optional integration with the OHDSI WebAPI (https://github.com/ohdsi/WebAPI) with authentication to enable concept and vocabulary searches.
  7. Error Handling. A new error handling window has been added to submit a fatal error to GitHub on click. Most of the required details are automatically populated.
  8. Icons have been updated throughout the application and now follow the color scheme for the chosen color mode
  9. Scroll bars have been styled to be more consistent with the application.
  10. Useful information for charts is now provided in tooltips accessible by hovering icons in the footer
  11. Charts should be better contained within the borders of their wrapper on the page

Documentation

  1. Updated the project's documentation. It is now served as a separate app built using VuePress 2.0

Architectural Changes

  1. Vue version was updated to 3
  2. PrimeVue replaced Vuetify
  3. Removed CDN links and replaced with local packages
  4. Data optimizations were implemented through the use of DuckDb for fast data loading and processing and parquet files for efficient storage

v0.3-beta

11 Feb 06:02
7b6b192
Compare
Choose a tag to compare

This update features a new report for temporal characterisation data as well as some small fixes and changes to existing functionality.

This release also has a zip archive attached that provides a complete build of ARES along with sample data for demonstration purposes. Deploying with your own data only requires hosting in a web server and replacing the contents of the data directory with your own data exports.

v0.2-beta

15 Aug 20:22
be83107
Compare
Choose a tag to compare

V0.2 Beta provides an update to network level performance reporting. This release also has a zip archive attached that provides a complete build of ARES along with sample data for demonstration purposes. Deploying with your own data only requires hosting in a web server and replacing the contents of the data directory with your own data exports.

v0.1-beta

24 Nov 13:59
9e60ee1
Compare
Choose a tag to compare
v0.1-beta Pre-release
Pre-release

This release provides the result of the build process created by 'npm run build'. The attached zip file can be extracted to a directory and hosted by any web server at http://server/ares without installation of build/development tools. Intended for demonstration purposes only. This application is still in beta phase of development although it is used in several production environments by members of the OHDSI network.