1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-23 21:36:24 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Hugo van Kemenade d66342b6db With setuptools_scm, MANIFEST.in only needs to include non-SCM files (or exclude SCM files) 2021-09-20 13:37:35 +03:00
Krisztián Szűcs 9722b1aa11 include license file in manifest 2020-02-18 20:01:47 +01:00
Joakim Hamren eb7d894f22 Integrated google's double-conversion lib
To fix issues with floating-point precision we've made use of Google's
double-conversion lib to handle conversions of doubles to and from strings.

In addition to fixing our precision problems this will improve double
encoding by 4-5x. Decoding is however slightly slower according to the
benchmarks - but accurate at least.

This change removes the double_precision encoding option and the
precise_float decoding option.
2017-02-14 12:20:04 +01:00
unknown 42e7d1d9da Hopefully fixed integer and double decoding capabilities to match those of the old decoder 2013-01-18 16:17:47 +01:00
Jonas Tarnstrom e1604976bf Fixed MANIFEST.in 2012-10-01 13:55:06 +02:00
Jonas Tarnstrom 8f1c3117ab Fixed MANIFEST.in 2012-10-01 13:53:26 +02:00
Ben Bangert 90b25bb5b1 include the manifest 2012-03-21 12:19:45 -07:00
unknown 83f1ee99f7 Restructured code for better pypi packaging 2012-02-07 17:11:29 +01:00