Skip to content

Commit 824e46b

Browse files
committed
This is 0.25.27.
1 parent f43fbef commit 824e46b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [0.26.0]
8+
## [0.25.27]
99

1010
### Added
1111

1212
* Improved reverse-mode AD of `scan` with complicated operators. Work
1313
by Peter Adema and Sophus Valentin Willumsgaard.
1414

15-
### Removed
16-
17-
### Changed
18-
1915
### Fixed
2016

2117
* `futhark eval`: any errors in the provided .fut file would cause a

futhark.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: futhark
3-
version: 0.26.0
3+
version: 0.25.27
44
synopsis: An optimising compiler for a functional, array-oriented language.
55

66
description: Futhark is a small programming language designed to be compiled to

0 commit comments

Comments
 (0)