Maximilian Linhoff
Maximilian Linhoff
Sorry, I meant to tag this issue here: #13479 which is just a switch of the last two numbers, which is funny that it turns out to be related issues...
> 84.6±40μs The uncertainty is 50 % of the value...
Now I am very confused... I checked also creating an `AltAz` instance, which was our original bottleneck, and that is slower here than on main... how can that be if...
Scratch that, I must have fooled myself somehow with switching branches and editable installs...
Thanks @astrofrog, I remember dabbling around with writing a ufunc in C by hand a year ago or so, but ran into all the edge cases we test for *...
From the dict docs: > Changed in version 3.7: Dictionary order is guaranteed to be insertion order. This behavior was an implementation detail of CPython from 3.6. > Changed in...
Checking if you have `reversed(odict)` somewhere in the code? I think this will error on 3.7 when you change an OrderedDict to dict, so should be safe just to convert...
The way how to customize the css of the pydata sphinx theme has changed in some releases. I'd say: * fix the version to something that works with the current...
Fix worked for me as well
One more thing: Mention that the policy package is required basically everywhere (I.e. also custom images of the daemons, init and clients are needed, not just server). The current version...