From: Sean P. <sea...@ma...> - 2009-05-21 21:44:06
|
ASL 1.0.42 is now released. The windows built distributions have not been posted yet but Mat or I will get to them soon. There is a critical bug fix in this release for property model initializers. So if you are using property models and input cells, make sure you grab this release. This will be my last ASL release as an Adobe employee. The Adobe Software Technology Lab is now a virtual organization. I will likely still keep a hand in guiding the progress of ASL and I'm certain it will continue to grow and improve. STLab was able to accomplish some amazing things. ASL being one externally visible artifact and the book <http://www.elementsofprogramming.com/book.html> being another. I want to thank the members of STLab, Foster Brereton, Mat Marcus, Paul McJones, and Alex Stepanov along with everyone who supported the lab over the years. We had a great run. My personal e-mail is sean_parent <at> mac <dot> com. Messages to the forums and mailing lists will continue to reach me. Sean ---- 2009/05/13 : 1.0.42 ASL: - Property model library (Adam) Changed calculation logic so that when an interface cell is defined by a direct expression and by a relate clause, both expression are applied. Prior it was one or the other. For example: --- interface: x; y <== round(y); logic: relate { x <== y; y <== x; } --- When x is of higher priority, y will be evaluated as: --- y' = x; y'' = round(y') --- This avoids having to replicate filters (self referential expression on an interface cell) in relate clauses. Note that if the expression defining y was not self referential, then the relate clause would be ignored. For example, if y were defined as: --- y <== 10; --- Then y would have the value of 10 regardless of the value of x. - Fixed issue introduced in 1.0.41 with incorrect poison set being calculated for invariants. - Reworked invariant cells they now behave more like output cells and can be refered to in expressions. - Updated the image_size example to demonstrate an ignored/ disabled control (resample method when not resampling). - Some 64 bit fixes and cleanup. - Minor cleanup, performance improvements and bug fixes. |
From: Robert D. <rcd...@gm...> - 2009-05-21 21:52:08
|
On Thu, May 21, 2009 at 1:49 PM, Sean Parent <sea...@ma...> wrote: > ASL 1.0.42 is now released. The windows built distributions have not > been posted yet but Mat or I will get to them soon. There is a > critical bug fix in this release for property model initializers. So > if you are using property models and input cells, make sure you grab > this release. > > This will be my last ASL release as an Adobe employee. The Adobe > Software Technology Lab is now a virtual organization. I will likely > still keep a hand in guiding the progress of ASL and I'm certain it > will continue to grow and improve. STLab was able to accomplish some > amazing things. ASL being one externally visible artifact and the book > <http://www.elementsofprogramming.com/book.html> being another. I want > to thank the members of STLab, Foster Brereton, Mat Marcus, Paul > McJones, and Alex Stepanov along with everyone who supported the lab > over the years. We had a great run. > > My personal e-mail is sean_parent <at> mac <dot> com. Messages to the > forums and mailing lists will continue to reach me. Wait... is ASL dying or something? If you leave, what does that mean for the libraries? I'm a bit confused as to what is happening. What do you mean by "it is now a virtual organization"? |
From: Foster B. <fbr...@ad...> - 2009-05-21 23:32:49
|
On 21/05/09 2:52 PM, "Robert Dailey" <rcd...@gm...> wrote: > On Thu, May 21, 2009 at 1:49 PM, Sean Parent <sea...@ma...> wrote: >> ASL 1.0.42 is now released. The windows built distributions have not >> been posted yet but Mat or I will get to them soon. There is a >> critical bug fix in this release for property model initializers. So >> if you are using property models and input cells, make sure you grab >> this release. >> >> This will be my last ASL release as an Adobe employee. The Adobe >> Software Technology Lab is now a virtual organization. I will likely >> still keep a hand in guiding the progress of ASL and I'm certain it >> will continue to grow and improve. STLab was able to accomplish some >> amazing things. ASL being one externally visible artifact and the book >> <http://www.elementsofprogramming.com/book.html> being another. I want >> to thank the members of STLab, Foster Brereton, Mat Marcus, Paul >> McJones, and Alex Stepanov along with everyone who supported the lab >> over the years. We had a great run. >> >> My personal e-mail is sean_parent <at> mac <dot> com. Messages to the >> forums and mailing lists will continue to reach me. > > Wait... is ASL dying or something? If you leave, what does that mean for the > libraries? I'm a bit confused as to what is happening. What do you mean by "it > is now a virtual organization"? ASL is not dying. Sean was the primary owner of ASL within Adobe, and now that he's leaving those roles and responsibilities are shifting somewhat. It is still an open source project and there will still be contributions to it from inside and outside Adobe (including yours). There's a lot that's up in the air at this point, but rest assured when things settle down ASL will have as much of a pulse as it's ever had. Blessings, Foster -- Foster T. Brereton <ἰχθύς>< Ro 3:21-26 Computer Scientist 2 --- Photoshop Engineering --- Adobe Systems "What 99 percent of programmers need to know is not how to build components but how to use them." -- Alexander Stepanov |