← Back to team overview

dolfin team mailing list archive

Re: Release status?

 


Anders Logg wrote:
> What shape are we in currently for making a new release next week?

FFC/FIAT/UFL should have some more testing time before a release given
all the changes.

> I've been locked up in FFC/UFL for the last month so I'm not fully
> up to speed.
> 
> One thing I'm not completely happy with is
> 
>   const Array<const double>& x
> 
> It would look better if we could somehow manage to have
> 
>   const Array<double>& x
> 
> Would that be possible to fix?
> 

We can't fix it properly. We looked at it some time ago. The reason is
that Array does not necessarily own the data, unlike a std::vector. We
therefore need

  const Array<const foo> bar

when wrapping const pointers.

> What needs to happen before ca next Wednesday is to fix any remaining
> issues in DOLFIN (how many?) and FFC (quite a few) and then make new
> releases of
> 
>   DOLFIN (0.9.6)
>   FFC (0.9.0)
>   UFL (0.5.0)
>   FIAT (0.4.0?)
>   UFC (1.2.1)
> 
> Anything else?
>

There was an update to Viper recently.

Garth

> --
> Anders
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to     : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help   : https://help.launchpad.net/ListHelp





Follow ups

References