Skip to content

Fix issue with isinstance with ArrayLike#237

Merged
danielward27 merged 1 commit intomainfrom
arraylike
Feb 21, 2026
Merged

Fix issue with isinstance with ArrayLike#237
danielward27 merged 1 commit intomainfrom
arraylike

Conversation

@danielward27
Copy link
Copy Markdown
Owner

@danielward27 danielward27 commented Feb 21, 2026

Restricts python version to >3.11 and fixes #230. The tests now run on 3.11 and 3.x to try and avoid further python version related issues. Whilst unfortunate to restrict to >3.11:

  • Recent numpyro versions restricts to python > 3.11, and we need a recent numypro version (>=0.20.0), because of recent breaking changes to their distributions, and I will only support the more up to date version.
  • This is slightly annoying as numpyro is an optional dependency, but to run all tests on 3.11 and 3.x (some of which include numpyro), this is the easiest (albeit slightly lazy) solution.

@danielward27 danielward27 merged commit 2ea74bd into main Feb 21, 2026
2 checks passed
@danielward27 danielward27 deleted the arraylike branch February 21, 2026 13:40
@danielward27 danielward27 changed the title Arraylike Fix issue with isinstance with ArrayLike Feb 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

utils.arraylike_to_array fails for jax==0.8.2 due to isinstance(arr, ArrayLike) failure

1 participant