Open fnhirwa opened 1 year ago
exp
is already implemented, but it is still not ticked in this dashboard.
The following tests are not implemented:
The following tests are not implemented:
- [x] arcsin
- [x] log1p
Hey would you add them😊
The following tests are not implemented:
- [x] arcsin
- [x] log1p
Hey would you add them😊
I already implemented them :)
roll #10889
Okay, apparently real
is already implemented (See https://github.com/unifyai/ivy/commit/1f961d73158c261b2b04372c1121e1a51b1b15ad) even though there are no indication in this issue. Here is the relevant issue, based on GitHub it was referenced here so perhaps an entry issue or less likely there is an issue with the bot?
@AryanSharma21 in order to get your comments added to the list you need to follow this guides: https://unify.ai/docs/ivy/overview/contributing/the_basics.html#todo-list-issues
What you are missing is this:
Comment on the ToDo list issue with a reference to this issue like so:
- [ ] #Issue_number
Hey @a0m0rajab thanks for the help
@AryanSharma21 you are welcome, I think you need to have an empty space as well after brackets.
There are so many tasks which are completed and not marked as completed. Please rectify it, it already isn't less confusing for a newbie like me.
@spidy1996 which tasks are completed that you noticed?
"cos" function
@spidy1996 which tasks are completed that you noticed?
@a0m0rajab Cos, cosh, exp, mod, round. There would be others as well, I'm sure of it.
@spidy1996 which tasks are completed that you noticed?
@a0m0rajab Cos, cosh, exp, mod, round. There would be others as well, I'm sure of it.
I think it's okay since it has been checked in the checklist:
There is no need to connect with it's related issue (doing this would be better though but yeah) You can still find the related task with this: https://unify.ai/docs/ivy/overview/contributing/the_basics.html#who-to-ask
hey there may i know the problem clearly actually maximum all mathematical functions are implemented then what is the issue
Hello there!! does gradient is implemented in jax frontend or can i start working on it please respond asap
These functions can be found in jax.numpy namespace
_
Please keep in mind that the proper way to link an issue to this list is to comment "- [ ] #issue_number" while the issue's title only includes the name of the function you've chosen. _
26419
absolute add
12367
5248
5249
5250
5251
arctan arctan2
6895
12357
9379
6326
clip conj
16465
10499
9287
cos cosh
6467
7477
9922
7771
10402
dot
11072
26432
exp
6471
expm1
9704
9415
6321
5691
9510
fmax
9525
9873
12528
6532
gradient
6458
9927
6561
18981
9756
26452
kron
6599
12823
9060
log10 log1p
9371
logaddexp
6602
8862
7049
6901
26054
6900
mod
14522
6899
9412
26528
negative
9339
10992
poly polyadd
13883
13886
26422
polyfit
13885
polymul polysub
26421
10367
power
23797
14485
7749
radians real reciprocal
9342
19467
23179
12370
20967
13700
14557
sin
9294
sinh sqrt
8860
11916
6317
7165
7166
7755
9345
25811
6618
7776
6330
25767
9375
The main file paths where these functions are likely to be added are:
ivy/functional/frontends/jax/numpy/mathematical\_functions.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_jax\_numpy\_math.py
ivy/functional/frontends/jax/numpy/name\_space\_functions.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_jax\_numpy\_namespace\_functions.py
ivy/functional/frontends/jax/devicearray.py
ivy\_tests/test\_ivy/helpers/function\_testing.py
ivy\_tests/test\_ivy/test\_frontends/test\_jax/test\_jax\_devicearray.py