|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | +## v1.5.2 (2024-08-16) |
| 6 | + |
| 7 | +### Build |
| 8 | + |
| 9 | +* build: add stub files and __init__.py files for C extensions to build process ([`6251b98`](https://github.com/3dct/vIQA/commit/6251b981d92874a22b7a927c9aecb8196a0ae8b9)) |
| 10 | + |
| 11 | +* build: update build_wheels_and_publish.yaml |
| 12 | + |
| 13 | +add fetch_depth for code checkout ([`1fd84d2`](https://github.com/3dct/vIQA/commit/1fd84d21edfeee91a297056164bebac220713753)) |
| 14 | + |
| 15 | +* build: update workflows |
| 16 | + |
| 17 | +add pull_request trigger for Build, add concurrency for Documentation, add event trigger for Documentation ([`6e8bc98`](https://github.com/3dct/vIQA/commit/6e8bc98ababa3264667651bed4913c3102be424e)) |
| 18 | + |
| 19 | +* build: fix build_wheels_and_publish.yaml |
| 20 | + |
| 21 | +add code checkout to github release job ([`e2c9a39`](https://github.com/3dct/vIQA/commit/e2c9a39b7ba22b522502db637e822097a85a5c62)) |
| 22 | + |
| 23 | +### Chore |
| 24 | + |
| 25 | +* chore: update PyPI classifiers ([`21a1994`](https://github.com/3dct/vIQA/commit/21a199410b03f9e5f3705fe9304175a2dd49469e)) |
| 26 | + |
| 27 | +* chore: add CONTRIBUTING.md ([`8491e64`](https://github.com/3dct/vIQA/commit/8491e64759385c1881b3bffe7e31409161792483)) |
| 28 | + |
| 29 | +* chore: update dev dependencies ([`ac22ca6`](https://github.com/3dct/vIQA/commit/ac22ca6d17ddaaf3a3a585a9f3d7895eb88c0c53)) |
| 30 | + |
| 31 | +* chore: remove sphinx from pre-commit ([`2372f99`](https://github.com/3dct/vIQA/commit/2372f99bc475fc16d6e320fed4474dc06c7e17cd)) |
| 32 | + |
| 33 | +* chore: update args for pre-commit-sphinx ([`c672fa5`](https://github.com/3dct/vIQA/commit/c672fa576512dfc2ae6833b6b0e3d7a3e4dbe2e5)) |
| 34 | + |
| 35 | +* chore: update dev dependencies ([`d769aab`](https://github.com/3dct/vIQA/commit/d769aabe8b4bf1b8eebf258e21abcfa63e614188)) |
| 36 | + |
| 37 | +* chore: add pre-commit ([`83c300c`](https://github.com/3dct/vIQA/commit/83c300ca39606ba4253bc665271a5dd39e13748b)) |
| 38 | + |
| 39 | +* chore: add lint rules to ignore |
| 40 | + |
| 41 | +ignore E203 and C901 ([`1372c60`](https://github.com/3dct/vIQA/commit/1372c605b226fb56dd3d76af9e7f1a2c5a8b019b)) |
| 42 | + |
| 43 | +### Ci |
| 44 | + |
| 45 | +* ci: update build_wheels_and_publish.yaml |
| 46 | + |
| 47 | +perform jobs only if condition released == true is met, add explicit tag for upload_github job ([`c941bd9`](https://github.com/3dct/vIQA/commit/c941bd9f04a85d4c856b6399f1d31d4f9e4de34c)) |
| 48 | + |
| 49 | +### Documentation |
| 50 | + |
| 51 | +* docs: update README.md |
| 52 | + |
| 53 | +update Project Status badge to Active, clear todo list, add contributing, improve documentation ([`503e4f7`](https://github.com/3dct/vIQA/commit/503e4f744876cf8810f35c6e4ce077b4e2bd9a62)) |
| 54 | + |
| 55 | +* docs: rename batch mode page |
| 56 | + |
| 57 | +make "Module" lowercase as all other modules ([`e1105e1`](https://github.com/3dct/vIQA/commit/e1105e12c183d619aa43642787423e21f151d35e)) |
| 58 | + |
| 59 | +* docs: restructure docs into api reference and usage page ([`0dad6df`](https://github.com/3dct/vIQA/commit/0dad6dfbf8a1748745704247df95f55c5d4f9d64)) |
| 60 | + |
| 61 | +* docs: add developer guide ([`5282655`](https://github.com/3dct/vIQA/commit/5282655f1d7d399861dd16f61846b9deef6b3ef2)) |
| 62 | + |
| 63 | +* docs: add favicon ([`f2b6ee1`](https://github.com/3dct/vIQA/commit/f2b6ee1018e7e798be75587f954764e20200c0a8)) |
| 64 | + |
| 65 | +### Fix |
| 66 | + |
| 67 | +* fix(mad.py): update check for im_slice |
| 68 | + |
| 69 | +in (int or None) int can always be evaluated as true ([`a245fe9`](https://github.com/3dct/vIQA/commit/a245fe98e5290c49253a651f8e93d0fe30eb1bc4)) |
| 70 | + |
| 71 | +### Refactor |
| 72 | + |
| 73 | +* refactor: update test assertion |
| 74 | + |
| 75 | +change is 255 to == 255 ([`df39f34`](https://github.com/3dct/vIQA/commit/df39f345890cb280594b849f4f009d1c52f2b166)) |
| 76 | + |
| 77 | +### Style |
| 78 | + |
| 79 | +* style: update end of file new line ([`3c89f86`](https://github.com/3dct/vIQA/commit/3c89f863cd94c2ad84d21549a27641f9080177a6)) |
| 80 | + |
| 81 | +* style: format files |
| 82 | + |
| 83 | +remove trailing whitespace, adjust end of files ([`1cc275c`](https://github.com/3dct/vIQA/commit/1cc275c4de2933e9b7365280f006013902e8c507)) |
| 84 | + |
| 85 | +* style: add mypy check |
| 86 | + |
| 87 | +implement mypy check, update files for mypy, add stub files qmeasurecalc.pyi and statisticscalc.pyi ([`1997516`](https://github.com/3dct/vIQA/commit/19975166b487609775126bb2fff5dce06ab2f8ef)) |
| 88 | + |
| 89 | +* style: add yamllint |
| 90 | + |
| 91 | +implement yamllint and refactor .yaml files ([`6c46ace`](https://github.com/3dct/vIQA/commit/6c46ace37acc9285445b3e7467dabccbb04757af)) |
| 92 | + |
| 93 | +* style: add rst check |
| 94 | + |
| 95 | +implement rst check and refactor .rst files ([`92f2dbd`](https://github.com/3dct/vIQA/commit/92f2dbdf89d19b877bb5e4e2f37049eda1b2ec3c)) |
| 96 | + |
| 97 | +* style: update formatting |
| 98 | + |
| 99 | +use ruff formater to format codebase ([`dc48022`](https://github.com/3dct/vIQA/commit/dc48022d93f3c478a460e5545d1a39ad93e2075c)) |
| 100 | + |
| 101 | +* style: update linting |
| 102 | + |
| 103 | +fix and update ruff config, fix lint errors ([`452b6fc`](https://github.com/3dct/vIQA/commit/452b6fcf3da3e7aefa8ff5eae965dbcc1a9a533a)) |
| 104 | + |
| 105 | +### Unknown |
| 106 | + |
| 107 | +* Merge remote-tracking branch 'github/main' ([`609891d`](https://github.com/3dct/vIQA/commit/609891d6f1114dd15bd33bd85ee8f0e1029dfedf)) |
| 108 | + |
| 109 | + |
5 | 110 | ## v1.5.1 (2024-08-08) |
6 | 111 |
|
7 | 112 | ### Build |
8 | 113 |
|
9 | 114 | * build: fix build_wheels_and_publish.yaml |
10 | 115 |
|
| 116 | +add own job for upload to github, Fix test install from PyPI ([`aa6c1d5`](https://github.com/3dct/vIQA/commit/aa6c1d57ceb1376bf5e7af020bc3a15e16291d36)) |
| 117 | + |
| 118 | +* build: fix build_wheels_and_publish.yaml |
| 119 | + |
11 | 120 | fix permissions for action ([`23301a2`](https://github.com/3dct/vIQA/commit/23301a29d9db4b987b4dca0c6cfbfa60e0a3e27b)) |
12 | 121 |
|
13 | 122 | * build: fix build_wheels_and_publish.yaml |
|
0 commit comments