comparison NEWS @ 4834:bec432ee1094

download of numpy arrays from the REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 Nov 2021 19:03:32 +0100
parents 4cfd96732076
children b3d0a3a4d890
comparison
equal deleted inserted replaced
4833:970092a67897 4834:bec432ee1094
28 * API version upgraded to 16 28 * API version upgraded to 16
29 * If an image can not be decoded, ../preview and ../rendered routes are now returning 29 * If an image can not be decoded, ../preview and ../rendered routes are now returning
30 unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, 30 unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise,
31 it raises a 415 error code. 31 it raises a 415 error code.
32 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip' 32 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
33 33 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
34 * "/instances/{...}/numpy": Download the instance as a Python numpy array
35 * "/series/{...}/numpy": Download the series as a Python numpy array
36
34 Lua 37 Lua
35 --- 38 ---
36 39
37 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received 40 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received
38 through C-Store and return a specific C-Store status code. 41 through C-Store and return a specific C-Store status code.