Geet Mankar
Results
2
issues of
Geet Mankar
Hi, I want to propose an implementation of `numpy.triu` and `numpy.tril` methods ([link here](https://numpy.org/doc/stable/reference/generated/numpy.triu.html)) for arrays that are atleast 2 dimensions. ```python3 import numpy as np np.triu([[1,2,3],[4,5,6],[7,8,9],[10,11,12]], k=0) ``` returns:...
enhancement
The version on cosmic term used from the Pop!_Shop is "**Git commit 8c55fef**", although it has been happening since the time I installed it first (~Feb 2024) tmux version: 3.4...