Skip to content

Minor bugfix release v4.0.7

Compare
Choose a tag to compare
@adam-azarchs adam-azarchs released this 23 Mar 17:17
· 189 commits to master since this release
5dabbe4

NOTE: We plan for this to be the final release to support python 2.7 for
the python adapter shim. Future versions will require python 3.7 or
higher.

Feature improvements:

  • Log a few more python-related environment variables
    • _PYTHON_SYSCONFIGDATA_NAME and it's _CONDA-prefixed version
    • JPY_PARENT_PID
    • MPLCONFIGDIR
    • Pefixes for CUDA, OMP, MKL, HDF5, and NUMEXPR.
  • Log uid, gid for user and filesystems.
  • Log the job ID for "not queued or running" errors.
  • Add profile mode py-spy.
  • Add automatic retry condition for jobcmd error.
  • Bump various dependencies.

Bug fixes:

  • Switch from travis to github actions for CI.
  • Minor streamlining of the bazel build.
  • Fix bug preventing correct logging of memory usage for long-running
    jobs.
  • Fix statfs test for overlayfs
  • Fixes for python unit testing mode.