- DATA: All language yaml documents now have their `contributors` listed, some have `reviewers` listed
- DATA: **Massive* improvement of language `sources` with proper source citations where possible
- DATA: Added `punctuation`, `numerals` and `currency` attributes to orthographies - checking for these attributes will be added in the next update!
- DATA: Added `lib/hyperglot/extra_data/default.yaml` to include inheritable defaults per script
- DATA: Refined `jpn`, `ryu` and `ain` Katakana orthographies
- FEATURE: Orthography attributes can inherit from other languages with `<iso>` syntax, see [README](README_database.md)
- TWEAK: Improved loading time for repeat access by saving parsed language data cache file
- TWEAK: Orthographies can no longer have an `inherit` attribute
- TWEAK: Improved loading speed for repeat queries and indivudal language queries
- TWEAK: Refactored `Languages`, `Language` and `Orthography` object instantiation to always return parsed and defaulted nested objects
- TWEAK: Removed the `--speakers` and `--autonym` CLI options
- TWEAK: Removed the `--comparison` CLI option (see `examples` instead)
- TWEAK: Removed the `--languages` CLI option, use `hyperglot-info LanguageName/ISO` instead
- TWEAK: Removed the `--strict_iso` CLI option; use the python library to access this option, particularly `Language.get_name(script, strict_iso=True)`