Sage0614

Results 11 issues of Sage0614

I am trying to use MKLPardisoKKTSolver in JuMP `model = JuMP.Model(optimizer_with_attributes(COSMO.Optimizer, "kkt_solver" => with_options(PardisoDirectKKTSolver, msg_level_on = true));` and getting the error message UndefVarError: MKLPardisoKKTSolver not defined I think the problem...

bug

Hi I fail to install the package on CentOS 7, I have pcre2 10.23 on my machine but the package force to upgrade to 10.35, even if I specify the...

COSMO & Clarabel both depends on QDLDL where COMSO requires QDLDL version =0.3, is this on purpose or both can work with latest version of QDLDL? https://github.com/oxfordcontrol/COSMO.jl/blob/80085a9ad47b65203f8495976b5e77811a7fd082/Project.toml#L31 https://github.com/oxfordcontrol/Clarabel.jl/blob/7d7f99a13f0f4642a15514f2ed30363e315cc35c/Project.toml#L27 Thanks, Song

Hi, I find out a corner case where using MKLPardisoKKTSolver have different behavior vs. base solver ` using LinearAlgebra, SparseArrays, Random, COSMO, JuMP, Test using Pardiso rng = Random.MersenneTwister(1) k...

bug

### Problem description currently when we sort a DataFrame by more than one column, only the first column is marked as sorted: ``` import polars as pl test_df = pl.DataFrame(...

enhancement

### 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://pypi.org/project/polars/) of Polars. ###...

bug
python
needs triage

### Description I am aware of the existence of parallel version of when then otherwise, but I find it still useful to have a sequencial version of when then otherwise,...

enhancement

### Dagster version 1.6.4 ### What's the issue? the Runs and Deployment page in dagster UI cannot be displayed: Loading chunk 704 failed. ChunkLoadError Loading chunk 704 failed ### What...

type: bug
area: UI/UX

**Describe the bug** when a poetry_requirement is provided, pants only infer the package on the surface level as dependencies but not package extra, for example, if I provide ``` [tool.poetry.dependencies]...

bug
backend: Python

### Dagster version 1.5.14 ### What's the issue? I use dagster_duckdb_polars for partitioned asset with time window partition, when I try to backfill for the whole history the issue is...

type: bug
integration: duckdb
stale