John Lapeyre
John Lapeyre
On my fork, all of the examples run on v1.0. The repo was not originally designed to be a package, so the code is not organized like a package. I...
Yes. I'd be happy to make a pull request. I made some structural changes. You might not be interested in all of them..... Maybe I can start with just the...
See [my fork](https://github.com/jlapeyre/LightML.jl) of this repository. In particular, the README. I have not issued PRs for any of these changes, but can do so if desired.
Good to hear! > If you feel like contributing, then of course a PR would be more than welcome! I've looked a bit, but haven't found anything yet. I can...
> NetKet, a library for Jax/Flax Machine Learning targeted at quantum Physics Great. This is exactly the kind of thing I am looking for. Requoting what you quoted: >> The...
That's a good question. I had been thinking only of jill installations. But, perhaps covering juliaup would also be useful. Your example looks good. I was reluctant to roll my...
This looks like it's on the right track. Yes, since I have an immediate use case, I'll try to find time soon to make a PR to jill.py that is...
I am using this approach in [julia_project](https://github.com/jlapeyre/julia_project). [This file](https://github.com/jlapeyre/julia_project/blob/master/julia_project/jill_install.py) is a copy of the code in this PR. I intend to remove it when this PR, or something like it,...
The last commit takes care of some issues. I have not yet added tests.
For some formats and some inputs, methods for `loadgraph` in `GraphIO` *do* support constructing both `Graph` and `DiGraph`. In order for someone to address your request, it's needs to be...