Sergey Astanin

Results 14 comments of Sergey Astanin

I implemented the changes, mostly as you asked. I moved regular expressions to the global scope. So the same compiled expressions can be reused most of the time. > But...

For the completeness, the NumPy API consists of four functions: - `eig` - `eigh` -- for symmetric and Hermitian matrices - `eigvals` -- only eigenvalues - `eigvalsh` -- only eigenvalues...

An observation about [:return](https://github.com/mikera/core.matrix/wiki/Linear-algebra-API-proposal#eigen) keyword. I believe that the choice of supported keywords is unfortunate. Imagine reading some end-user code doing calculations. What `Q`, `rA`, and `iA` do mean in...

That's a good point, but how exactly would you like your example to be formatted in plain text? Especially if there is a third column? ``` table = [['date', 'RQ',...

Could you please upload the data `dot1x_results` somewhere? I will need it to be able to reproduce this bug.

Hi, Python 3.4 is no longer supported. https://endoflife.date/python Tabulate dropped python 3.4 support in 2019. On Wed, 14 Jun 2023 at 11:59, cheungfeifu ***@***.***> wrote: > Python 3.4.3 (default, Nov...

`tabulate` as a command line tool is somewhat behind `tabulate` the library. In particular at the moment it handles _only_ white-space-separated values as input, and only a subset of output...

Hi @arpitjain099 @eliegoudout I'm the project owner and maintainer. I do and intend to maintain this project going forward but it is a hobby project, and it takes a back...