all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gwl-0.2.1 released [stable]
@ 2020-03-01 21:42 Ricardo Wurmus
  2020-03-02  7:57 ` zimoun
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2020-03-01 21:42 UTC (permalink / raw)
  To: info-gnu; +Cc: guix-devel, gwl-devel

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


We are pleased to announce the release of the GNU Guix Workflow Language
version 0.2.1, representing 23 commits by one person.  This is a bug-fix
release to correct a few annoying bugs that went unnoticed in the
previous release.  One of the fixes unlocks the process output cache,
which was added in 0.2.0 but was always disabled.

• 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.1.tar.gz
  https://ftpmirror.gnu.org/gwl/gwl-0.2.1.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.1.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.1 (since 0.2.0)

** Documentation
- additional documentation of the “run-time” field and the “complexity” type
- added example of how to use =pick= with local variable definitions
** Bug fixes
- due to a faulty condition (a test whether a file is a directory),
  process outputs were never cached.  The condition has been
  corrected.
- outputs with absolute file names are no longer considered missing
- workflows without inputs no longer trigger an error

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gwl-0.2.1 released [stable]
  2020-03-01 21:42 gwl-0.2.1 released [stable] Ricardo Wurmus
@ 2020-03-02  7:57 ` zimoun
  0 siblings, 0 replies; 2+ messages in thread
From: zimoun @ 2020-03-02  7:57 UTC (permalink / raw)
  To: gwl-devel

Hi,

On Sun, 1 Mar 2020 at 22:43, Ricardo Wurmus <rekado@elephly.net> wrote:

> We are pleased to announce the release of the GNU Guix Workflow Language
> version 0.2.1, representing 23 commits by one person.  This is a bug-fix
> release to correct a few annoying bugs that went unnoticed in the
> previous release.  One of the fixes unlocks the process output cache,
> which was added in 0.2.0 but was always disabled.

Thank you!

> ** Documentation
> - additional documentation of the “run-time” field and the “complexity” type
> - added example of how to use =pick= with local variable definitions

Nice!

> ** Bug fixes
> - due to a faulty condition (a test whether a file is a directory),
>   process outputs were never cached.  The condition has been
>   corrected.
> - outputs with absolute file names are no longer considered missing

Cool!

> - workflows without inputs no longer trigger an error

Ah, I missed this bug.


Cheers,
simon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-02  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-01 21:42 gwl-0.2.1 released [stable] Ricardo Wurmus
2020-03-02  7:57 ` zimoun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.