v2.3.9
Refactors and streamlines several components of VFB_connect by converting per-test setups to class‐level setups, improving caching and error‐handling in query wrappers, and updating metadata and dependencies. Key changes include:
Converting test setup methods to use setUpClass for sharing a single VfbConnect instance in tests.
Enhancing error and cache handling in the QueryWrapper and neo4j_tools modules, along with modifications to lineage mapping and alpha value scaling in vfb_term.
Updating package metadata, dependency declarations, documentation notebooks, and GitHub workflow configurations.
What's Changed
- Fix for duplicates in parents by @Robbie1977 in #227
- Reducing depth of parent subclass search by @Robbie1977 in #228
- clearing out parent paths before moving on by @Robbie1977 in #230
- Min dependancies by @Robbie1977 in #237
Full Changelog: v2.2.15...v2.3.9