unofficial mirror of gwl-devel@gnu.org
 help / color / mirror / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: info-gnu@gnu.org
Cc: guix-devel@gnu.org, gwl-devel@gnu.org
Subject: GNU Guix Workflow Language 0.2.0 released
Date: Sun, 16 Feb 2020 13:57:30 +0100	[thread overview]
Message-ID: <87o8tyn0zp.fsf@elephly.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 3250 bytes --]


We are pleased to announce the release of the GNU Guix Workflow
Language version 0.2.0, representing 383 commits by 3 people.

This release contains a number of big, incompatible changes compared
to the previous release 0.1.1.  The "guix process" command has been
removed in favor of a single "guix workflow" command and workflows are
now loaded from files instead of finding them in Guile modules on
GUIX_WORKFLOW_PATH.  Workflows can now be specified in Wisp syntax in
addition to the S-expression Scheme syntax.  For details see the
section on changes below, or take a look at the manual:

    https://workflows.guix.info/manual/

• About

  The Guix Workflow Language (GWL) provides an extension to GNU Guix's
  declarative language for package management to automate the
  execution of programs in scientific workflows.  The GWL can use
  process engines to integrate with various computing environments.

• Download

  Here are the compressed sources and a GPG detached signature[*]:
    https://ftpmirror.gnu.org/gwl/gwl-0.2.0.tar.gz
    https://ftpmirror.gnu.org/gwl/gwl-0.2.0.tar.gz.sig

  Use a mirror for higher download bandwidth:
    https://www.gnu.org/order/ftp.html

  [*] Use a .sig file to verify that the corresponding file (without the
  .sig suffix) is intact.  First, be sure to download both the .sig file
  and the corresponding tarball.  Then, run a command like this:

    gpg --verify gwl-0.2.0.tar.gz.sig

  If that command fails because you don't have the required public key,
  then run this command to import it:

    gpg --keyserver keys.gnupg.net --recv-keys BCA689B636553801C3C62150197A5888235FACAC

  and rerun the 'gpg --verify' command.

  This release was bootstrapped with the following tools:
    Autoconf 2.69
    Automake 1.16.1
    Gnulib v0.1-3269-g03d7a6b1f

• Changes in 0.2.0 (since 0.1.1)

** Command line interface
  * Remove the “guix process” command.
  * Remove GUIX_WORKFLOW_PATH; load workflows from files instead.
  * Add --container flag to enable process isolation
** Workflow syntax
  * Support Wisp syntax in workflow files.
  * Add syntactic sugar for defining workflows and processes.
  * Support syntax for procedures written in languages other than Guile.
  * Add graph syntax to specify process dependencies.
  * Add “auto-connect” helper to automatically link up process inputs and outputs.
  * Deprecate the “restrictions” field in workflow records in favor of “auto-connect” and “graph” syntax in the “processes” field.
  * Fields of the “process” form that expect lists now also accept multiple values.
  * Add “on” procedure for application of higher-order functions to collections
  * Add “expand” procedure to expand variables in file name templates
** Execution engines
  * Add simple execution engine and use it by default instead of the bash-engine.
** Programming interface
  * Remove modules “(guix processes)” and “(guix workflows)”.  Use “(gwl processes)” and “(gwl workflows)” instead.
  * Remove “define-dynamically” macro
  * Use GOOPS instead of “(guix records)”
** Documentation
  * Add manual in Texinfo format

-- 
Ricardo

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

                 reply	other threads:[~2020-02-16 12:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.guixwl.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o8tyn0zp.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=guix-devel@gnu.org \
    --cc=gwl-devel@gnu.org \
    --cc=info-gnu@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).