You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #631, NeuriteType enum values are displayed as integers in pandas DataFrame unless explicitly casted to object dtype.
Perhaps we should achieve enum ordering by some other means rather than making it IntEnum (for instance, backport OrderedEnum implementation).
The text was updated successfully, but these errors were encountered:
Changes:
- Require 'enum34' only for Python<3.4
- Create plotly module
- Specify morph_stats example config path in help
- Fix: Section type constants are shown as integers #697
- 3-points contours are not longer interpreted as SomaThreePoint
Since #631,
NeuriteType
enum values are displayed as integers in pandas DataFrame unless explicitly casted toobject
dtype.Perhaps we should achieve enum ordering by some other means rather than making it
IntEnum
(for instance, backportOrderedEnum
implementation).The text was updated successfully, but these errors were encountered: