Fork me on GitHub

Futhark 0.1.0 released

Posted on October 4, 2017 by Troels Henriksen

We have just released the first version of the Futhark compiler, version 0.1.0 (source tarballs here). Of course, nothing much has changed, given that the compiler source code has been freely available for over three years, and is not particularly hard to compile. Also, nightly binary builds have been available for a good while.

Why a release now?

There are several reasons: One is the real reason, and the others a collection of justifications. The real reason is that I always wanted to do a release to mark the conclusion of my PhD studies. Since I handed in my thesis on the 31st of August (defense scheduled for mid-November), the time had come. A collection of secondary reasons contributed to the feeling that the stars were right:

Future Release Policy

As alluded to above, we will bump the version number to mark major changes or additions, but it is not yet clear how often we will perform releases. We will follow semantic versioning, and given that Futhark is still an experimental research language, we are certainly likely to make backwards-incompatible changes from time to time - at least until we hit version 1.0. It is unlikely that we will make actual bugfix releases, unless they are particularly dire, but you never know.

Most likely, releases will coincide with major publications, or perhaps uses of Futhark in academic courses (actually, the 0.1.0 release coincides with a course in Parallel Functional Programming that will take place at DIKU in a few weeks). If (as is the hope and goal) Futhark starts seeing use outside of academia, probably we will have to think a little more about a release schedule.