Konstantin Malanchev
Konstantin Malanchev
Docked dock widget has ugly low-res (on hi-DPI displays) scary icons on its title bar.
It is useful to see how colours on image correspond to FITS values. Also it could be useful to draw palette previews in palette switcher widget.
Please, can you add a C++ example to the documentation? `celerite` C++ doc's example looks helpful but I'm not sure if it is applicable here. Thank you!
Nvidia Cuda FFT library `cuFFT` [has an `FFTW` interface](https://docs.nvidia.com/cuda/cufft/index.html#fftw-supported-interface). It would be nice to have it as a feature along with `FFTW` and `MKL`
We can use NFs not for variance estimation only, but for covariance estimation as well. For this we need to sample input batch with the same random seeds. I've found...
Could you please update `torch` to version 2?
If I do not select `isort` and/or `black` with copier, I still have its configuration in `pyproject.toml` ```toml [tool.black] line-length = 110 target-version = ["py38"] [tool.isort] profile = "black" line_length...
Currently `pytest` looks into `tests` and runs tests from there. It would be also very convenient to run docstring examples as docstrings with CI and pre-commit. See pytest doctest docs...
It would be great to add `check-yaml` hook from the "standard" pre-commit repo. It runs fast and very useful for users who are not so familiar with this format, but...
Codecov action doesn't work for private repositories unless Codecov token is added. However action doesn't fail because "fail_ci_if_error: true" is not specified and upload failure is implicit. I suggest: -...