TTF2050

Results 6 comments of TTF2050

I'm using Ubuntu 22.04, python 3.10, and bash. But all of that is irrelevant. If you go to https://pypi.org/project/columnflow/, pull the tarball, and unpack it, you can see that the...

Honesty I found this accidentally while setting up the [D4RL](https://github.com/Farama-Foundation/D4RL) project.

I think I will chime in here and say this behavior is incorrect. If JSON only has a concept of "numeric", then that check is filled by the `isNumeric()` function....

Sounds like we are all saying the same thing. However, the code for isDouble() returns true for any numeric, and isNumeric() defers to isDouble().

Seems like there are a few things going on here. First, there are the types as defined in JSON: integer and number. Second, there are types as understood by computers:...

Maybe save it for the next major release? I still stand by my assertion that the changes are overall beneficial and make the API more intuitive.