Emergency Self-Construct

Results 76 issues of Emergency Self-Construct

During the next release (0.59.0) -- run the pre-tag test (testing the commit that would be tagged as a release) through conda-forge. See also: https://github.com/numba/numba/wiki/Minutes_2023_10_24#0-discussion

Task

As discussed in: https://github.com/numba/numba/issues/9272 it is is worth considering if Numba should adopt SPEC 0: https://scientific-python.org/specs/spec-0000/ The proposed schedule for adoption is drop 3.8 with 0.59 which is NEXT and...

feature_request

Apparently the repo at: https://github.com/brodie/cram has been set to archived state. But it seems like it has already been adopted into this: https://www.prysk.net/ It may make sense to replace cram,...

enhancement

During the next release (0.42.0) -- run the pre-tag test (testing the commit that would be tagged as a release) through conda-forge. See also: https://github.com/numba/numba/wiki/Minutes_2023_10_24#0-discussion

feature_request

--- ## Feature request Convert llvmlite to use a `pyproject.toml` instead of a `setup.py`.

feature_request

With the 0.41.0rc1 tag, the release workflow was triggered, but failed. https://github.com/numba/llvmlite/actions/runs/5891742339 The error message was: `invalid tag format 'v0.41.0rc1'`

bug

--- ## Feature request Currently llvmlite isn't making use of the Sphinx [autodoc](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html) feature, but instead the docs have been written verbatim into the `git` repository, for example: https://github.com/numba/llvmlite/blob/main/docs/source/user-guide/ir/ir-builder.rst The...

feature_request

I saw that you are using lz4 for compression. Perhaps you are also interested in the Blosc metacodec: http://www.blosc.org It actually supports using lz4 under the hood and can yield...

I tried to execute the code as listed and i receive the following error: ```pycon Python 3.8.2 (default, Mar 26 2020, 10:43:30) Type 'copyright', 'credits' or 'license' for more information...

This is a reminder to refactor `numba_rvsdg/tests/test_figures.py` as per: https://github.com/numba/numba-rvsdg/pull/50#discussion_r1253057244 Pending merge of #50 and #75