JuliaHomotopyContinuation / HomotopyContinuation.jl

A Julia package for solving systems of polynomials via homotopy continuation.
https://www.JuliaHomotopyContinuation.org
MIT License
175 stars 30 forks source link

`Threads.resize_nthreads!` is deprecated #560

Open oameye opened 7 months ago

oameye commented 7 months ago

Wanted the point out that from 1.9 the Threads.resize_nthreads! function is considered as depricates. The documentation has the warning:

This function is deprecated, since as of Julia v1.9 the number of threads can change at run time. Instead, per-thread state should be created as needed based on the thread id of the caller.

However, it is used by HomotopyContinuation.jl to handle the threading functionality.

image

PBrdng commented 7 months ago

Thanks for notifying. @saschatimme can you take care of this?