From 9516d032f02680375cf4a8a7b852f37ce974ee14 Mon Sep 17 00:00:00 2001 From: Michael Eliachevitch Date: Fri, 3 Nov 2023 14:13:28 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29af918..ba0bd18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased -### Fixed +### Added - [#203](https://github.com/nils-braun/b2luigi/pull/203) @AlexanderHeidelbach -* **gbasf2:** Fix `gbasf2_setup_path` setting not being passed through in some function calls. * **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`. -### Changed +### Fixed + +* **gbasf2**: 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](https://github.com/nils-braun/b2luigi/pull/207) + - Fix script to get gbasf2 project status as JSON for latest gbasf2 release. [#209](https://github.com/nils-braun/b2luigi/pull/209) @eckerpatrick -* **gbasf2:** 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. Resolves issue ![#206](https://github.com/nils-braun/b2luigi/issues/206). +* **gbasf2:** Fix `gbasf2_setup_path` setting not being passed through in some function calls. [#203](https://github.com/nils-braun/b2luigi/pull/203) @AlexanderHeidelbach ### Removed