summaryrefslogtreecommitdiff
path: root/scalarfloat.py
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-37/+16
|
* fix for issue 3870.17.8Anthon van der Neut2021-06-091-10/+10
| | | | | tagged objects that have a templated (idNNN) anchor, did get the anchor added explicitly, resulting potentially in double anchors
* remove python 2 specific codeAnthon van der Neut2021-03-091-3/+0
| | | | add future deprecation warning to old style functions
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-1/+26
|
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-4/+3
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-23/+33
|
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-211-0/+6
| | | | | | | | | | | | | Thanks for reporting I "fixed" this by making the operators return a normal (bare) float, as the preservation is mostly there for round-trips without operations. Contrary to ScalarInt you cannot as easily preserve the style, and that needs a lot more testing, and probably much smarter code (i.e. 1.23e4 *= 10 should probably give 1.23e5 and not 12.3e4). *If this change makes things work again without your explicit convert to bare float, please **Close** this issue.*
* fix issue #25: dropping comment between mapping key and value0.15.24Anthon van der Neut2017-08-091-3/+5
|
* more float stuff and mypy changesAnthon van der Neut2017-08-061-0/+8
|
* scalarfloat supportAnthon van der Neut2017-08-061-0/+77