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
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
* Changing PrimitiveType to NumericType * Removing the macro for
declaring sub-types of NumericType and instead using template
arguments * Addding a static SINGLETON member to the NumericType base
class instead of the macros for methods for creating singletons for
each numeric type * Removing NullType's inheritance of PrimitiveType
* Removing intermediate base class between {Integer,Floating}ArrayImpl
and PrimitiveType and just making a concrete template based class
{Integer,Floating}Array * Changing FLOAT and DOUBLE to FLOAT32 and
FLOAT64
Author: Joshua Storck <[email protected]>
Closes#55 from joshuastorck/pandas-2.0 and squashes the following commits:
1614d44 [Joshua Storck] * Fixing native.p{xd,yx} so that it matches the latest C++ code * Changing PrimitiveType to NumericType * Removing the macro for declaring sub-types of NumericType and instead using template arguments * Addding a static SINGLETON member to the NumericType base class instead of the macros for methods for creating singletons for each numeric type * Removing NullType's inheritance of PrimitiveType * Removing intermediate base class between {Integer,Floating}ArrayImpl and PrimitiveType and just making a concrete template based class {Integer,Floating}Array * Changing FLOAT and DOUBLE to FLOAT32 and FLOAT64
0 commit comments