Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NeuronConnector class for connectivity of TreeNeurons #119

Closed
wants to merge 33 commits into from

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    50473f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f6b246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79e98c5 View commit details
    Browse the repository at this point in the history
  4. test and fix NeuronConnector

    clbarnes committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7ae4c48 View commit details
    Browse the repository at this point in the history
  5. Use old typing names

    clbarnes committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    370d2d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. docs: small updates

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3a7ff88 View commit details
    Browse the repository at this point in the history
  2. TraversalModel: avoid changing source/target data type

    - the old implementation led to a int->float->int conversion which caused
      64bit integer IDs to be mangled
    - also add warning about non-numeric source/target IDs
    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c311be3 View commit details
    Browse the repository at this point in the history
  3. MeshNeuron: fix docstring

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7e161fa View commit details
    Browse the repository at this point in the history
  4. new TreeNeuron property: .surface_area

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2790292 View commit details
    Browse the repository at this point in the history
  5. improve pointlabels_to_meshes:

    - fix bug that prevent it from running
    - add second method "majority"
    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d925fc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78751c4 View commit details
    Browse the repository at this point in the history
  7. neuron CompartmentModel: speed up adding recordings by ...

    ... looking up all segments at once
    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d8a2b2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8d7c8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    624d5a2 View commit details
    Browse the repository at this point in the history
  10. fix readthedoc config

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a591dc2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    da32100 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7e4bd2 View commit details
    Browse the repository at this point in the history
  13. docs: fix Zenodo badge

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a080156 View commit details
    Browse the repository at this point in the history
  14. README: add some example references

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ccf8791 View commit details
    Browse the repository at this point in the history
  15. Create CODE_OF_CONDUCT.md

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8794995 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2e73f2f View commit details
    Browse the repository at this point in the history
  17. first pass at I/O using parquet files

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8e6124a View commit details
    Browse the repository at this point in the history
  18. Update issue templates

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    98adc93 View commit details
    Browse the repository at this point in the history
  19. Update issue templates

    schlegelp authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5a19736 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d1cbd03 View commit details
    Browse the repository at this point in the history
  21. neuprint: If the segmentation layer has multiple sources, assume we w…

    …ant the first one.
    stuarteberg authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2b16dfc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5c9ca5c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5470fc9 View commit details
    Browse the repository at this point in the history
  24. empty plot for empty TreeNeuron instead of error

    Plotting an empty TreeNeuron previously threw an `AttributeError`:
    
    ```
    empty_skel = navis.TreeNeuron(None)
    navis.plot3d(empty_skel)
    ```
    floesche authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c66c04b View commit details
    Browse the repository at this point in the history
  25. empty plot for empty TreeNeuron instead of AttributeError

    Plotting an empty TreeNeuron previously threw an `AttributeError`:
    
    ```
    empty_skel = navis.TreeNeuron(None)
    navis.plot3d(empty_skel)
    ```
    floesche authored and clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2c32c29 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1100f3b View commit details
    Browse the repository at this point in the history
  27. Fix modern typing usage

    clbarnes committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    149a95b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    314dd8c View commit details
    Browse the repository at this point in the history