Wolfgang Noichl

Results 5 issues of Wolfgang Noichl

E.g., `IEEE Transactions on Medical Imaging` is turned into `#IEEE_J_MI#`, I think the correct abbreviation would be `IEEE Trans. Med. Imaging`. I believe this is because `journal_abbreviations_ieee_strings.csv` is not following...

When using asyncio without Quamash, `loop.run_in_executor` doesn't necessarily need an explicit thread executor. However, in Usage in `readme.md` it's given explicitly. Is there any reason to do that, or can...

Consider 10.1143/jjap.42.l866. It's supposed to be "Part 2", and e.g. JabRef's abbreviations suggest that this is part of the journal title. It completely gets lost here.

Minimum example: ```python import numpy as np import scipy from pyamg.gallery import poisson pyamg.solve(scipy.sparse.csr_array(poisson((100,100))), b=np.random.randn(100*100)) ``` This can easily happen when building A "by hand". I didn't look into the...

fix

Currently, it is not possible to react on LBFGS errors in a meaningful way: Quite some errors (eg LBFGSERR_MAXIMUMITERATION) wouldn't render the result completely useless - one might be still...