**What's New**
We are introducing a new vfb.term (VFBTerm object) and vfb.terms (VFBTerms list of VFBTerm) which enable Lazy loading of data and full integration of image loading and display via Navis tools e.g. terms.plot3d()
show thumbnails term.show()
open on VFB website: terms.open() term.open()
get a summary as a pandas dataframe: terms.get_summaries() term.summary
Added subtypes and subparts as well as combined children parameters
Added morphological similarity scores and potential driver results.
Added downstream_partners and upstream_partners to VFBTerm
Draft for plot by type or connectivity
minor fixes
direct xref use to create term(s)
add include_template option on plots
Added full set of logical operations and comparisons
improved documentation
**Full Changelog**: https://github.com/VirtualFlyBrain/VFB_connect/compare/v2.0.2...v2.1.4