Skip to content

v0.10.2

Latest
Compare
Choose a tag to compare
@meliache meliache released this 06 Nov 13:32
· 9 commits to main since this release
9cb79f2

[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 local basf2.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.
      /cvmfs/belle.kek.jp/grid/gbasf2/pro/bashrc
      
      Reminder that this can still be customized via the gbasf2_setup_path setting.
      #207
    • Fix to gbasf2-interacting scripts for querying project status and listing datasets. #209 @eckerpatrick and #210 @0ctagon.
  • 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 the gbasf2_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

Full Changelog: v0.10.1...v0.10.2