tatonetti-lab / onsides

A resource of adverse drug effects extracted from FDA structured product labels
MIT License
62 stars 3 forks source link

Add description of semantic versioning for OnSIDES #34

Open ntatonetti opened 1 year ago

ntatonetti commented 1 year ago

We are roughly following the recommendations on semantic versioning (see https://semver.org) of Major.Minor.Patch. Major versions are those that change the database structure (~API structure), Minor are significant improvements to the pipeline that may alter the database entires (ADR extractions), and Patch are minor improvements and bug fixes that will not affect the database entries.

Add a VERSIONING.md file that explains this with good formatting.