.. ===============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========================================================= .. _release_notes_face-privacy: ================================= Face Privacy Filter Release Notes ================================= 0.3.4 ===== - Clean up tutorial documentation naming and remove deprecated swagger demo app - Standardize demo CSS, add region drawing to demo page 0.3.3 ===== - Clean up documentation for install and parameter descriptions - Add documentation and functionality for environment variables in push request 0.3.2 ===== - Minor updates to web JS demo pages for pending recognition model - *Type Change* rename input and output types to **region** monikers to better reflect target 0.3.1 ===== - Update model to use single image as input type - Update javascript demo to run with better CORS behavior (github htmlpreview) - Additional documentation for environmental variables - Simplify operation for active prediction to use created model (no save+load required) 0.3.0 ===== - Documentation (lesson1) updated with model runner examples. Deprecation notice in using explicit proto- and swagger-based serves. - Update the structure of the protobuf input and output to use flattened (row-based) structure instead of columnar data for all i/o channels. This should allow other inspecting applications to more easily understand and reuse implementations for image data. - Update the demonstration HTML pages for similar modifications. 0.2.3 ===== - Documentation and package update to use install instructions instead of installing this package directly into a user's environment. - License addition 0.2.2 ===== - Refactor documentation into sections and tutorials. - Create this release notes document for better version understanding. 0.2.1 ===== - Refactor to remote the demo ``bin`` scripts and rewire for direct call of the script ``filter_image.py`` as the primary interaction mechanism. 0.2.0 ===== - Refactor for compliant dataframe usage following primary client library examples for repeated columns (e.g. dataframes) instead of custom types that parsed rows individually. - Refactor web, api, main model wrapper code for corresponding changes. - Migration from previous library structure to new acumos client library - Refactor to not need **this** library as a runtime/installed dependency