Vfb-connect

Latest version: v2.2.15

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 14

2.1.10

Not secure
**What's New in This Release**

1. **New VFBTerm and VFBTerms Objects**:
- Introduced `vfb.term` (a `VFBTerm` object) and `vfb.terms` (a list of `VFBTerm` objects), 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`

2. **Enhanced Data Features**:
- Added subtypes and subparts, along with combined children parameters.
- Introduced morphological similarity scores and potential driver results.
- Added `downstream_partners` and `upstream_partners` attributes to `VFBTerm`.

3. **New Plotting and Visualization Options**:
- Draft functionality for plotting by type or connectivity.
- Added `include_template` option for plots.
- Merged thumbnail view available via `VFBTerms.show()`.

4. **Logical Operations and Comparisons**:
- Added a full set of logical operations and comparison methods.

5. **New Query Capabilities**:
- scRNAseq queries.
- transgene expression
- lineage clone
- lineage ref

6. **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.
- fix for xref with spaces in db prefix (symbols for DB refs are coming)

**Full Changelog**: https://github.com/VirtualFlyBrain/VFB_connect/compare/v2.0.2...v2.1.10

2.1.9

Not secure
**What's New in This Release**

1. **New VFBTerm and VFBTerms Objects**:
- Introduced `vfb.term` (a `VFBTerm` object) and `vfb.terms` (a list of `VFBTerm` objects), 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`

2. **Enhanced Data Features**:
- Added subtypes and subparts, along with combined children parameters.
- Introduced morphological similarity scores and potential driver results.
- Added `downstream_partners` and `upstream_partners` attributes to `VFBTerm`.

3. **New Plotting and Visualization Options**:
- Draft functionality for plotting by type or connectivity.
- Added `include_template` option for plots.
- Merged thumbnail view available via `VFBTerms.show()`.

4. **Logical Operations and Comparisons**:
- Added a full set of logical operations and comparison methods.

5. **New Query Capabilities**:
- scRNAseq queries.
- transgene expression
- lineage clone
- lineage ref

6. **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**: https://github.com/VirtualFlyBrain/VFB_connect/compare/v2.0.2...v2.1.9

2.1.8

Not secure
**What's New in This Release**

1. **New VFBTerm and VFBTerms Objects**:
- Introduced `vfb.term` (a `VFBTerm` object) and `vfb.terms` (a list of `VFBTerm` objects), 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`

2. **Enhanced Data Features**:
- Added subtypes and subparts, along with combined children parameters.
- Introduced morphological similarity scores and potential driver results.
- Added `downstream_partners` and `upstream_partners` attributes to `VFBTerm`.

3. **New Plotting and Visualization Options**:
- Draft functionality for plotting by type or connectivity.
- Added `include_template` option for plots.
- Merged thumbnail view available via `VFBTerms.show()`.

4. **Logical Operations and Comparisons**:
- Added a full set of logical operations and comparison methods.

5. **New Query Capabilities**:
- Added support for scRNAseq queries.

6. **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**: https://github.com/VirtualFlyBrain/VFB_connect/compare/v2.0.2...v2.1.8

2.1.7

Not secure
**What's New in This Release**

1. **New VFBTerm and VFBTerms Objects**:
- Introduced `vfb.term` (a `VFBTerm` object) and `vfb.terms` (a list of `VFBTerm` objects), 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`

2. **Enhanced Data Features**:
- Added subtypes and subparts, along with combined children parameters.
- Introduced morphological similarity scores and potential driver results.
- Added `downstream_partners` and `upstream_partners` attributes to `VFBTerm`.

3. **New Plotting and Visualization Options**:
- Draft functionality for plotting by type or connectivity.
- Added `include_template` option for plots.
- Merged thumbnail view available via `VFBTerms.show()`.

4. **Logical Operations and Comparisons**:
- Added a full set of logical operations and comparison methods.

5. **New Query Capabilities**:
- Added support for scRNAseq queries.

6. **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**: https://github.com/VirtualFlyBrain/VFB_connect/compare/v2.0.2...v2.1.7

2.1.6

Not secure
**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 can be used to create term(s)
add include_template option on plots
Added a full set of logical operations and comparisons
More fixes and improvements to the documentation
Added merged thumbnail via VFBTerms.show()

**Full Changelog**: https://github.com/VirtualFlyBrain/VFB_connect/compare/v2.0.2...v2.1.6

2.1.5

Not secure
**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 can be used to create term(s)
add include_template option on plots
Added a full set of logical operations and comparisons
More fixes and improvements to the documentation

**Full Changelog**: https://github.com/VirtualFlyBrain/VFB_connect/compare/v2.0.2...v2.1.5

Page 6 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.