Konstantin Malanchev

Results 37 issues of Konstantin Malanchev

So there is the question. Do you have any plan to create a C++ library which could be used without Python bindings?

It would be nice if the crate supports static linking with the GSL via a Cargo feature flag. The most of scientific crates with bindings provide such an option, e.g....

GSL header [`gsl_multifit_nlin.h` specifies](http://git.savannah.gnu.org/cgit/gsl.git/tree/multifit/gsl_multifit_nlin.h?h=release-2-6&id=8f0165f5cb2ae02e386cd33ff10e47ffb46ea7da#n108) `gsl_multifit_function_fdf` as ```C struct gsl_multifit_function_fdf_struct { int (* f) (const gsl_vector * x, void * params, gsl_vector * f); int (* df) (const gsl_vector * x,...

I tried the following query from [documentation examples](https://pgsphere.github.io/doc/funcs.html#funcs.strans) on PostgreSQL server 9.6.15, 10.10 and 11.5 and PostgreSQL client 10.10: ```sql SELECT theta( strans '20d,30d,40d,XZY' ) * 180 / pi() AS...

Probably, clang's ld doesn't support `-export-dynamic` `make` command outputs: ``` [ 23%] Built target ral_nlls [ 26%] Built target target [ 50%] Built target ral_nlls-static [ 52%] Linking C executable...

`asassn-14az`, `asassn-15bd`, `asassn-15ed`, `asassn-15ej` are possible the same objects as `ASASSN-*` entries

According to the schema there should be `name` field for every source entry. For this object no names provided for sources 18–22. ```json "sources":[ { "name":"2017arXiv170608517N", "bibcode":"2017arXiv170608517N", "reference":"Nicholl et al....

### Env - Python 3.9.7 - xgboost 1.5.2 - onnxmltools 1.11.0 ### Code to reproduce ```python import xgboost from onnxmltools.convert import convert_xgboost from onnxmltools.convert.common.data_types import FloatTensorType model = xgboost.XGBClassifier() model.load_model("xgb.ubj")...

I use `mimalloc` in one of my projects to build Rust-powered Python packages. I noticed that after the recent update from 0.1.39 to 0.1.41, the `libmimalloc-sys` build has failed with...

### 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