Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 1.54 KB

Bunsen Changelog

0.4.5

  • Fix support for broadcasting concept maps that have multiple versions. See issue 40.

0.4.4

  • Fix support for adding to valuesets in Python code. See issue 38.

0.4.3

  • Support for arrays of codeable concepts in the in_valueset function. See issue 34.

0.4.2

  • Accept previously broadcast valuesets for use in UDFs. See issue 32.

0.4.1

  • Fix latest_version support for ValueSets and ConceptMaps in Python. See issue 30.
  • Fix add_mappings support for ConceptMaps in Python. See issue 28.

0.4.0

  • Support for Spark 2.3

0.3.1

  • Improve Python API documentation

0.3.0

  • Refactor project to support multiple versions of FHIR in a single build. See issue 21.
  • Add support for FHIR R4.

0.2.2

  • Remove extraneous debugging logic.

0.2.1

  • Add support for importing a datadaset of FHIR concept maps. See issue 13.

0.2.0

  • Upgrade to Spark 2.2.
  • Add ValueSet support. See issue 3.
  • Simplify ValueSet API usage. See issue 6.
  • Import XML and JSON ValueSets and ConceptMaps. See issue 9.

0.1.0

Initial release.