[0.10.2] - 2023-11-06
Added
- gbasf2: Local basf2 log level setting is now passed over to the grid jobs. You can now limit the log size of jobs with many warnings via
basf2.set_log_level(basf2.LogLevel.ERROR)
. This could fix some errors due to too large log sizes. Implemented by pickling localbasf2.logging.log_level
.
Fixed
-
gbasf2: Fixes to make gbasf2 wrapper work with gbasf2 release
v5.8.2
:- Change the default gbasf2 setup script path to CVMFS location in gbasf2 v5.8.2, i.e.
Reminder that this can still be customized via the
/cvmfs/belle.kek.jp/grid/gbasf2/pro/bashrc
gbasf2_setup_path
setting.
#207 - Fix to gbasf2-interacting scripts for querying project status and listing datasets. #209 @eckerpatrick and #210 @0ctagon.
- Change the default gbasf2 setup script path to CVMFS location in gbasf2 v5.8.2, i.e.
-
gbasf2: Fix
gbasf2_setup_path
setting not being passed through in some function calls. #203 @AlexanderHeidelbach
Removed
- gbasf2: Fully deprecate
gbasf2_install_directory
setting. It will be ignored from now on and a warning given if used. Instead please use thegbasf2_setup_path
setting introduced in v0.10.1 to provide the exact path to the gbasf2 setup script.gbasf2_install_directory
will not be used as a fallback anymore as was the case in v0.10.1.
New Contributors
- Tristan Fillinger @0ctagon
Full Changelog: v0.10.1...v0.10.2