Minor bugfix release v4.0.7
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 versionJPY_PARENT_PID
MPLCONFIGDIR
- Pefixes for
CUDA
,OMP
,MKL
,HDF5
, andNUMEXPR
.
- 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 foroverlayfs
- Fixes for python unit testing mode.