Skip to content

Added DelaunaySparse to package list #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 11, 2021
Merged

Conversation

thchang
Copy link
Member

@thchang thchang commented Mar 11, 2021

DelaunaySparse is an open source Fortran 2003 package, recently published in ACM TOMS (Algorithm 1012) for performing piecewise linear interpolation via a sparse subset of the Delaunay mesh in high-dimensional spaces. The publication process was subject to peer-review, not only of the paper, but also the source code, which is also published in the collected algorithms of ACM TOMS. The code itself is open source (MIT license). This code has been in development for almost 4 years and tested on thousands of real-world and synthetic data sets. It is in a stable condition and in usage at several national labs and universities. Features robust error-handling and C + Python interfaces. Unfortunately, we do not have "5 stars" yet on Github. Please consider including anyway.

@certik
Copy link
Member

certik commented Mar 11, 2021

I just gave you a star. @milancurcic, @everythingfunctional, @LKedward can one of you star it also? ;)

https://github.com/vtopt/DelaunaySparse

@thchang thanks for the submission! We would like to see more codes like these, peer reviewed with a publication. Fortran is a great language precisely for applications like this one.

@awvwgk awvwgk added the packages Related to the package index label Mar 11, 2021
@thchang
Copy link
Member Author

thchang commented Mar 11, 2021

Thanks all for the stars --- happy to see you guys addressing some of the issues in Fortran (lack of package manager, std libs, and performance portability), which will help keep old Fortran alive and relevant! Also congrats on approval for GSoC! I have other Fortran software under review for publication, so you'll probably hear from me again in the future -- will also recommend this to all other Fortran programmers I know

@thchang thchang closed this Mar 11, 2021
@thchang thchang reopened this Mar 11, 2021
@thchang
Copy link
Member Author

thchang commented Mar 11, 2021

sorry for close and reopen, I'm still learning how to github web interface...

@certik certik merged commit e795251 into fortran-lang:master Mar 11, 2021
@certik
Copy link
Member

certik commented Mar 11, 2021

@thchang thank you for submitting and for recommending us to your colleagues. Your code is now available at:

https://fortran-lang.org/packages/numerical

If there is any issue that you do not see addressed by some effort at Fortran-lang, please let us know! Looking forward to seeing you around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages Related to the package index
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants