Skip to content

Bugfix np.seterr(all='ignore')

Compare
Choose a tag to compare
@prisae prisae released this 04 Jul 10:55
· 57 commits to main since this release
0467d97
  • Bumped the minimum requirements to:

    • Python 3.7
    • NumPy 1.17
    • SciPy 1.4
    • Numba 0.47
  • Legacy clean-up: The kernel of empymod used to switch off all NumPy errors
    via np.seterr(all='ignore'). That means that any script or library that
    used empymod switched off all warnings from NumPy, which is not good. Since
    empymod v2 this does make even less sense, as the entire kernel is jitted
    with numba. This setting is therefore removed.