- Fix outer value lookup with vector data (19) - Fix compatibility with groupby from pandas 2.0
3.1.4
------------- - switch hemisphere constants to be in line with Allen Institute
3.1.3
------------- - Add a RegionMap conversion to Pandas DataFrame (6) - Add a function to compute the spatial intersection of a line-segment with a VoxelData object (11)
3.1.1
------------- - Add documentation for ROI Mask, Orientation and scalar file formats - CellCollection::save_sonata allows for a `mode`; output file can be appended to, or overwritten. - CellCollection can now read multiple SONATA popluations.
3.1.0
------------- - Add str/repr to CellCollection. - CellCollection.save_sonata learned how to `force_library` so that the user can control the behavior of `library` creation. - Use `Rotation.from_euler` from scipy in `angles_to_matrices` (fix rotation around `x` and `z` axis). - Add `values_to_region_attribute` and `values_to_hemisphere` to convert values returned by `VoxelData.lookup()`.
3.0.2
------------- - Set the dtype of the default zero offset of VoxelData to np.float32 (consistent with the other assignments) - Use pytest for tests instead of nosetests - Cleanup deprecation warnings emitted by numpy/pandas