Brett Graham

Results 107 comments of Brett Graham

6.0 is delayed and may not occur until 6.1 (Nov 2024). @nabobalis mentioning backporting and tagging a release as needed if we get started on (and make a release for)...

Changes were backported and v6 was released.

Thanks for opening this issue. There has been some work adding support for the [zarr](https://zarr-specs.readthedocs.io/en/latest/v2/v2.0.html) storage format within ASDF. This is implemented via an extension: https://github.com/asdf-format/asdf-zarr It's a new package...

To provide a bit more context. The lack of "pickle-ability" means `AsdfFile` instances do not play well with `multiprocessing`: ```python def get_a(af): return af['a'] with multiprocessing.Pool(4): pool.map(get_a, [af]) ``` Fails...

I was looking for this feature and at using `pytest_collection_modifyitems` to work around this. Doesn't https://github.com/pytest-dev/pytest-xdist/pull/778 prevent custom ordering if using `loadscope` (which for my application we have to use...

I'm also not sure the correct way to handle this. I tried a few things: 1. _Statically compile python_: I made a few attempts at this with no luck. 1....

@xobs It looks like fpga-toolchain builds python against libffi 7 so it works on Ubuntu 20.04. I'm not if it'll work with 18.04 which may only have libffi 6 (from...