Skip to content

Commit b0f625d

Browse files
committed
remove changelog (see releases page instead)
https://github.com/JeffersonLab/clasqaDB/releases
1 parent 3eae45f commit b0f625d

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ CLAS12 experiment at Jefferson Lab
1010
1. [Data storage](#storage)
1111
1. [Faraday Cup Charge Access](#charge)
1212
1. [Database Management](#dev)
13-
1. [Change Log](#changes)
1413
1. [Contributions](#contributions)
1514

1615
<a name="info"></a>
@@ -233,35 +232,6 @@ Documentation for QADB maintenance and revision
233232
* Documentation:
234233
* bits table in `README.md`
235234

236-
***
237-
238-
<a name="changes"></a>
239-
# Change Log
240-
241-
### v1.2.0 - August 2021
242-
* add FT defect bits; currently only the RGK 7.5 GeV period (`qadb/rgk_7`)
243-
includes the new FT QA results
244-
245-
### v1.1.0 - April 2021
246-
* C++ `QADB` class is now in the namespace `QA`
247-
* this is part of a fix for multiple definitions errors from `QADB` functions
248-
249-
### v1.0.0 - December 2020
250-
* `qa.*/` directories have been moved to the subdirectory `qadb/`
251-
`qadb/qa.inbending1` and `qadb/qa.inbending2` have been merged and
252-
renamed to `qadb/qa.rga_inbending`; furthermore, `qadb/qa.outbending`
253-
has been renamed to `qadb/qa.rga_outbending`
254-
* `data_table.dat` files replaced by `chargeTree.json` files
255-
* FC charge is now accessible in both Groovy and C++ classes; see examples
256-
* C++ and Groovy classes have been updated and synchronized
257-
* several new methods added, especially for charge access
258-
* the methods `hasDefect` and/or `hasDefectName` have been changed such
259-
that:
260-
* `hasDefect` takes a defect *name* as an argument
261-
* `hasDefectBit` takes a defect *bit number* as an argument
262-
* `hasDefectName` is no longer used; use `hasDefect` instead
263-
* C++ class no longer requires the JSON files be merged with a Groovy
264-
script; the class only requires the environment variable `$QADB`
265235

266236
<a name="contributions"></a>
267237
# Contributions

0 commit comments

Comments
 (0)