Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / adtzlr/tensortrax issues and pull requests
#121 - Update supported Python versions
Pull Request -
State: closed - Opened by adtzlr about 1 month ago
- 1 comment
Labels: enhancement
#120 - docs: add adtzlr as a contributor for code, example, and 2 more
Pull Request -
State: closed - Opened by allcontributors[bot] 2 months ago
- 1 comment
#119 - docs: add ZAARAOUI999 as a contributor for ideas
Pull Request -
State: closed - Opened by allcontributors[bot] 2 months ago
- 1 comment
#118 - Try to enhance `einsum()`
Issue -
State: closed - Opened by adtzlr 6 months ago
Labels: enhancement
#117 - Add `einsum4()`
Pull Request -
State: closed - Opened by adtzlr 6 months ago
- 1 comment
Labels: enhancement
#116 - Add new section knowledge and a new example to the docs
Pull Request -
State: closed - Opened by adtzlr 6 months ago
Labels: documentation
#115 - Add API docs
Pull Request -
State: closed - Opened by adtzlr 6 months ago
Labels: documentation
#114 - Fix `math.linalg.eigvalsh()` and `math.linalg.eigh()` for arrays
Pull Request -
State: closed - Opened by adtzlr 6 months ago
Labels: bug
#113 - Add the (Gauss) error function `math.special.erf(z)`
Pull Request -
State: closed - Opened by adtzlr 6 months ago
Labels: enhancement
#112 - Add `scipy` as optional dependency
Pull Request -
State: closed - Opened by adtzlr 6 months ago
Labels: enhancement
#111 - Fix missing `eigh` dual values
Pull Request -
State: closed - Opened by adtzlr 6 months ago
Labels: bug
#110 - Add matrix square root `math.linalg.sqrtm()`
Pull Request -
State: closed - Opened by adtzlr 6 months ago
Labels: enhancement
#109 - Use only `A.x` in `try_stack()`
Pull Request -
State: closed - Opened by adtzlr 7 months ago
Labels: bug
#108 - flip the variations in `math.real_to_dual(A, x)`
Pull Request -
State: closed - Opened by adtzlr 7 months ago
Labels: bug
#107 - Fix `math.real_to_dual(A, x, mul=math.special.ddot)`
Pull Request -
State: closed - Opened by adtzlr 7 months ago
Labels: bug
#106 - Enhance `math.real_to_dual(A, x, mul=None)`
Pull Request -
State: closed - Opened by adtzlr 7 months ago
Labels: enhancement
#105 - Add `math.special.try_stack(arrays, fallback=None)` and `math.real_2_dual(A, x)`
Pull Request -
State: closed - Opened by adtzlr 7 months ago
Labels: enhancement
#104 - Add math-functions `concatenate(arrays)`, `maximum(x1, x2)` and `minimum(x1, x2)`
Pull Request -
State: closed - Opened by adtzlr 7 months ago
Labels: bug, enhancement
#103 - Missing math-functions `concatenate(arrays)`, `maximum(x1, x2)` and `minimum(x1, x2)`
Issue -
State: closed - Opened by adtzlr 7 months ago
Labels: enhancement
#102 - `math.stack()`: Axis-argument is ignored for array-input
Issue -
State: closed - Opened by adtzlr 7 months ago
Labels: bug
#101 - Fix access to private submodules `math._linalg` and `math._special`
Pull Request -
State: closed - Opened by adtzlr 9 months ago
- 1 comment
Labels: bug
#100 - Refactor imports from `math.linalg` and `math.special`
Pull Request -
State: closed - Opened by adtzlr 9 months ago
- 1 comment
Labels: bug
#99 - Imports from the linalg order special math-modules fail
Issue -
State: closed - Opened by adtzlr 9 months ago
Labels: bug
#98 - Make the transpose method a property
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
Labels: enhancement
#97 - Making transpose function as a property
Issue -
State: closed - Opened by adtzlr over 1 year ago
- 2 comments
Labels: enhancement
#95 - Add `math.linalg.pinv()`
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
- 1 comment
Labels: enhancement
#94 - Fix derivative for equal eigenvalues
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
- 1 comment
Labels: bug
#93 - Wrong derivatives in case of equal eigenvalues in `math.eigvalsh()` and `math.eigh()`
Issue -
State: closed - Opened by adtzlr over 1 year ago
Labels: bug
#92 - Simplify `math.if_else()`
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
- 1 comment
Labels: enhancement
#91 - Add `math.if_else(cond, true, false)`
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
- 1 comment
Labels: enhancement
#90 - Fix `broadcast_to()` and Add `Tensor.astype()`
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
- 1 comment
Labels: bug, enhancement
#89 - `math.broadcast_to()`: Internal function takes outer argument
Issue -
State: closed - Opened by adtzlr over 1 year ago
Labels: bug
#88 - Add tensor-like arrays and function with non-tensorial outputs
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
- 1 comment
Labels: bug, enhancement
#87 - Create a tensor like a given tensor from an array with `math.array(like=None)`
Issue -
State: closed - Opened by adtzlr over 1 year ago
Labels: enhancement
#86 - Implement missing `Tensor.copy()`
Issue -
State: closed - Opened by adtzlr over 1 year ago
Labels: enhancement
#85 - `function()`: Support array outputs
Issue -
State: closed - Opened by adtzlr over 1 year ago
Labels: bug
#84 - Add Logo
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
Labels: enhancement
#83 - `math.external()` for non-tensor `x` arguments
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
Labels: enhancement
#82 - `math.external()`: Obtain shape of `x` from given `indices="ij"`
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
Labels: bug
#81 - Hessians for a list of `wrt`
Issue -
State: open - Opened by adtzlr over 1 year ago
Labels: enhancement
#80 - Support external scalar-valued functions
Issue -
State: closed - Opened by adtzlr over 1 year ago
Labels: enhancement
#79 - Add `math.external(x, function, gradient, hessian)`
Pull Request -
State: closed - Opened by adtzlr over 1 year ago
Labels: enhancement
#78 - Error in `gradient(fun)` and `hessian(fun)` if `fun` contains `x.T()` on a non-wrt argument `x`
Issue -
State: closed - Opened by adtzlr over 1 year ago
- 2 comments
Labels: bug
#77 - Add `Tensor.init(gradient=True, δx=False)`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#76 - Add `Tensor.dual2real(like=None)`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#75 - Change `ntrax` to Minimum of all input arguments
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#74 - Add a `dual2real()` function
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: enhancement
#73 - Output minimum of `ntrax` in math-functions
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#72 - Add `math.squeeze()` and `Tensor.init(hessian=True, δx=False)` (for mixed partial derivatives)
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug, enhancement
#71 - Fix `math.split()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#70 - Add `math.split()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
#69 - Mixed partial derivatives
Issue -
State: closed - Opened by adtzlr almost 2 years ago
- 2 comments
Labels: enhancement
#68 - Fix wrong selected axis for threaded evaluation
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug
#67 - Add `abs` and `sign`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
#66 - Wrong selection of axis for threaded evaluation
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#65 - Change Benchmark Results
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
Labels: documentation
#64 - Re-enable parallel evaluation of function calls
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug
#63 - Add `math.broadcast_to()`, add like-argument to `math.from_triu(A, like=None)`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug
#62 - Add like-argument to `math.special.from_triu_1d(A, like=None)`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#61 - Implement `math.broadcast_to()`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
#60 - Getting and Setting of Tensor-items is broken
Issue -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug
#59 - Parallel keyword is currently unused
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#58 - Remove For-loops
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#57 - Avoid for-loops, create new elementwise-axis (trax) instead
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: enhancement
#56 - Generalize Determinant and Inverse for arbitrary dimensions
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#55 - Generalize Determinant and Inverse to arbitrary dimensions
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: enhancement
#54 - Add `vstack()`, `hstack()`, `stack()`, `tile()`, `repeat()`, NumPy-like `array()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug
#53 - Implement missing `math.array(object, dtype=None)`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#52 - Tensor: Obtain shape from `self.x = asarray(x)` instead of `x`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#51 - Add missing `vstack()`, `hstack()`, `stack()`, `tile()` and `repeat()`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#49 - Change `hessian_vector_product()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug, enhancement
#48 - Generalize threaded execution of gradients, hessians, etc.
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: enhancement
#47 - Add `hessian_vector_product()`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
#46 - Rename `hessian_vector_product()` to `hessian_vectors_product()`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#44 - Conception of arbitrary gradients
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: question
#43 - Collect figures
Issue -
State: closed - Opened by adtzlr almost 2 years ago
- 11 comments
#42 - Add `take(fun, item=0)`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#41 - Create a function decorator which evaluates a function and takes only a specific item
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: enhancement
#39 - Add missing divide by tensor
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#38 - Add divide by tensor
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug
#37 - CD/CD Actions are outdated
Issue -
State: closed - Opened by adtzlr almost 2 years ago
#36 - CI/CD: Update Actions used in workflows
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#35 - Simplify Metadata
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#34 - Move non-default NumPy math functions to `math.special`
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: enhancement
#33 - Full-featured `einsum()` with arbitrary number of operands
Issue -
State: closed - Opened by adtzlr almost 2 years ago
- 3 comments
Labels: enhancement, help wanted, wontfix
#32 - Add logical operations `>, <, >=, <=, ==`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug
#31 - Missing logical (<,>,==) operators
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#30 - We need a Logo!
Issue -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#29 - Fix `math.linalg.eigvalsh()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug
#28 - `eigvalsh(A)`: Wrong variations
Issue -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#27 - Enhance triu-conversion
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#26 - Add `gradient(sym=True)` and `math.special.sym()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#25 - Add `math.special.triu_1d()` and `math.special.from_triu_1d()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#24 - Add `math.special`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#23 - Add `eigh()` and `expm()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#22 - Add reshape
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: bug, enhancement
#19 - Add and change default `tr.hessian(fun, full_output=False)`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#18 - Fix `Tensor.__setitems__()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
Labels: bug
#17 - Add `math.ravel()` and `math.diagonal()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment
Labels: enhancement
#16 - Tensor: add `einsum3()`
Pull Request -
State: closed - Opened by adtzlr almost 2 years ago
- 1 comment