Jaime R Calzada

Results 29 comments of Jaime R Calzada
trafficstars

If I remember correctly, one of my pending issues was to put a guard for the case where there mesh has absolutely no intersections with the input data. The reason...

> we don't have data file for PR region for intersections of mesh with PR reaches I see. We still need to make sure we raise clear exceptions when we...

This is what happens when we prioritize "make it fast" over "make it right". I've been aware of this issue for a long time and will eventually fix it. If...

Hi @josephzhang8, There is nothing _inherently_ unsafe about PyPi. There have been occasions when users have uploaded malicious packages to PyPi, but in order to be affected by that, you...

For example, on this report https://www.theregister.com/2021/03/02/python_pypi_purges/ they talk about a malicious package named ``cupy-cuda112`` (which was already removed because there is _some_ level of audit in PyPI, contratry to what...

Update: There are several additional issues with `cf-python`. We are planning on switching `cf-python` with `xarray` in the near-future, but it will have to wait because of some other priorities/time...

Thanks for looking into this! I have tested several plotting solutions for Rust, but I am inclined to think that gnuplot could be the de-facto plotting library for Rust, similar...

Thanks! So I guess if I wanted to replicate the functionality of [matplotlib.pyplot.tricontourf](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.tricontourf.html) I would have to compute each polygon, and a color ramp and pass each of them to...

> If you want contour plots, there's already some support for that via `show_contours` and `surface` functions on `Axis3D`, although I note they are not working as well as I...