Skip to content

Commit e216a3e

Browse files
chore(master): release 2.4.0
1 parent d572ded commit e216a3e

File tree

2 files changed

+73
-1
lines changed

2 files changed

+73
-1
lines changed

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,77 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/compare/v2.3.1...v2.4.0) (2023-08-30)
4+
5+
6+
### Features
7+
8+
* Add new theme for docs ([4d69afd](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/4d69afd0e07ad9cf0e9df6ce4fcd2cd4493ae74c))
9+
* add release-please ([bbfdc80](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/bbfdc80079444b4416eebd4575fca0d45ad7cd26))
10+
* Create Bug_Report.yml ([ffb8540](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/ffb8540f201577544f1ee8319e4c311a517065f1))
11+
* Create CODE_OF_CONDUCT.md ([605fdb4](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/605fdb4d8fb60e8dda89808e159440c0170fd592))
12+
* Create ISSUES.md ([82ebb33](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/82ebb33bdf46713f09c06c20465cec114c08fbe5))
13+
* New model and preprocessing ([782c5b9](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/782c5b98fbb15cdcacdd338263506f138f7addc3))
14+
* Update config file and refactor code ([c46c852](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/c46c8520fc4bf44490af908160ccf00a075a62d9))
15+
* Update repack to fit to 512 x 512 ([960904b](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/960904b2c5422d60d1f32733e7a4769d497052ee))
16+
17+
18+
### Bug Fixes
19+
20+
* add pyyaml to requirements.txt ([d572ded](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/d572ded36c114fc3dc88f1c19893c1e81585979e))
21+
* check HEIC from path [#44](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/issues/44) ([40bb299](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/40bb29931df046d49935114888ae06058c3b3a0c))
22+
* check model path ([aacbe3a](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/aacbe3ad0b7a2ac753a6ee9065364fefcedd7d84))
23+
* delete model zipfile ([bab2193](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/bab2193d149e25b86ebda2cf4a38e0f5705b3903))
24+
* Docs issues for building ([e715966](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/e7159666ea1d5aa0a91c16c3d7216ff7ca0d493a))
25+
* docs requirements.txt ([ced96a3](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/ced96a3771cf359e30b4ed7d9767cf572e9e9d12))
26+
* Don't download model if present ([57e809f](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/57e809f5fe0475fd79ceb1b88a0ee283184f4f1a))
27+
* efficientnet imports ([70080f6](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/70080f65b451b368cec1415479b98c15065b0e22))
28+
* efficientNet Model params ([7057fab](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/7057fab3af87b7220b54424061378ebf884cd47c))
29+
* Fixed Benchmark/README example ([aaf4db2](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/aaf4db2ef8526b8faf69055afe69cb84838464ff))
30+
* flake8 errors ([99eb533](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/99eb5332d7810017dfa8c27d08c9d9ed362498f1))
31+
* Import efficient-net properly ([16b8e63](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/16b8e63c35b4dbcce752fb58df980f26d73e9b9e))
32+
* Import modules according to TensorFlow versions ([65600ff](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/65600ffe06e0223fc36c5f17957e9b6e76f1d2a7))
33+
* import pyheif ([6ecb4e4](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/6ecb4e4f2c5987c57d43f12955aa5fc56613dd2c))
34+
* linter issue of unused import ([5f607e4](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/5f607e4cc50af2ebeaf03f8b316deb0a9e8c8393))
35+
* linter issues ([839c0a2](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/839c0a2888e43d99ef8ef2b439ca591e99f4fbdf))
36+
* modify branch ([6a17ee3](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/6a17ee34454a4c486313af2b27ae2b6b9560096b))
37+
* Prediction postprocessing ([063a50f](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/063a50fda830730f1f05975ce2bed53422187030))
38+
* print original error ([504b394](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/504b394b16855ccb4630af340acfc78a771b2d8e))
39+
* pyheif isuue for windows using pillow-heif ([49bae11](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/49bae11da90c5e908eff53e5b00f93e8826aa0bd))
40+
* raise exception ([b2dad4d](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/b2dad4d3a8ab7bf54c9779d9a6091a82ba5056da))
41+
* read the docs theme ([f6732e7](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/f6732e7927aa8f65d449af2a7bdb8e7dd35afe88))
42+
* Readthedocs theme ([26c3ba0](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/26c3ba02ca2d4796a024dd783b0a5dc66352bbdb))
43+
* remove duplicate efficientnet imports ([3896425](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/38964250c77839c4ea11bda591140bb22728bff9))
44+
* Removes previous models ([fb9b858](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/fb9b85805e03083926b772807bb314e9752effc1))
45+
* revert TF version ([0f99e12](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/0f99e121da86904ce41ec598cf720f8ce089bb87))
46+
* revert to original way of importing ([7af54c9](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/7af54c9eb159a5d02d8e49d891673c3f8a591b38))
47+
* set TensorFlow version to 2.10.0 ([1221cad](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/1221cad8310082b5cd22110e3a14c86804665ed5))
48+
* start release version ([964599d](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/964599d9a380527c85c9f92aaf9f00979250876d))
49+
* Test assertion ([aaf0a55](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/aaf0a55bb1acaa619b7462e53bcb1d14276708a1))
50+
* Test expected results ([54dbbc8](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/54dbbc8cb42800599b4058adade27a7d58a7d32a))
51+
* typo Update Bug_Report.yml ([20efde3](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/20efde3840b8b9a8acc0a3b5c05ad2e766c1f2ce))
52+
* Update Bug_Report.yml ([8a01bc4](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/8a01bc46c1f0cbb3999a07e4574fea9e4bc33d55))
53+
* Update contrast setting ([f496307](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/f49630712011e62fed7fbc4247abe71943b6d2ef))
54+
* Update DOI ([71acf86](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/71acf86e024422153d9358b1e47f8c4c48ba6d58))
55+
* update EfficientNet import issue ([758a0f4](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/758a0f4a54a4063a7f22887b33f07763e9cac6ce))
56+
* Update model links ([d95a26a](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/d95a26a0b2d7984c1e6eaac72bd87aa368b7e6c0))
57+
* Update TensorFlow support for MacOS ([d4eb411](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/d4eb4113802956a096094018cdeb97808a7758df))
58+
* update tensorflow version ([d0967b5](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/d0967b52397795ec4d2de4f5ba2d6d3bdbf7686b))
59+
* Update TensorFlow, fix: Tests ([1d2b583](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/1d2b5830855dc80d24b3567280df0409c4c276c1))
60+
* Update to load functions from installation [#38](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/issues/38) ([960ffc6](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/960ffc6e0d10b72d48338b240336a23d3bf8b941))
61+
* Update tox.ini ([7615d69](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/7615d69a1f227ef2b1864ac97e54191db9ca8ac9))
62+
* Update TRC Logo ([3958dc6](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/3958dc6f18ac14c7ab6d39991757770e29658480))
63+
* use checkpoints properly for predictions [#65](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/issues/65) and [#66](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/issues/66) ([f47ac99](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/f47ac99eaebfd16e45281d094884bdecc566f507))
64+
* Verion bump ([c55769d](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/c55769dd69efa4fa41618e2b7a327b3e435e4755))
65+
* Verion bump setup.py ([61049ef](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/61049ef0089e73b62f255708e3fb1c9088afc97e))
66+
* Version bump ([7c5b765](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/7c5b76513d8fc13bccf71a9c1aa106a7f5a8167a))
67+
* Version bump ([cf628d3](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/cf628d34a297e416f0c59cb11f901bc96d96e81e))
68+
* version update ([56b18ed](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/56b18ed4f07ce120072a8cb8fc1fd53568c6d3aa))
69+
70+
71+
### Reverts
72+
73+
* original implementation ([e1b946a](https://github.com/Steinbeck-Lab/DECIMER-Image_Transformer/commit/e1b946aa849e6a78448acd83f7b2e24e5e228f0b))
74+
375
## [2.3.1](https://github.com/Kohulan/DECIMER-Image_Transformer/compare/v1.0.1...v2.3.1) (2023-07-04)
476

577

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="decimer",
18-
version="2.3.1",
18+
version="2.4.0",
1919
author="Kohulan Rajan",
2020
author_email="[email protected]",
2121
maintainer="Kohulan Rajan, Otto Brinkhaus ",

0 commit comments

Comments
 (0)