diff 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
line wrap: on
line diff
--- a/NEWS	Thu Nov 25 19:05:41 2021 +0100
+++ b/NEWS	Fri Nov 26 19:03:32 2021 +0100
@@ -30,7 +30,10 @@
   unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, 
   it raises a 415 error code.
 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
-  
+* "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
+* "/instances/{...}/numpy": Download the instance as a Python numpy array
+* "/series/{...}/numpy": Download the series as a Python numpy array
+
 Lua
 ---