From 31d9ecb12f9d81554cb8254d75a9eee3d21e77ae Mon Sep 17 00:00:00 2001 From: Hartorn Date: Tue, 15 Sep 2020 09:14:26 +0200 Subject: [PATCH] chore: release v0.2.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ thc-net/pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 727c5f0..effe5be 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ +# [0.2.0](https://github.com/Hartorn/thc-net/compare/v0.1.1...v0.2.0) (2020-09-15) + + +### Bug Fixes + +* **deps:** update dependency scikit-learn to v0.23.1 ([1301a64](https://github.com/Hartorn/thc-net/commit/1301a644f5d236c41ddcea437cae7d1fdd0f8adb)) +* **deps:** update dependency tensorflow to v2.2.0 ([26b24a9](https://github.com/Hartorn/thc-net/commit/26b24a908f1eb28894816b16cea1a3d6ce0e823b)) +* **deps:** update dependency tensorflow-addons to v0.10.0 ([b6b64e0](https://github.com/Hartorn/thc-net/commit/b6b64e014b123b29a00b1bf8605fd7753e03e0d3)) +* **deps:** update dependency tensorflow-addons to v0.9.1 ([c1a1138](https://github.com/Hartorn/thc-net/commit/c1a1138a8bec4a5411f9ea6a8c877f9276693341)) + + +### Features + +* adding predict + explain ([191b7da](https://github.com/Hartorn/thc-net/commit/191b7dae72c366ce785fffde5508710259006cc8)) +* conv1d first version ([9d3e65a](https://github.com/Hartorn/thc-net/commit/9d3e65a1781394df40f47627e0055313d749a5ee)) +* new version of 1d conv ([7404346](https://github.com/Hartorn/thc-net/commit/7404346d4af4f58067b9cbf8237a3b53e2c06d16)) +* testing image model and conv1d ([8745a49](https://github.com/Hartorn/thc-net/commit/8745a497009594c2f03f98bdb41798e4167e2f38)) +* V3 for conv1d ([eab5946](https://github.com/Hartorn/thc-net/commit/eab59465919f7e229607e1d432ab89ee3f58fb4f)) + + + ## [0.1.1](https://github.com/Hartorn/thc-net/compare/v0.1.0...v0.1.1) (2020-03-23) diff --git a/thc-net/pyproject.toml b/thc-net/pyproject.toml index eb98b9f..67a4beb 100755 --- a/thc-net/pyproject.toml +++ b/thc-net/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thc-net" -version = "0.1.1" +version = "0.2.0" description = "" authors = ["Hartorn "]