blaze / datashape

Language defining a data description protocol
BSD 2-Clause "Simplified" License
183 stars 65 forks source link

Inconsistent use of 'real' #205

Open jcrist opened 8 years ago

jcrist commented 8 years ago

Datashape has 3 things using the word "real" in them:

This is inconsistent, and should be corrected. I'd prefer to make ds.predicates.isreal check for containment in ds.typesets.real (expanding isreal to return True for integers). Removing the alias may or may not be beneficial.