Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
v1.0.1 - 2025-02-16¶
Prevent early deletion (gc.collect()) after loading the file to pandas
v1.0.0 - 2025-02-16¶
Update file handle to close the file after loading to pandas, and call garbage collector to free up memory.
v0.7.3 - 2025-01-17¶
Bump update requirement and workflows for Python >=3.10 for sphinx bump and better sustainability
v0.7.2 - 2024-12-23¶
Added step-by-step in RELEASE_PROCESS.md
v0.7.1 - 2024-12-23¶
Adjust FastAPI description title and description
v0.6.2 - 2024-05-01¶
FHIR Parser function covering code extraction from FHIR Observation, Condition, and Bundle resources at
/fhir/parse/resource(singular resource) and/fhir/parse/bundle(bundle resource).Additional endpoint function triggering
batchconvertfunction at /iderare/batchconvert endpoint.Postman Documentation updated at this workspaces
Public testing at https://iderare.ivanwilliamharsono.com
v0.5.0 - 2024-04-10¶
Added
omim2namefunction andstreamlit_utils.pyto accomodate Streamlit app
v0.4.0 - 2024-04-07¶
Added export iderare.yml function
v0.3.5 - 2024-04-07¶
Updated pyproject.toml to recursively get the data inside the package
v0.3.4 - 2024-04-07¶
Correction to .toml file for the license type
v0.3.3 - 2024-04-07¶
Updated phenotype data to .toml for release together with PyPi package
v0.3.2 - 2024-04-07¶
Refactored styling
v0.3.1 - 2024-04-07¶
Fixing of utils list2tsv function
Fix relative path of the data folder
v0.3.0 - 2024-04-07¶
Join the similarity and recommendation class to share the same Ontology data from hpo3 library
Refactor the utils.py to be more readable and maintainable
Example of Playbook.ipynb provided
Recompilation of files to be more readable and maintainable
v0.2.0 - 2024-04-06¶
Updated dependencies on
pyproject.tomlFully working converter class tested
v0.1.8 - 2024-04-06¶
Added streamlit link and fixed the file structure
v0.1.7 - 2024-04-06¶
Connecting to readthedocs.io
v0.1.6 - 2024-04-06¶
Added attribution and connection to PyPI
v0.1.5 - 2024-04-06¶
Initial boiler plate code