|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | +## v0.5.7 (2023-07-25) |
| 6 | + |
| 7 | +### Chore |
| 8 | + |
| 9 | +* chore: format changes with black, and google python docstring, install script testing (#289) |
| 10 | + |
| 11 | +* ran black |
| 12 | + |
| 13 | +* use poetry for install |
| 14 | + |
| 15 | +* Add caching to main.yml for faster github action checks |
| 16 | + |
| 17 | +* Add missing job to main.yml |
| 18 | + |
| 19 | +* try ubuntu latest instead |
| 20 | + |
| 21 | +* change readme type to string instead of array in pyproject.toml |
| 22 | + |
| 23 | +* Update poetry version in main.yml |
| 24 | + |
| 25 | +* try macos |
| 26 | + |
| 27 | +* commented out tests |
| 28 | + |
| 29 | +* see if black command works |
| 30 | + |
| 31 | +* see if black command runs properly |
| 32 | + |
| 33 | +* use black github action |
| 34 | + |
| 35 | +* fix parsing |
| 36 | + |
| 37 | +* use supported black github action |
| 38 | + |
| 39 | +* ignore venv as well |
| 40 | + |
| 41 | +* change args for flake8 action |
| 42 | + |
| 43 | +* try flake8 exclude |
| 44 | + |
| 45 | +* manually add and use flake8 |
| 46 | + |
| 47 | +* change docstring keyword |
| 48 | + |
| 49 | +* Chain commands for installing flake8 |
| 50 | + |
| 51 | +* exclude .venv |
| 52 | + |
| 53 | +* merged latest changes and add download instruction |
| 54 | + |
| 55 | +* remove import comment |
| 56 | + |
| 57 | +* try python command with ubuntu |
| 58 | + |
| 59 | +* add tesseract-ocr |
| 60 | + |
| 61 | +* add homebrew option |
| 62 | + |
| 63 | +* add cache for tesseract |
| 64 | + |
| 65 | +* add ntlk command with poetry |
| 66 | + |
| 67 | +* ran black |
| 68 | + |
| 69 | +* Add .flake8 and add flake8 to poetry |
| 70 | + |
| 71 | +* Add max length to flake8, add windows job with new install script, and address linting errors |
| 72 | + |
| 73 | +* add some ignore errors in flake8 |
| 74 | + |
| 75 | +* Adress more flake8 lint errors |
| 76 | + |
| 77 | +* Change max line length |
| 78 | + |
| 79 | +* ran black |
| 80 | + |
| 81 | +* resolve new changes and ran black |
| 82 | + |
| 83 | +* remove "import nltk; nltk.download('punkt')" command |
| 84 | + |
| 85 | +* resolve lint errors in record.py |
| 86 | + |
| 87 | +* remove unnecessary commas |
| 88 | + |
| 89 | +* Address D415, sentence/comma missing on first line error |
| 90 | + |
| 91 | +* Resolve F403 |
| 92 | + |
| 93 | +* Address D200, single line doctstrings |
| 94 | + |
| 95 | +* Addressed E731, F841, D205 errors |
| 96 | + |
| 97 | +* resolve F401, unused imports |
| 98 | + |
| 99 | +* Address return type annotations |
| 100 | + |
| 101 | +* Add type annotations for function arguments |
| 102 | + |
| 103 | +* ran black |
| 104 | + |
| 105 | +* Address 'Multi-line docstring summaries should start at the first line' |
| 106 | + |
| 107 | +* Revert main.yml to test if all checks pass |
| 108 | + |
| 109 | +* fix syntax issue in main.yml |
| 110 | + |
| 111 | +* Use cache for install poetry dependencies |
| 112 | + |
| 113 | +* Revert main.yml and convert black action to oneliner with poetry |
| 114 | + |
| 115 | +* Address lint errors for newly merged changes |
| 116 | + |
| 117 | +* Try caching tesseract install |
| 118 | + |
| 119 | +* test if tesseract is cached |
| 120 | + |
| 121 | +* try cache brew package |
| 122 | + |
| 123 | +* try cache brew again |
| 124 | + |
| 125 | +* Remove failing tesseract cache |
| 126 | + |
| 127 | +* Address lint errors from recent merge |
| 128 | + |
| 129 | +* replace test command |
| 130 | + |
| 131 | +* address comments on annotations and ran black |
| 132 | + |
| 133 | +* change todo |
| 134 | + |
| 135 | +* Shorten word line max length to 88 for comments |
| 136 | + |
| 137 | +* try executing script |
| 138 | + |
| 139 | +* keep windows runner as todo |
| 140 | + |
| 141 | +* comment poetry shell in install_opendapt.sh |
| 142 | + |
| 143 | +* add error flag in mac install script to avoid poetry shell in github actions |
| 144 | + |
| 145 | +* try to see if this will pass |
| 146 | + |
| 147 | +* update main.yml |
| 148 | + |
| 149 | +* Address incorrect function annotations in record.py |
| 150 | + |
| 151 | +* Address annotation errors in _windows.py |
| 152 | + |
| 153 | +* Addressed more general annotations |
| 154 | + |
| 155 | +* Address incomplete annotations in util.py |
| 156 | + |
| 157 | +* run isort and other precommit hooks with custom black config on all files |
| 158 | + |
| 159 | +* Update openadapt/crud.py |
| 160 | + |
| 161 | +* replaced more 'Any' type annotations |
| 162 | + |
| 163 | +* resolve lint errors from recent merge |
| 164 | + |
| 165 | +* ran black |
| 166 | + |
| 167 | +* resolve circular imports, and address Any annotations |
| 168 | + |
| 169 | +--------- |
| 170 | + |
| 171 | +Co-authored-by: Aaron <[email protected]> |
| 172 | +Co-authored-by: Richard Abrich <[email protected]> ( [`c815924`](https://github.com/OpenAdaptAI/OpenAdapt/commit/c81592425b4efefdb48b818508f7debfc3ac95c3)) |
| 173 | + |
| 174 | +### Fix |
| 175 | + |
| 176 | +* fix: issues after latest merge (#424) |
| 177 | + |
| 178 | +* merge |
| 179 | + |
| 180 | +* hotfix |
| 181 | + |
| 182 | +* fix: resolve annotation errors and restore incorrectly removed code in lint PR |
| 183 | + |
| 184 | +* fix |
| 185 | + |
| 186 | +* Update models.py |
| 187 | + |
| 188 | +* run black |
| 189 | + |
| 190 | +* Update openadapt/models.py |
| 191 | + |
| 192 | +--------- |
| 193 | + |
| 194 | +Co-authored-by: Mustafa Abdulrahman <[email protected]> |
| 195 | +Co-authored-by: Richard Abrich <[email protected]> ( [`2d4e8c6`](https://github.com/OpenAdaptAI/OpenAdapt/commit/2d4e8c6fee245bfdc4726f113b27367a36ae96c7)) |
| 196 | + |
| 197 | + |
5 | 198 | ## v0.5.6 (2023-07-20) |
6 | 199 |
|
7 | 200 | ### Chore |
|
0 commit comments