Clade 3.4 doesn't have a lot of changes from 3.3. New version mainly fixes performance regressions by changing the way data is stored.
Changes:
* Move back to storing data in separate json files: zip files proved to be too inconvenient to use
* Add ability to specify indent of json files in the Clade configuration. `"indent": 0` can save disk space, while `"indent": 4` is more human-readable. `4` is the default value
* pytest: skip tests that can't be run (tests that require CIF, for example)
* Add workaround for segmentation fault inside `ujson`
* Add preset `klever`