ArrayFire release cycle

Pavan YalamanchiliAnnouncements, ArrayFire Leave a Comment

Coming off of our latest release cycle, we think it is a good time to talk about our release policy more openly. In this post we are going to talk about our versioning scheme and the expected release cycle.

The versioning scheme of the library will follow the Apache Portable Runtime guidelines. Each release version number will be of the following format arrayfire-x.y.z. The releases are going to be categorized broadly into the following categories based on the frequency and scope.

Bug fix releases

A bugfix release will bump the 3rd digit of the release version. These releases will neither add new functions nor break API and ABI compatiblity from the previous Feature release.

Bug fix releases will be infrequent, but will likely happen on the first day of the business week.

For example, the next bugfix release is 3.0.2. It is scheduled for June 29th.

Feature releases

A feature release will bump the 2nd digit of the release number and reset the 3rd digit to 0.They will add new functionality to the library and try to improve performance across the board. These releases will be backwards compatible to the previous Major release. The new functions will come with header guards to enable users to target a particular (older) versions of the API.

These releases will be made on a quarterly basis.

For example, the next feature release is 3.1.0. It is scheduled for an early August release.

Major releases

A Major release will bump the 1st digit and reset 2nd and 3rd digits to 0. There is no fixed schedule for this. A major release will happen when a major feature is added to ArrayFire and / or there is a breaking change in our API. This will happen once every 15-24 months.

For example, the next major release is 4.0.0. It will possibly come out late 2016 or early 2017.

Tracking our progress

You can track our progress by going to our github page. The hotfixes-x.y.z branch will be used for the Bug fix releases. The devel branch will be used for making progress to the next feature release. The master branch will contain the latest stable release.

You can also look at our milestones to get a look at what is coming in future versions of ArrayFire. If you have any questions or any specific requests that you would like to see in future versions of ArrayFire, contact us at .

Leave a Reply

Your email address will not be published. Required fields are marked *