From: <cd...@us...> - 2012-08-07 11:27:36
|
Revision: 10837 http://octave.svn.sourceforge.net/octave/?rev=10837&view=rev Author: cdf Date: 2012-08-07 11:27:26 +0000 (Tue, 07 Aug 2012) Log Message: ----------- added NEWS file Added Paths: ----------- trunk/octave-forge/extra/fpl/NEWS Added: trunk/octave-forge/extra/fpl/NEWS =================================================================== --- trunk/octave-forge/extra/fpl/NEWS (rev 0) +++ trunk/octave-forge/extra/fpl/NEWS 2012-08-07 11:27:26 UTC (rev 10837) @@ -0,0 +1,13 @@ +Summary of important user-visible changes for dataframe 1.3.0: +------------------------------------------------------------------- + + * Old OpenDX based functions have been deprecated + + * ASCII VTK Unstructured Grid (VTU) exporter has been speeded up via + code vectorization + +* A new function to write base64-encoded binary VTU files has been added + (requires Octave >= 3.7) + +* New functions to write ASCII structured grid VTK files have been added + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cd...@us...> - 2012-08-08 12:33:18
|
Revision: 10842 http://octave.svn.sourceforge.net/octave/?rev=10842&view=rev Author: cdf Date: 2012-08-08 12:33:12 +0000 (Wed, 08 Aug 2012) Log Message: ----------- prepare for release (again) Modified Paths: -------------- trunk/octave-forge/extra/fpl/NEWS Modified: trunk/octave-forge/extra/fpl/NEWS =================================================================== --- trunk/octave-forge/extra/fpl/NEWS 2012-08-08 12:20:17 UTC (rev 10841) +++ trunk/octave-forge/extra/fpl/NEWS 2012-08-08 12:33:12 UTC (rev 10842) @@ -6,10 +6,12 @@ * ASCII VTK Unstructured Grid (VTU) exporter has been speeded up via code vectorization -* A new function to write raw binary VTU files has been added +* A new function to write raw binary VTU files has been added. + A new function to write base64-encoded binary VTU files has been added + (requires Octave >= 3.7, will fall back to ASCII mode otherwise). + As a rule of thumbs, ascii files are about 50% larger than base64 which + are 30% larger than raw files. base64 files are faster to write (about 30% faster + than raw on my machine for large meshes), ASCII files are more portable. -* A new function to write base64-encoded binary VTU files has been added - (requires Octave >= 3.7, will fall back to ASCII mode otherwise) - * New functions to write ASCII structured grid VTK files have been added This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <cd...@us...> - 2012-08-30 09:15:29
|
Revision: 10934 http://octave.svn.sourceforge.net/octave/?rev=10934&view=rev Author: cdf Date: 2012-08-30 09:15:20 +0000 (Thu, 30 Aug 2012) Log Message: ----------- corrected typo in NEWS file Modified Paths: -------------- trunk/octave-forge/extra/fpl/NEWS Modified: trunk/octave-forge/extra/fpl/NEWS =================================================================== --- trunk/octave-forge/extra/fpl/NEWS 2012-08-30 07:28:18 UTC (rev 10933) +++ trunk/octave-forge/extra/fpl/NEWS 2012-08-30 09:15:20 UTC (rev 10934) @@ -1,9 +1,9 @@ -Summary of important user-visible changes for dataframe 1.3.1: +Summary of important user-visible changes for fpl 1.3.1: ------------------------------------------------------------------- * 1.3.1 is just a bugfix release to fix some issues in 1.3.0 -Summary of important user-visible changes for dataframe 1.3.0: +Summary of important user-visible changes for fpl 1.3.0: ------------------------------------------------------------------- * Old OpenDX based functions have been deprecated This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |