Skip to content

Commit fdb9af2

Browse files
author
service-user-toolbox
committed
chore(release): 1.0.5
1 parent 3ad8a80 commit fdb9af2

18 files changed

+32
-17
lines changed

.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Copyright 2020 Siemens AG -->
1+
<!--- Copyright 2021 Siemens AG -->
22
<!--- SPDX-License-Identifier: MIT -->
33
# Contributing
44

@@ -33,7 +33,7 @@ success, so please respect our [Code of Conduct](../CODE_OF_CONDUCT.md).
3333

3434
### Workflow
3535

36-
Please sign our [Contribution License Agreement](../Siemens_CLA_1.0.pdf) and send it to one of our [maintainers](../MAINTAINERS.md).
36+
Please sign our [Contribution License Agreement](../Siemens_CLA_1.1.pdf) and send it to one of our [maintainers](../MAINTAINERS.md).
3737

3838
We use the
3939
[Feature Branch Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow)

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Siemens AG
1+
# Copyright 2021 Siemens AG
22
# SPDX-License-Identifier: MIT
33
.idea
44
.ipython

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
44

5+
### 1.0.5 (2021-04-01)
6+
7+
8+
### Features
9+
10+
* **TFS-10675, TFS-10674:** automate release jobs (53b4602)
11+
* **TFS-10933:** update copyright (0ac1ef1)
12+
* **TFS-11259:** remove venv and conda tests (56c7839)
13+
* **TFS-9511, TFS-11320:** save model to .pt and .onnx (4df3326)
14+
15+
16+
### Bug Fixes
17+
18+
* **TFS-11054:** update pillow version (b55c112)
19+
520
### 1.0.4 (2021-03-19)
621

722

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Copyright 2020 Siemens AG -->
1+
<!--- Copyright 2021 Siemens AG -->
22
<!--- SPDX-License-Identifier: MIT -->
33
# Contributor Covenant Code of Conduct
44

MAINTAINERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Copyright 2020 Siemens AG -->
1+
<!--- Copyright 2021 Siemens AG -->
22
<!--- SPDX-License-Identifier: MIT -->
33

44

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<!--- Copyright 2020 Siemens AG -->
2+
<!--- Copyright 2021 Siemens AG -->
33
<!--- SPDX-License-Identifier: MIT -->
44
# Toolbox for SIMATIC AI Launcher
55

Siemens_CLA_1.0.pdf

-108 KB
Binary file not shown.

Siemens_CLA_1.1.pdf

64.3 KB
Binary file not shown.

ai-examples/image-classification/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Copyright 2020 Siemens AG -->
1+
<!--- Copyright 2021 Siemens AG -->
22
<!--- SPDX-License-Identifier: MIT -->
33

44
### Image classification

ai-examples/image-classification/image-classicifation-basic.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {
66
"SPDX-License-Identifier": "MIT",
7-
"copyright": "Copyright 2020 Siemens AG"
7+
"copyright": "Copyright 2021 Siemens AG"
88
},
99
"source": [
1010
"# Basic Example for Image Classification\n"

ai-examples/image-classification/image-classification-advanced.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {
66
"SPDX-License-Identifier": "MIT",
7-
"copyright": "Copyright 2020 Siemens AG"
7+
"copyright": "Copyright 2021 Siemens AG"
88
},
99
"source": [
1010
"# Advanced Example for Image Classification\n"
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 2020 Siemens AG
1+
# Copyright 2021 Siemens AG
22
# SPDX-License-Identifier: MIT
33

44
tensorflow==1.15.2
55
tensorflow-hub==0.8.0
66
h5py==2.*
77
matplotlib==3.0.3
8-
pillow==7.1.2
8+
pillow==8.1.2
99
scipy==1.4.1

datasets/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Copyright 2020 Siemens AG -->
1+
<!--- Copyright 2021 Siemens AG -->
22
<!--- SPDX-License-Identifier: MIT -->
33

44
### Datasets for training and testing

environments/conda/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Copyright 2020 Siemens AG -->
1+
<!--- Copyright 2021 Siemens AG -->
22
<!--- SPDX-License-Identifier: MIT -->
33

44
# Using Conda

environments/conda/image-classification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Siemens AG
1+
# Copyright 2021 Siemens AG
22
# SPDX-License-Identifier: MIT
33

44
name: image-classification

environments/dockerized/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Copyright 2020 Siemens AG -->
1+
<!--- Copyright 2021 Siemens AG -->
22
<!--- SPDX-License-Identifier: MIT -->
33

44
# Using a docker container

environments/dockerized/image-classification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Siemens AG
1+
# Copyright 2021 Siemens AG
22
# SPDX-License-Identifier: MIT
33

44
version: '3'

environments/virtualenv/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--- Copyright 2020 Siemens AG -->
1+
<!--- Copyright 2021 Siemens AG -->
22
<!--- SPDX-License-Identifier: MIT -->
33

44
# Using Python virtualenv

0 commit comments

Comments
 (0)