Skip to content

Version 1.1.0

Latest
Compare
Choose a tag to compare
@davidlougheed davidlougheed released this 05 Feb 20:33

2025-02-05

Release with updates for re-deploying on SD4H.

Front End

  • Update dependencies
  • Drop compatibility for deployment with old NPM versions (<10)

Server and API

  • Update dependencies and remove simplejson dependency
  • Refactor to use new Flask route methods
  • Drop compatibility for deployment with old Python versions (<3.9)

Miscellaneous

  • Remove dead multiprocessing code from tsv_to_postgres.py
  • Refactor tsv_to_postgres.py into multiple functions