-
In https://github.com/ipython/ipython/blob/19b061c4daabfd35a9f56cfadeb321df7a3cdabe/IPython/core/magics/execution.py#L301 the `Stats` object is mutated with `strip_dirs()` which permanently removes th…
-
Dear developers,
The sort function of the typed list is almost 10 times slower than that of the reflected list.
```python
import numba as nb
@nb.njit
def mk_typed_list(n):
x = nb.typed…
-
This is to track PR #2403 , which was closed because of inactivity. Please feel free to reopen the PR when work resumes.
-
Hi Chen,
First of all let me say that your solver is amazing, the short solutions that it produces in such a short amount of time are very impressive. I have been trying to reverse engineer how your…
-
With the project winding down, it is time to define a stable landing point where we can leave it for those wanting to use it. This means:
- removing all stale code, particularly components that are…
rhc54 updated
3 weeks ago
-
How to prun MobileNet?
-
Per @rhc54 and @jsquyres phone conversation...
# ompi_info behavior
When #7202 is merged, `ompi_info` will not show PRRTE MCA params. Which is kinda weird, from a user perspective. Ralph and I…
-
### Feature details
In #4585, the decomposition of `TmpPauliRot`, a helper object of `SpecialUnitary`, was changed in order to allow the new `DefaultQubit` device to differentiate `SpecialUnitary`.
…
-
Supposedly a line profiler, there is also `%prun`, though.
Ref: https://twitter.com/vit_tucek/status/877084507119247360
-
We discussed a few times already that deleting a lot of jobs takes too much time. Removing thousands of jobs can take a few hours.
Here's an idea of how to do it better:
1. get a list of jobs t…