v2.1.7
What's New in This Release
-
New VFBTerm and VFBTerms Objects:
- Introduced
vfb.term(aVFBTermobject) andvfb.terms(a list ofVFBTermobjects), enabling lazy loading of data. - Full integration with image loading and display via Navis tools:
- Display 3D plots:
terms.plot3d() - Show thumbnails:
term.show() - Open on Virtual Fly Brain (VFB) website:
terms.open(),term.open() - Get a summary as a Pandas DataFrame:
terms.get_summaries(),term.summary
- Display 3D plots:
- Introduced
-
Enhanced Data Features:
- Added subtypes and subparts, along with combined children parameters.
- Introduced morphological similarity scores and potential driver results.
- Added
downstream_partnersandupstream_partnersattributes toVFBTerm.
-
New Plotting and Visualization Options:
- Draft functionality for plotting by type or connectivity.
- Added
include_templateoption for plots. - Merged thumbnail view available via
VFBTerms.show().
-
Logical Operations and Comparisons:
- Added a full set of logical operations and comparison methods.
-
New Query Capabilities:
- Added support for scRNAseq queries.
-
Minor Enhancements and Bug Fixes:
- Direct cross-references (xrefs) can now be used to create term(s).
- Various minor fixes and improvements.
- More updates and enhancements to the documentation.
Full Changelog: v2.0.2...v2.1.7