2 .. ===============LICENSE_START=======================================================
4 .. ===================================================================================
5 .. Copyright (C) 2017-2018 AT&T Intellectual Property & Tech Mahindra. All rights reserved.
6 .. ===================================================================================
7 .. This Acumos documentation file is distributed by AT&T and Tech Mahindra
8 .. under the Creative Commons Attribution 4.0 International License (the "License");
9 .. you may not use this file except in compliance with the License.
10 .. You may obtain a copy of the License at
12 .. http://creativecommons.org/licenses/by/4.0
14 .. This file is distributed on an "AS IS" BASIS,
15 .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 .. See the License for the specific language governing permissions and
17 .. limitations under the License.
18 .. ===============LICENSE_END=========================================================
21 # Face Privacy Filter Release Notes
24 * Documentation and package update to use install instructions instead of installing
25 this package directly into a user's environment.
29 * Refactor documentation into sections and tutorials.
30 * Create this release notes document for better version understanding.
33 * Refactor to remote the demo `bin` scripts and rewire for direct call of the
34 script `filter_image.py` as the primary interaction mechanism.
37 * Refactor for compliant dataframe usage following primary client library
38 examples for repeated columns (e.g. dataframes) instead of custom types
39 that parsed rows individually.
40 * Refactor web, api, main model wrapper code for corresponding changes.
41 * Migration from previous library structure to new acumos client library
42 * Refactor to not need **this** library as a runtime/installed dependency