Daniel Bradburn
Daniel Bradburn
I've made a few changes to quepy app and tests so that python 3 is working in the test suite. I skipped the tests which check that a Value is...
There are a number of standard tests which are interesting and should be added: https://github.com/python/cpython/blob/master/Lib/test/test_dis.py I also have some tests which from my now abandoned backports.dis project which may be...
## Description At the moment the JSONRenderer class does not support the `sort_keys` argument of `json.dumps`. This pull request adds this functionality with the ability to override this behaviour in...
Fix for https://github.com/Nixtla/statsforecast/issues/976
### What happened + What you expected to happen It is not possible to run statsforecast when running with `PYTHONOPTMIZE=2` (which strips `__doc__`) since there is some automatic formatting being...