Matthew Turk
Matthew Turk
Hi! Building on #24 I added a way to add `` tags to the drawing. Would this be a good pull request, or is it sufficiently niche+straightforward that it doesn't...
In conjunction with https://github.com/manubot/manubot/pull/334 , this makes it possible to add section references to a manuscript. I have not updated the github hash for manubot referenced in the build environment,...
## PR Summary At present, all the stream frontends can only accept actual, instantiated arrays. So for instance, this means that any calls to `load_uniform_grid` require that the entire array...
This experiments with allowing the individual to specify a cutting plane through a rotation matrix, rather than through a set of normal and north vectors. Why do this, you ask?...
At present, we cannot rotate particles before they get plotted. This would be a really straightforward thing to do, but we don't yet have the machinery in place to do...
Presently, we set up a data source for covering grids in `_setup_data_source`. We should be able to provide this, thus enabling spheres to be regularized for instance. The output would...
Data selector objects in yt currently have nice repr's for display, but we could improve this further by incorporating with a DatasetViewer or just by styling the parameters in an...
## PR Summary This moves some functions that are in C into a `pxd` file, and marks them as inline. Why do this, you might ask? Good question! It turns...
With frontends like `cm1`, we often encounter data that has been compressed using [zfp](https://computing.llnl.gov/projects/zfp). When accessing, we get somewhat difficult error messages about the filter not being available, etc etc....
At present, we handle (most/all) block-structured data using the patch-based indexing system. This means that, even in the case where many of the attributes are simple or redundant, we initialize...