Skip to content

Commit a67acff

Browse files
committed
New version 1.18.0
1 parent 793b8df commit a67acff

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

HISTORY.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ History
44

55
Unreleased / master
66
-------------------
7+
8+
1.18.0 (2021-02-22)
9+
-------------------
10+
711
* Add ``upsert_dc_grid`` and ``retrieve_grid_info_for_dc`` stored procedures for
812
inserting/retrieving ``GridInfo`` entries via a ``dataCollectionId`` rather than
913
``dataCollectionGroupId``.
14+
* Add ``staffComments`` to ``BLSample`` table.
15+
* Add ``offsetX`` and ``offsetY`` to ``BLSampleImage`` table.
16+
* Add ``type`` to ``BLSubSample`` table.
17+
* Add ``preferredDataCentre`` to ``BeamLineSetup`` table.
18+
* Add ``params`` option to ``fileType`` enum in ``DataCollectionFileAttachment`` table.
19+
* Add ``XRF map``, ``Energy scan``, ``XRF spectrum`` and ``XRF map xas`` options to ``experimentType`` enum in ``DataCollectionGroup`` table.
20+
* Modify ``strategyOption`` column in ``DiffractionPlan`` table to make it a varchar(200) with json_valid check.
21+
* Add ``MOSAIC`` option to ``actionType`` enum in ``RobotAction`` table.
22+
* Re-design unused tables ``XRFFluorescenceMapping`` and ``XRFFluorescenceMappingROI``.
23+
* Add new table ``XFEFluorescenceComposite``.
24+
* Re-create ``upsert_fluo_mapping`` and ``upsert_fluo_mapping_roi`` to work with the re-designed tables.
25+
* Modify ``upsert_quality_indicators`` stored procedure so that the ``p_autoProcProgramId`` parameter is used.
26+
1027

1128
1.17.1 (2021-01-13)
1229
-------------------

0 commit comments

Comments
 (0)