Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.68 KB

HISTORY.rst

File metadata and controls

62 lines (39 loc) · 1.68 KB

History

5.4.1 (2019-11-12)

Fix segmentation fault when enabling the SQL future methods.

5.4.0 (2019-11-11)

Breaking change:

  • Database connection package changed from mysql-connector to mysql-connector-python

5.3.0 (2019-08-15)

New method:

  • retrieve_samples_not_loaded_for_container_reg_barcode, #85

5.2.0 (2019-06-17)

  • New methods:
    • retrieve_sessions_for_beamline_and_run, #75
    • retrieve_data_collection_group, #81

5.1.0 (2019-04-16)

Added more fields to the datacollection object model.

5.0.0 (2019-03-29)

Breaking changes:

  • configuration file section ispyb_mysql_sp renamed to ispyb_mariadb_sp
  • mxprocessing: upsert_program has been removed. Use upsert_program_ex instead.
  • processing interface: removed get_processing_job

Future breaking changes:

  • Exception classes renamed and moved from ispyb.exception into ispyb. Using previous exception classes will generate deprecation warnings.

New features:

  • Authorisation built into the queries for relevant stored procedures
  • New methods for:
    • storing x-ray centring results
    • retrieving persons on a session
    • un-assigning all containers on a certain beamline
  • New reconnection parameters in config file: reconn_attempts and reconn_delay
  • update_container_assign now returns the containerId and the new containerStatus