.. ===============LICENSE_START======================================================= .. Acumos CC-BY-4.0 .. =================================================================================== .. Copyright (C) 2017-2018 AT&T Intellectual Property & Tech Mahindra. All rights reserved. .. =================================================================================== .. This Acumos documentation file is distributed by AT&T and Tech Mahindra .. under the Creative Commons Attribution 4.0 International License (the "License"); .. you may not use this file except in compliance with the License. .. You may obtain a copy of the License at .. .. http://creativecommons.org/licenses/by/4.0 .. .. This file is distributed on an "AS IS" BASIS, .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .. See the License for the specific language governing permissions and .. limitations under the License. .. ===============LICENSE_END========================================================= ============================= Acumos R Client Release Notes ============================= These release notes cover the Acumos R client Version 0.2-8, 12 April 2019 ---------------------------- * add 'create' and 'headers' parameters to push() : `ACUMOS-2278 `_ * add 'license' file : `ACUMOS-2278 `_ * change the meaning of '...' in push() to supply any additional elements for body of the 'POST' request. This allows optional parameters to be added to the onboarding service. Version 0.2-7 ------------- * allow the 'file' argument in run() to be a directory containing the unpacked component. Version 0.2-6 ------------- * added send.msg(..., response=TRUE) to allow more easy testing of REST-style pushes (internal interface only). * minor documentation updates such as mention of data_response run-time option. Version 0.2-5 ------------- * updated to generate meta.json version 0.5.0 * added service rpc entry in the proto file Version 0.2-4 ------------- * update push() to take the bundle and upload in pieces until the server supports bundles. * include schema version in meta.json Version 0.2-3 ------------- * improve package dependency detection by removing versions and whitespaces Version 0.2-2 ------------- * add run(init.only=TRUE) option to setup the run-time environment without actually running the server * new runtime parameter data_response=TRUE enables direct passing of the output data to the caller.When set the POST request to the functions (like /predict) returns the result in the same request. If not set (the default) it only retuns success/failure status. Version 0.2-1 ------------- * add auth() function to obtain authentication token from Acumos. * add push(token=) to use token (obtained form auth()) for authentication purposes. Version 0.2-0 ------------- * switch to using bundle model component files (.amc) instead of individual files (.json/.bin/.proto) * add debuging env var ACUMOS_DEBUG for verbose logging Version 0.1-2 ------------- * add support for push() * include non-loaded dependencies Version 0.1-1 ------------- * add documentation * add transform, fit, genertae and service endpoints Version 0.1-0 ------------- * initial version The Acumos R Client library code is maintained by Simon Urbanek at Forge `_. See also: * `Acumos R client info on rforge.net `_ * `NEWS `_ for info on revisions to the Acumos R Client * `Acumos R Interface `_ guide on github