- BREAK! feat: remove redis feature
- feat: add --compounds CLI arguments
- feat: add get_compound(), get_list_of_compound()
- feat: get_reaction(), get_list_of_reactions()
- feat: get_reaction_rules(), get_list_of_reaction_rules()
- put back checksum controls
- remove deprecated infos
- BREAK: rename 'rr_full_reactions' into 'template_reactions'
- add cache-dir argument for generating or reading the cache
- fix: change sha for 'cid_strc' and 'rr_full_reactions' files according to previous changes
- add both deprecated reactions IDs and new ones in 'rr_full_reactions'
- add manual substitutions of IDs with no structure (from 'MNXM_replacement_20190524.csv')
- add '--reactions' option to print out rrCache content
- add '--reaction-rules' option to print out rrCache content
- make rrCache attributes private
- add get() and set() methods to read/write rrCache attributes
- split the loading of cache from the builder
- change printout informations
- change input command-line arguments
- change printout informations
- first commit