neuprintr v0.4
This release includes a large number of changes targeted at the public release of the hemibrain dataset. Much of this work was contributed by Romain Franconville (@romainFr), who is now a core author of the package.
- Add @romainFr as an author
- Update README to mention hemibrain dataset
- Return the cropped parameter in
neuprint_get_meta()
(#24) - Add
neuprint_get_paths()
,neuprint_get_shortest_paths()
functions to find connection paths between neurons (#15, #17, #23) - Roi connectivity fixes (#21, #20)
- Fix neuprint_find_neurons("EB") returns error (#18)
- Fix common connectivity fix (#13, #16)
- Small fix to avoid returning results from ROIs that start with the same letters (#14)
- Fixes for reading neurons with new data model switch to
neuprint_read_neuron_simple
(#12) - More fixes for new hemibrain server (#11)
- Fix
neuprint_get_synapses()
(#10) - Fix
neuprint_connection_table()
(#8) - Update/simplify
extract_connectivity_df*()
(#7)