Sebastian Müller
Sebastian Müller
Hey there, recently I run into problems building my documentation on RTD, i.e. when building epub. I get the following error on the first rst file generated by sphinx-gallery: ```...
pyevtk stores the data associated with the given mesh in append data, that is given in a `raw` binary format. Setting of `raw`: https://github.com/pyscience-projects/pyevtk/blob/488306a93015c3c82688e0961f485972e71644ad/pyevtk/vtk.py#L636 Encoding as binary: https://github.com/pyscience-projects/pyevtk/blob/488306a93015c3c82688e0961f485972e71644ad/pyevtk/evtk.py#L98 This is...
Since we store all generated fields by name for the same pos tuple, it would make perfectly sense to provide a CSV export routine, that exports all fields as unstructured...
TODO
Zenodo releases are still failing with invalid metadata error. It is hard to investigate what goes wrong actually. Maybe we should use this schema to check the .zenodo.json: https://github.com/zenodraft/metadata-schema-zenodo/blob/main/schema.json zenodraft...
I'd like to use toml-f as a dependency in my cmake based project and I use [CPM](https://github.com/cpm-cmake/CPM.cmake) to download and compile dependencies. It would be cool to add a section...