Changelog for futhark-server-1.2.3.0
Revision history for futhark-server
1.2.3.0 -- 2024-10-25
- Add
abortServer.
1.2.2.1 -- 2023-03-21
- Support GHC 9.6.
1.2.2.0 -- 2023-03-10
-
Added
cmdTuningParams. -
Fixed type of
cmdEntryPoints.
1.2.1.0 -- 2022-07-01
- Added
cmdFields,cmdNew,cmdProject,cmdTypes, andcmdEntryPoints.
1.2.0.0 -- 2022-05-14
-
ServerCfgno longer has any type class instances. -
ServerCfgnow has acfgOnLinefield.
1.1.2.1 -- 2022-02-03
withServerno longer hides a previous exception if an exception occurs duringstopServer.
1.1.2.0 -- 2021-10-24
stopServer(and hencewithServer) now throw an exception if the process fails.
1.1.1.0 -- 2021-09-30
- Added
cmdPauseProfiling,cmdUnpauseProfiling,cmdSetTuningParam.
1.1.0.0 -- 2021-07-01
cmdInputsandcmdOutputsnow returnInputTypeandOutputTypevalues instead of justTypeName, in order to also capture consumption information.
1.0.0.0 -- 2021-06-17
- First version. Released on an unsuspecting world.