Skip to content

Releases: google/fhir-py

v0.11.0

15 Jul 21:01
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Minor fixes and improvements, bringing this closer to https://build.fhir.org/ig/FHIR/sql-on-fhir-v2/ alignment

v0.10.0

21 Sep 19:30
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Additional JSON view defination support and internal updates

  • Add support for views.select([a_list_of_fhir_paths_with_alias]). Examples can be found in the README doc. Note that the previous way to select a map of {'alias_name': fhir_path} is still supported in this release.
  • Add support for views.from_view_defination(a_json_format_view_defination). Examples can be found in the README doc.
  • Add Python 3.10 and 3.11 support.
  • More refactoring and internal changes.

v0.9.3

05 Jun 20:04
12b9748
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

Additional Spark support with sample notebook and internal updates

v0.9.2

17 Apr 20:05
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

Additional Spark support and internal updates

v0.9.1

04 Apr 16:19
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Update to newer dependencies.

v0.9.0

31 Mar 20:14
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Creating v0.9.0 for initial push of views logic to PyPI.