Niko Savola

Results 68 issues of Niko Savola

I wonder if https://cupy.dev/ could be used as a drop-in replacement to accelerate some of the matrix operations in skrf using a GPU. For example, generating big networks at different...

Feature Request

**Is your feature request related to a problem? Please describe.** Similiarly to #59, code linting could be implemented in CI/CD **Describe the solution you'd like** `pylint` is easy to implement...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** There is a currently a 'test' that could be validated for all MRs in CI/CD **Describe the solution you'd like**...

enhancement

**Is your feature request related to a problem? Please describe.** It would be more accessible to be able to just run something like ```bash biblatex_check -b input.bib ``` from anywhere....

enhancement
help wanted

When printing Pint arrays (from np.ndarray or lists), the `#` formatter doesn't appear to work, because `__format__` calls https://github.com/hgrecco/pint/blob/f15c967de06c68cae1505b20d71bd7e0b3e7f3dc/pint/quantity.py#L382 which will leave the arrays and lists untouched due to the...

In _Networkx_, you can give the positions to draw nodes at with ```python nx.draw(G, pos=nx.spring_layout(G)) ``` See https://networkx.org/documentation/stable/reference/generated/networkx.drawing.nx_pylab.draw.html#networkx.drawing.nx_pylab.draw for more. In *pyvis*, it would be useful add a `pos` argument...

Currently color palettes and stipples in the _Layers_ tabs don't respect Windows scaling. The text for the layer names does, leaving the examples a bit smaller. Additionally, the Palettes (Color,...

enhancement

C++17 contains execution policies with easy parallelisation supported by methods like `std::sort`, see https://en.cppreference.com/w/cpp/algorithm/execution_policy_tag_t. Additionally, for-loops that are refactorable to [std::for_each](https://en.cppreference.com/w/cpp/algorithm/for_each) without _data races_ are easily parallelised. As C++17 appears...

question

I often have a bunch of scripts open and know the location of the one I am trying move to, because it is the same folder as something I have...

enhancement
help wanted

I'm having problems compiling from source on Windows, so I was wondering if one could offer Docker images for building KLayout. This could be done for e.g. Ubuntu and Windows...

question