Skip to content

WIP: Feature datatype

Maxim Gonchar requested to merge feature-datatype into master

Refactor data structure

Updates:

  • Change column major to row major
  • Remove SinkType/SouceType templates
  • Make DataTtype carry number type
  • DataType.size is now number, not method
  • Clean transformations
  • Update broadcasting order
  • Add datatype duplicate_from() method to copy pointers as well

DataTypes:

  • Add TypesFunction to check floating point precision
  • Make histogram of higher priority

Other:

  • Deprecate Accessor t_
  • Add begin()/end() to SimpleDict
  • Make single() return OutputDescriptor?
  • Replace EntryHandle::operator[] with EntryHandle::data
  • Provide constructors with instances of variables as arguments
Edited by Maxim Gonchar

Merge request reports