Orestis Ousoultzoglou

Results 11 issues of Orestis Ousoultzoglou

Closes #238. Moved from https://github.com/ZIB-IOL/FrankWolfe.jl/pull/373 to keep things tidy.

## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...

## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...

Have you looked into this? Besides `distutils` (removed in Python 3.12) used by `digikey-api` (https://github.com/peeter123/digikey-api/issues/48), is there any other dependency holding >3.11 support back?

question

`distutils` is deprecated and removed since python 3.12. This means that the package can not be used as a dependency in packages that aim to be compatible with python >3.11....

When trying to parse a string in the TOML and convert it to a vector, it yields: `ERROR: ArgumentError: map(f, s::AbstractString) requires f to return AbstractChar; try map(f, collect(s)) or...

bug

## Checklist - [ ] Appropriate tests were added - [ ] Any code changes were done in a way that does not break public API - [ ] All...

Closes #37 - [x] 10th order accurate - [x] 12th order accurate - [x] 10th order minimal - [x] 12th order minimal pending tests

Ref https://github.com/JuliaLang/julia/issues/53061