Commit dbf0959
Version 1.6.1 patch (#222)
* Add support for tensorflow backend which allows for differentiability (#112)
* Added support for tensorflow
* Updates to get tests passing
* Or --> And
* Moving modopt to allow working with tensorflow
* Fix issues with wos
* Fix all flakes finally!
* Update modopt/base/backend.py
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Update modopt/base/backend.py
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Minute updates to codes
* Add dynamic module
* Fix docu
* Fix PEP
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Fix 115 (#116)
* Fix issues
* Add right tests
* Fix PEP
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
* Minor bug fix, remove elif (#124)
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
* Add tests for modopt.base.backend and fix minute bug uncovered (#126)
* Minor bug fix, remove elif
* Add tests for backend
* Fix tests
* Add tests
* Remove cupy
* PEP fixes
* Fix PEP
* Fix PEP and update
* Final PEP
* Update setup.cfg
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Update test_base.py
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Release cleanup (#128)
* updated GPU dependencies
* added logo to manifest
* updated package version and release date
* Unpin package dependencies (#189)
* unpinned dependencies
* updated pinned documentation dependency versions
* Add Gradient descent algorithms (#196)
* Version 1.5.1 patch release (#114)
* Add support for tensorflow backend which allows for differentiability (#112)
* Added support for tensorflow
* Updates to get tests passing
* Or --> And
* Moving modopt to allow working with tensorflow
* Fix issues with wos
* Fix all flakes finally!
* Update modopt/base/backend.py
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Update modopt/base/backend.py
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Minute updates to codes
* Add dynamic module
* Fix docu
* Fix PEP
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Fix 115 (#116)
* Fix issues
* Add right tests
* Fix PEP
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
* Minor bug fix, remove elif (#124)
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
* Add tests for modopt.base.backend and fix minute bug uncovered (#126)
* Minor bug fix, remove elif
* Add tests for backend
* Fix tests
* Add tests
* Remove cupy
* PEP fixes
* Fix PEP
* Fix PEP and update
* Final PEP
* Update setup.cfg
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Update test_base.py
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Release cleanup (#128)
* updated GPU dependencies
* added logo to manifest
* updated package version and release date
Co-authored-by: Chaithya G R <chaithyagr@gmail.com>
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
* make algorithms a module.
* add Gradient Descent Algorithms
* enforce WPS compliance.
* add test for gradient descent
* Docstrings improvements
* Add See Also and minor corrections
* add idx initialisation for all algorithms.
* fix merge error
* fix typo
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
Co-authored-by: Chaithya G R <chaithyagr@gmail.com>
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
* Release cleanup (#198)
* started clean up for next release
* update progress
* further clean up
* additional clean up
* cleaned up link to logo
* fixed index.rst
* fixed conflict
* Fast Singular Value Thresholding (#209)
* add SingularValueThreshold
This Method provides 10x faster SVT estimation than the LowRankMatrix Operator.
* linting
* add test for fast computation.
* flake8 compliance
* Ignore DAR000 Error.
* Update modopt/signal/svd.py
tuples in docstring
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Update modopt/signal/svd.py
typo
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Update modopt/opt/proximity.py
typo
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* update docstring
* fix isort
* Update modopt/signal/svd.py
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* Update modopt/signal/svd.py
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* run isort
Co-authored-by: Samuel Farrens <samuel.farrens@gmail.com>
* added writeable input data array feature for benchopt (#213)
* removed flake8 limit
Co-authored-by: Chaithya G R <chaithyagr@gmail.com>
Co-authored-by: chaithyagr <chaithyagr@gitlab.com>
Co-authored-by: Pierre-Antoine Comby <77174042+paquiteau@users.noreply.github.com>1 parent c3db304 commit dbf0959
6 files changed
Lines changed: 105 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
105 | | - | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
240 | 243 | | |
241 | 244 | | |
242 | 245 | | |
| |||
268 | 271 | | |
269 | 272 | | |
270 | 273 | | |
| 274 | + | |
271 | 275 | | |
272 | 276 | | |
273 | 277 | | |
| |||
277 | 281 | | |
278 | 282 | | |
279 | 283 | | |
| 284 | + | |
280 | 285 | | |
281 | | - | |
| 286 | + | |
282 | 287 | | |
283 | 288 | | |
284 | 289 | | |
| |||
290 | 295 | | |
291 | 296 | | |
292 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
293 | 301 | | |
294 | 302 | | |
295 | 303 | | |
296 | 304 | | |
297 | 305 | | |
298 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
299 | 311 | | |
300 | 312 | | |
301 | 313 | | |
302 | | - | |
303 | | - | |
| 314 | + | |
304 | 315 | | |
305 | 316 | | |
306 | 317 | | |
307 | 318 | | |
308 | 319 | | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
309 | 329 | | |
310 | 330 | | |
311 | 331 | | |
| |||
314 | 334 | | |
315 | 335 | | |
316 | 336 | | |
| 337 | + | |
| 338 | + | |
317 | 339 | | |
318 | 340 | | |
319 | 341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
203 | 262 | | |
204 | 263 | | |
205 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
678 | 683 | | |
679 | 684 | | |
680 | 685 | | |
| |||
763 | 768 | | |
764 | 769 | | |
765 | 770 | | |
| 771 | + | |
| 772 | + | |
766 | 773 | | |
767 | 774 | | |
768 | 775 | | |
| |||
841 | 848 | | |
842 | 849 | | |
843 | 850 | | |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
844 | 856 | | |
845 | 857 | | |
846 | 858 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments