Skip to content

Commit

Permalink
Release 0.98.0 (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboulais authored Aug 20, 2024
1 parent f60a05e commit b59904c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.98.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.98.0)
* Notable changes for users:
* Fixed unnecessary splitting of GAQ periods
* Format properly FLP statistics
* Notable changes for developers:
* Fixed calculation of timestamps which define gaq_effective_periods, so only flags of detectors which are defined in global_aggregated_quality_detectors are taken into account for the calculation
* Added filtering by INEL and mu values to runs API
* Added API for fetching synchronous QC flags

## [0.97.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.97.0)
* Notable changes for users:
* Updates some of the headers from the FLP Statistics table from run-details page
Expand Down
4 changes: 4 additions & 0 deletions database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.98.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.98.0)
* Changes made to the database
* Removed data_pass_versions column 'deleted_from_monalisa' and added data_pass_version_status_history table

## [0.97.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.97.0)
* Changes made to the database
* Added column type (ENUM) to detectors table
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "0.97.0",
"version": "0.98.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit b59904c

Please sign in to comment.