Skip to content

Commit

Permalink
chore(master): release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 30, 2023
1 parent d572ded commit 6fee8be
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,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)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ",
Expand Down

0 comments on commit 6fee8be

Please sign in to comment.