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