yt-project / yt

Main yt repository
http://yt-project.org
Other
469 stars 280 forks source link

Remove delaunay triangulation #609

Closed yt-fido closed 7 years ago

yt-fido commented 11 years ago

Originally reported by: Matt Turk (Bitbucket: MatthewTurk, GitHub: MatthewTurk)


As noted in #608, we still ship C++ in the form of the Delaunay Triangulation code. This code is now included and maintained in Matplotlib. We should remove ours and rely on the upstream version.

Additionally, in service of removing C++ code we can remove the _ramses_headers and the entire RAMSES frontend from 2.X.


yt-fido commented 10 years ago

Original comment by chummels (Bitbucket: chummels, GitHub: chummels):


Removing milestone: 2.6 (automated comment)

yt-fido commented 11 years ago

Original comment by Matt Turk (Bitbucket: MatthewTurk, GitHub: MatthewTurk):


Thanks, @xarthisius !

yt-fido commented 11 years ago

Original comment by Matt Turk (Bitbucket: MatthewTurk, GitHub: MatthewTurk):


If they're still in 3.0, they can be removed -- we don't use them.

yt-fido commented 11 years ago

Original comment by Kacper Kowalik (Bitbucket: xarthisius, GitHub: xarthisius):


What about _ramses_headers in 3.0? Are they going to be rewritten?