exa-analytics / exa

The exa framework for data management, processing, and visualization
https://exa-analytics.github.io/exa
Apache License 2.0
2 stars 10 forks source link

Initial Implementation of a Data class #177

Closed tjduigna closed 4 years ago

tjduigna commented 4 years ago

Closes #167

tjduigna commented 4 years ago

Yes, as far as I understand it, HasTraits is a base class for Configurable, which additionally supplies the configuration machinery. It is probably the case that some Base classes need only HasTraits functionality because rather than relying on configurable trait values we can always have a dynamic default.

tjduigna commented 4 years ago

I updated #167 to reflect the development here.