Guillaume Fraux

Results 464 comments of Guillaume Fraux

@conda-forge/help-python-c, ready for review!

@conda-forge/help-python-c, ready for review! Also pinging a couple of people who recently merged python-c PR: @wolfv, @synapticarbors, @xhochy. Thanks a lot!

@conda-forge/help-python-c, ready for a second round of review!

@conda-forge/help-python-c, @xhochy, ready for a second round of review!

CI error is strange: ``` - package libmetatomic-torch-0.1.1-h86b1756_0 requires libtorch >=2.7.1,=2.7.1,

Thanks a lot @danielnachun and @xhochy for the reviews!

If your functions do take a `&self` as first parameter, you can achieve similar result with dot chaining: ```rust result = x.sum() .abs() .sqrt() .round(2); ```

So because H5MD is based on HDF5, and libhdf5 can be somewhat a pain to install, this would have to be an optional format, like the cif format (which can...

Apparently, some people did manage to re-implement (maybe a subset of) HDF5 independently: https://github.com/JuliaIO/JLD2.jl Still, a first implementation here could be based on libhdf5.

This is strange, I would no longer expect this kind of behavior with the latest release of chemfiles. Could you triple check that you are using `Chemfiles_jll` v0.10.4? If you...