Jl2Py.jl icon indicating copy to clipboard operation
Jl2Py.jl copied to clipboard

Transpile from Julia to Python

Results 10 Jl2Py.jl issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/lucifer1004/Jl2Py.jl). ## Config Migration Needed - [ ]...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [julia-actions/cache](https://redirect.github.com/julia-actions/cache) | action | major | `v1` -> `v2` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [julia-actions/setup-julia](https://redirect.github.com/julia-actions/setup-julia) | action | major | `v1` -> `v2` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v4` -> `v5` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release...

Python lambdas are very limited, compared to Julia lambdas. Maybe we should consider converting Julia lambdas to Python functions (with a randomly generated name) instead of lambdas.

help wanted

- Use `NameTuple` for immutable struct - Use `dataclass` for mutable struct Resources: - [StackOverflow: C-like structures in Python](https://stackoverflow.com/questions/35988/c-like-structures-in-python)

enhancement

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v3` -> `v5` | --- ### Release...