Brooks Smith
Brooks Smith
This took way too long, but now finally fixed in PR #113 !
No response to question. Closing as can't reproduce / wontfix
@connorferster : It looks like there is actually a GitHub action in here that uses `cibuildwheel` already: [wheels.yml](https://github.com/drufat/triangle/blob/master/.github/workflows/wheels.yml) - and it [ran successfully](https://github.com/drufat/triangle/actions/runs/3931274872) after the last pull request in January...
Given that there seems to be quite a few people with the same (long-standing) issue, and this package is LGPL, it may be worth forking it and creating a new...
Hi @foxx91 - The `[plot]` directive in `pip install anastruct[plot]` tells pip to install the plotting dependencies (matplotlib) along with the core anastruct dependencies. The error you've quoted here is...
Hi @someparsa : Thank you so much for helping with documentation! Ritchie has largely stepped back from maintaining the anastruct package, and I've generally taken over at this point. At...
@fazaghifari : No, we've not provided a way to customise the plots at this time; I'll mark this as an enhancement request, but unless you or someone else would like...
It appears that the nonlinear solver is getting random, uncaught failures after this switch... Random failures are always concerning, but I'm also concerned that anaStruct is returning a buckling factor...
Okay, looks like this is actually a known but long-running bug in Numpy and/or Conda and/or OpenBlas: https://github.com/numpy/numpy/issues/20233 Unfortunately, this goes beyond my comprehension of the intricacies of Python. I...
Thanks, @someparsa ! I did look at the option of extracting the `eigvals()` function from scipy - but if you keep tracing back dependent functions, you'll find that the eigenvalue...