There is a newer version of the record available.

Published April 1, 2026 | Version v0.5.0-rc3
Software Open

linkml/linkml-map: v0.5.0-rc3

  • 1. Lawrence Berkeley National Laboratory
  • 2. Lawrence Berkeley National Lab
  • 3. Dartmouth College, @dandi, @Debian, @DataLad, @neurodebian, @PyMVPA, @fail2ban
  • 4. semanticly.ai
  • 5. JP Morgan Chase

Description

v0.5.0-rc3

All changes from v0.5.0-rc2, plus:

Bug fixes

  • Expression errors no longer masked: Real runtime errors (division by zero, type errors, non-numeric data) now propagate with actual messages instead of the misleading "Expression not in safe subset." (#185, #186)

Features

  • is_numeric() expression function: Curators can guard expressions against bad data: case((is_numeric(x), x * 2.54), (True, None)) (#186)
  • Arithmetic coercion: Operators now coerce numeric strings from tabular input — "100" / "50"2.0. Non-coercible operands return None with a warning, enabling case() guards to work correctly. (#186)

Files

linkml/linkml-map-v0.5.0-rc3.zip

Files (631.7 kB)

Name Size Download all
md5:95f5abccacae79bd94e4b7c89659acd3
631.7 kB Preview Download

Additional details

Related works

Software