2019-04-05: version 0.2.137 release candidate 1 - Added option to throttle orders sent t the viewer in order to avoid a penury of socket buffers. - Modified current_datetime method to accept a datetime object instead of a timestamp - Fixed issue wherein the look_at method did not work as expected due to out-of-range longitudes. - Added option to disable dynamic packing in the utils.set_field method (data are stored with offset = 0.0 and scale = 1.0) - Added method utils.import_granule_from_syntool to let users load data extracted from a Syntool portal. - Added support for the NEWSAligned parameter in collection configuration. - Workaround implemented to get any free port for the seascope-processor in case the default one is not available. - Improved handling of NaN values in utils.set_field method. - Added the upload.get_id_for method to get the identifier of a variable from its label and its collection's label. - Added the select_variable_by_id and select_variable_by_label methods to [un]select a variable in the SEAScope catalogue. 2017-09-08: version 0.1.112 - Simplifed structure for extracted granules: metadata are stored in the "meta" dictionary, values are stored in the "data" dictionary - Orientation fo data arrays is now the same in the extracted data as it is in SEAScope (no more flip up/down required) - New helper methods for identifiers initialization, geographical coordinates interpolation from GCPs and plots generation - Fix bug wherein disconnection was not detectable by the SEAScope viewer 2017-07-21: version 0.1.94 - Fix setup for Python environments where the "which" function is not missing. 2017-06-22: version 0.1.93 - First public release