Skip to content

Releases: OHDSI/Usagi

Usagi v1.4.3

09 Apr 12:37
b2ecfac
Compare
Choose a tag to compare

Enhancements

  • Bigger target concept panel to show at least 3 targets
  • Author name in footer #120
  • Replace add buttons per type with a type chooser
  • Add MAPS_TO number, operator, type relationships #115
  • Write Domain id to save file #116
  • Ask before closing opened mapping #91

Fixes

  • Sorting on equivalence class #121
  • Apply previous also applies provenance and equivalence #118
  • matchscore defaults to 0 if missing #101
  • Skip empty columns on import #90 #89
  • Upon apply previous, keep only already existing additional info fields #107
  • Fix bug in reading of old mapping type strings (EVENT, VALUE, UNIT)

Usagi v1.4.2

15 Mar 16:57
0d157f4
Compare
Choose a tag to compare

New Features

  • New review stats dialog #111
  • Concept information dialog restructured and added a new tab with synonyms #110

Fixes

  • Bug where add buttons not being enabled if code unapproved. #109
  • Disabled unnecessary concept information dialog refreshes #110

Usagi v1.4.1

11 Mar 17:43
80df517
Compare
Choose a tag to compare

New Features

See PR #105

  • Equivalence when approving a mapping
  • A flag mapping status
  • Author and timestamp of last mapping status change (status provenance)
  • Author and timestamp of creation of target mapping (creation provenance)
  • Reviewer assignment
  • Maps to value and Maps to unit target types

Fixes

  • Approve always applies to all selected codes

Prerelease Usagi v1.4.0-SNAPSHOT

22 Feb 17:06
Compare
Choose a tag to compare
Pre-release

This is a pre-release for testing purposes.

New Features

  • Equivalence status
  • Reviewer assignment
  • Maps to value and Maps to unit target types

Usagi v1.3.0

24 Jun 16:16
7f0fb49
Compare
Choose a tag to compare

New features

  • Option to export unapproved mappings (source_to_concept_map AND review)
  • If target_concept_id is 0, export vocabulary_id as 'None'.
  • Replace mapping target for multiple codes at once #77
  • Link out to Google search and Athena #76 #66
  • Ask before exiting

Fixes

  • Apply previous mapping #71 #45 #62
  • Save last folder #72 #65
  • Fix typo's #69
  • Check for all needed vocabulary files before starting index (re)building #75 #70
  • Use os specific menu shortcut key (ctrl for windows, cmd for mac)
  • Multiple small refactorings

Reducing memory requirements

10 May 14:07
Compare
Choose a tag to compare

Limiting the amount of memory used when creating the Usagi index to prevent out of memory errors.

Improved error reporting

14 Mar 06:08
Compare
Choose a tag to compare

Now writing errors to file when opening a new Java Virtual Machine. This should help diagnose recent issues in starting Usagi.

Preventing data loss when target concepts become invalid

08 Jan 10:38
Compare
Choose a tag to compare

When loading an existing mapping, target concepts that have become invalid are marked in red (and produce a popup).

Fixing issue when invalid_reason isn't last column in ATHENA file

21 Nov 08:00
Compare
Choose a tag to compare

Bug fix:

  • If last column of Athena file is empty, it is now internally represented as an empty string instead of a null value.

Filter by ATC

24 Aug 04:45
Compare
Choose a tag to compare

Changes

Added option to filter by ATC code. When importing a code set, in the Column mapping section, you can switch from "Auto concept ID column' to 'ATC column', and select the column containing the ATC code. By turning the 'Filter by user selected concepts / ATC code' on in the Filters section you can limit the search to concepts that are descendants of the ATC code.

Search result table can now be sorted by clicking on the column header.

Bug fixes

Total counts in status bar now go to 100%. Also, when no frequency information is provided frequency is assumed to be 1.

Use of non-thread-safe objects led to mapping errors when importing. This is now fixed.