J. Ungermann
J. Ungermann
I second this. We plan to use cartopy for a flight planning tool used in remote locations with bad internet connection and want to automatically install it and the necessary...
This can be traced back to this change https://github.com/hgrecco/pint/commit/19c9d326975e2255c2ea51aed8d1be2ae8f7d579 Seemingly it is missing in the CHANGES "breaking change" section?
I have problems unpickling data with 0.19 that was pickled with 0.18. This may not be a "bug" per se, but it is a "breaking change" for me. I am...
I think, I could try creating a merge request that'd be "backwards-compatible" when reading in pickles. Would you be interested in that?
I currently have the same issue and the work-around does not work around the problem for me. The repository was created using the web interface and only the old API...
black was rather aggressive and, let's say controversial, with its formatting. the setup.py/flake8 integration isn't working anymore, but flake8 itself is a nice *checker*. Reformatting source code cannot be done...
Mmmh. I do no think that we should avoid any modules having the same name as standard library ones if it is somewhere on a sublevel. We shouldn't import these...
E.g. the airdata.py module uses `import time`, whereby our time module is in the same directory. this import uses the standard library time module as intended. To use our time...
I suggest disabling this check in our flake8-checker.
This is also, incidentally, the kind of issue, why I would like a more stable test environment.