Commit f589311
Release 1.0 (#231)
* StepRangeLen to support 0 step size in cumsum #226 (#230)
* use StepRangeLen to support 0 step size
* v0.13.11
* allow special casing on ∞ length
* Restore ± special cases
* Update runtests.jl
* fix more tests
* Update runtests.jl
* Structured Broadcasting (#228)
* Structured Broadcasting
* add jishnubs tests
* Update runtests.jl
* Fix #97 by adding promote_rules (#234)
* Move OneElement from Zygote and overload setindex (#161) (#235)
* Add Zeros(T, n...) and Ones(T, n...) constructors (#94( (#233)
* Add Zeros(T, n...) and Ones(T, n...) constructors (#94(
* increase coverage
* Update README.md
* Move over OneElement from Zygote
* Add tests
* Update oneelement.jl
* add tests
* Update runtests.jl
* add docs
* ensure type in array convert (#237)
* increase coverage
* add convert tests
* v1.0
* `_fill_dot` support general vectors (#229)
* Update fillalgebra.jl
* promote_op
* add breaking test
* add breaking test
* fix
* accept round-off errors
* Update test/runtests.jl
Co-authored-by: Sheehan Olver <solver@mac.com>
* update
* support inf and nan
* fix 1.6
* Update fillalgebra.jl
* Update fillalgebra.jl
* trying to fix Julia 1.6
* comments
* Update runtests.jl
* add @inferred
---------
Co-authored-by: Sheehan Olver <solver@mac.com>
---------
Co-authored-by: Jishnu Bhattacharya <jishnub.github@gmail.com>
Co-authored-by: Tianyi Pu <44583944+putianyi889@users.noreply.github.com>1 parent 269fd41 commit f589311
File tree
6 files changed
+230
-70
lines changed- src
- test
6 files changed
+230
-70
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
150 | 172 | | |
151 | 173 | | |
152 | 174 | | |
153 | 175 | | |
154 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
155 | 183 | | |
156 | 184 | | |
157 | 185 | | |
158 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
159 | 192 | | |
160 | 193 | | |
161 | 194 | | |
| |||
274 | 307 | | |
275 | 308 | | |
276 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
277 | 318 | | |
278 | 319 | | |
279 | 320 | | |
| |||
285 | 326 | | |
286 | 327 | | |
287 | 328 | | |
| 329 | + | |
| 330 | + | |
288 | 331 | | |
289 | 332 | | |
290 | 333 | | |
| |||
427 | 470 | | |
428 | 471 | | |
429 | 472 | | |
430 | | - | |
| 473 | + | |
| 474 | + | |
431 | 475 | | |
432 | 476 | | |
433 | 477 | | |
| |||
438 | 482 | | |
439 | 483 | | |
440 | 484 | | |
441 | | - | |
| 485 | + | |
442 | 486 | | |
443 | 487 | | |
444 | 488 | | |
| |||
497 | 541 | | |
498 | 542 | | |
499 | 543 | | |
500 | | - | |
501 | | - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
502 | 547 | | |
503 | 548 | | |
504 | 549 | | |
505 | 550 | | |
506 | 551 | | |
507 | | - | |
508 | 552 | | |
509 | 553 | | |
510 | 554 | | |
| |||
718 | 762 | | |
719 | 763 | | |
720 | 764 | | |
| 765 | + | |
| 766 | + | |
721 | 767 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | 162 | | |
180 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
181 | 166 | | |
182 | | - | |
| 167 | + | |
183 | 168 | | |
184 | 169 | | |
185 | | - | |
| 170 | + | |
186 | 171 | | |
187 | | - | |
| 172 | + | |
188 | 173 | | |
189 | 174 | | |
190 | | - | |
191 | 175 | | |
192 | 176 | | |
193 | | - | |
| 177 | + | |
194 | 178 | | |
195 | 179 | | |
196 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 105 | | |
110 | 106 | | |
111 | 107 | | |
| |||
247 | 243 | | |
248 | 244 | | |
249 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments