scholrly / neo4django

Drop-in Neo4j/Django integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FloatProperty and FloatArrayProperty

mhluongo opened this issue · comments

Neo4j supports floats. So should neo4django.

With an extension like neo4j-spatial installed, DecimalProperty and (especially) DecimalArrayProperty would be wonderful as well.

I just learned through much reading and experimenting that Decimal actually slows you down in calculations for little or no gain in precision (meaning FloatProperty/FloatArrayProperty would be wonderful to have).

Is this issue merged back to master ?