Konstantin Malanchev

Results 37 issues of Konstantin Malanchev

Some institutions, including the [LINCC Frameworks team](https://lsstdiscoveryalliance.org/programs/lincc-frameworks/) that I'm working with, have strict policies about the licenses of the dependency packages in use. I kindly ask that the project applies...

Currently `MOC.from_astropy_region` supports individual region objects from `astropy-regions` library, but not a collection of them provided by `regions.Regions`. It would be great to have a performant way to build a...

feature request

I set python 3.12 with copier prompt and all CI failed for me, because `pyproject.toml` uses it as a minimum python version supported, while these files all set to use...

Emilio Donoso from the masking incubator noticed that `.setup_dev.sh` is not executable, which may confuse. Should we set 'x'-bit when we create the file?

It looks like `#[cfg(not(feature))]` is ignored by `#[cxx::bridge]`, so the marked field would always exist: ```rust mod ffi { #[repr(u32)] enum Variant { #[cfg(not(feature = "v2"))] A, B, } }...

We have a “pre-executed” folder with some slow notebooks. It would be great to have a way to test whether they still work. A few options to consider: - Alert...

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
Needs Triage