Nathan Goldbaum
Nathan Goldbaum
`PyArray_Pack` is a more general API than `PyArray_SETITEM`, since the latter doesn't support casts. There's also a publicly visible comment in `ndarraytypes.h` that `PyArray_Pack` should be preferred for cases where...
Currently, users will see seg faults if a user-defined dtype is passed somewhere where `copyswap` is used internally to copy array elements. If we require that user-defined dtypes implement a...
I'm helping someone debug an issue building some software in a conda environment. The package they're building uses scikit-build and they happen to have a `/usr/bin/cmake3` executable in their PATH....
If a new user's blog has been seen before there's nothing adding friction to doing self-promotion as a new user. See e.g. this domain: https://lobste.rs/domains/allaboutcoding.ghinda.com EDIT: (since submitting the issue...
I spent a bit of time following the (normally excellent) advice in this tutorial to try a COUNT_ALLOCS build while debugging a reference leak and found that it did nothing....
I think we're now in a position where we can ship unyt 3.0. * Are we ready to do that? * We may want to look at the open issues,...
### Describe your issue I currently see seg faults in `sequential_parallel`, `cpp_exceptions`, and intermittently in `cpp_smart_ptr.test_unique_ptr`. After disabling those tests by running the test runner like this: ``` CFLAGS="-O0" python...
At least locally on my mac this test always hangs. I have an M3 Mac, I'm not sure if there are other developers with macs where this test works. I...
When I try to build under python2.7 on Windows 10, I get the following error: ``` $ python setup.py build_ext -i running build_ext building 'cyglfw3.glfw3' extension C:\Users\dxl\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe...
It would be nice if there were a way to control the scaling of the volume rendered field. In particular I'd like to have a control to turn on and...