Yue Yang
Yue Yang
I think a straightforward way to implement this is to regard `block` as a proxy to `model`, otherwise JuMP needs to traverse the tree-like structure (or even a graph) to...
I realize that maintaining a tree structure is necessary to record the hierarchical relations of blocks, but maybe their contents should still be stored in a flat dict for easier...
@zephyr111 It seems that SVML is used for double version of functions as well https://github.com/ispc/ispc/blob/main/stdlib/include/svml.isph
Thanks for your contribution! I personally do not have ARM device, but it is great to have wheels for linux-aarch64.
The 0.4.0 release has built Linux aarch64 wheels.
Why does pl.col works fine with Object, but pl.struct does not? This also makes multiple column aggregation including Object column impossible. A shorter reproduction: ```python import polars as pl #...
Thanks for your work on reversible flow! The BTES often uses different directions of fluid in winter and summer, so it would be crucial to support this. Is there any...
Xpress is not on my roadmap at present.
Thanks for quick replies! I think the correct behavior should be: For the first case (user requires `static` but subproject leaves `static` unspecified), `default_options: 'fmt:default_library=static'` is an acceptable workaround because...
I think that static:true is actually a dependency-wise prefer_static.