Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn committed Sep 15, 2020
1 parent 30501af commit 31d9ecb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion thc-net/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "thc-net"
version = "0.1.1"
version = "0.2.0"
description = ""
authors = ["Hartorn <hartorn.github@gmail.com>"]

Expand Down

0 comments on commit 31d9ecb

Please sign in to comment.