Pedro Maciel Xavier
Pedro Maciel Xavier
When Python's `sys` module is loaded via `pyimport("sys")` its `executable` returns Julia's path instead of Python's. The same doesn't happen on Linux. To reproduce this issue (Windows 10, Julia 1.7.0,...
When precompiling [Anneal.jl](https://github.com/psrenergy/Anneal.jl/tree/docs) (docs branch) there seems to be some process lock problem with libmamba. The complete shell session is here: (.CondaPkg is created but left empty) ```julia Windows PowerShell...
I attempted to implement the Chebyshev series fractional derivative as mentioned in #1. I followed the steps presented in the article and also added tests using the data from that...
Math support in GitHub still does not match the regular TeX syntax exactly. Sometimes it is needed to write things a bit differently for it to render properly.
## Details Generating sysimage containing only `Plots.jl` in `Julia >= 1.9` is taking more than 6 hours (GitHub actions job limit). This also happens while running locally. **See**: https://github.com/pedromxavier/QUBO-notebooks/actions/runs/6375873703/job/17302152682 ###...
**To Reproduce** Steps to reproduce the behavior: 1. Run `g.proj -w` as a command line utility or using Python: `gs.start_command + gs.communicate` / `gs.read_command`. 2. Run the same command but...
## Rationale Create a formal benchmark pipeline to compare - Python - PythonCall (dev) - PythonCall (stable) - PyCall _Originally posted by @cjdoris in https://github.com/cjdoris/PythonCall.jl/issues/300#issuecomment-1547350528_ ### Requirements 1. **Match benchmark...
This PR aims to close #33 and implement string escaping for common text to be included directly into TeX files. - Method `latexescape(s::AbstractString)` was added and exported - A test...
When running ```julia julia> using MLDatasets: Iris julia> X, y = Iris(as_df=false)[:] ``` on julia 1.8.2, MLDatasets v0.7.5 the user is prompted with an error asking for `DataFrames` to be...
As done in [`PseudoBooleanOptimization.jl`](https://github.com/psrenergy/PseudoBooleanOptimization.jl), `QUBOTools.jl` should have a benchmark suite allowing for comparison between `dev` and `main` branches. Identifying performance regression is a must for `QUBOTools.jl` to reach v1.