From 6fee8bea54b03b815d0dafe63e4803709027ffa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:35:52 +0000 Subject: [PATCH] chore(master): release 2.3.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ setup.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c518d7a..5a1ff2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [2.3.2](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v2.3.1...v2.3.2) (2023-08-30) + + +### Bug Fixes + +* add pyyaml to requirements.txt ([d572ded](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/d572ded36c114fc3dc88f1c19893c1e81585979e)) +* efficientnet imports ([70080f6](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/70080f65b451b368cec1415479b98c15065b0e22)) +* efficientNet Model params ([7057fab](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/7057fab3af87b7220b54424061378ebf884cd47c)) +* Import modules according to TensorFlow versions ([65600ff](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/65600ffe06e0223fc36c5f17957e9b6e76f1d2a7)) +* linter issue of unused import ([5f607e4](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/5f607e4cc50af2ebeaf03f8b316deb0a9e8c8393)) +* read the docs theme ([f6732e7](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/f6732e7927aa8f65d449af2a7bdb8e7dd35afe88)) +* remove duplicate efficientnet imports ([3896425](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/38964250c77839c4ea11bda591140bb22728bff9)) +* revert to original way of importing ([7af54c9](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/7af54c9eb159a5d02d8e49d891673c3f8a591b38)) +* update EfficientNet import issue ([758a0f4](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/758a0f4a54a4063a7f22887b33f07763e9cac6ce)) +* use checkpoints properly for predictions [#65](https://github.com/Kohulan/DECIMER-Image_Transformer/issues/65) and [#66](https://github.com/Kohulan/DECIMER-Image_Transformer/issues/66) ([f47ac99](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/f47ac99eaebfd16e45281d094884bdecc566f507)) + + +### Reverts + +* original implementation ([e1b946a](https://github.com/Kohulan/DECIMER-Image_Transformer/commit/e1b946aa849e6a78448acd83f7b2e24e5e228f0b)) + ## [2.3.1](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v1.0.1...v2.3.1) (2023-07-04) diff --git a/setup.py b/setup.py index f96158d..f5ad761 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="decimer", - version="2.3.1", + version="2.3.2", author="Kohulan Rajan", author_email="kohulan.rajan@uni-jena.de", maintainer="Kohulan Rajan, Otto Brinkhaus ",