NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Tom- The new visad.jar is missing some of the packages that the previous one had. It is missing the ucar and HTTPClient packages at the least. The size is much smaller (4101676) than the previous (5074889). Don Tom Whittaker wrote:
The VisAD library has been updated. Below is a summary of changes since the last update in Dec, 2008. All Copyrights were also changed, but I have removed those from this listing. As a reminder, the current Javadoc for VisAD is at the new URL: <http://www.ssec.wisc.edu/visad-doc/javadoc> And as usual, you may pick up the JAR files for the release from the FTP server at: <ftp://ftp.ssec.wisc.edu/pub/visad-2.0/> ================================================================= visad/build.xml revision 1.17 date: 2009/03/12 20:05:11 author: brucef Fix redundant javadoc Don't try to compile dependencies if they're already available on the classpath visad/util/ThreadUtil.java revision 1.5 date: 2009/03/12 16:20:36 author: jeffmc Add in a test main visad/ShadowFunctionOrSetType.java revision 1.127 date: 2009/03/12 12:58:24 author: rink don't create BufferedImage twice. visad/java3d/ShadowFunctionOrSetTypeJ3D.java revision 1.81 date: 2009/03/11 16:00:08 author: brucef Add visad.java3d.textureNpot to enable uses of non-power of two textures, off by default. CAUTION: This has been shown to lock up Macs with ATI cards even though the canvas properties indicate that it is supported. Also, this has not yet been thoroughly tested on many platforms, so enable this feature at your own risk. visad/java3d/DisplayImplJ3D.java revision 1.66 date: 2009/03/11 16:00:08 author: brucef Add visad.java3d.textureNpot to enable uses of non-power of two textures, off by default. CAUTION: This has been shown to lock up Macs with ATI cards even though the canvas properties indicate that it is supported. Also, this has not yet been thoroughly tested on many platforms, so enable this feature at your own risk. visad/sounder/PCA.java revision 1.8 date: 2009/03/11 14:40:56 author: brucef deal with exceptions thrown due to Jama package changes visad/paoloa/nesti/PCSmatrix.java revision 1.4 date: 2009/03/11 14:40:34 author: brucef deal with exceptions thrown due to Jama package changes visad/paoloa/nesti/Nesti.java revision 1.13 date: 2009/03/11 14:39:16 author: brucef add missing controlChanged method (as no-op) visad/util/ThreadUtil.java revision 1.4 date: 2009/03/10 22:33:13 author: jeffmc snapshot visad/test/ImageAnimationTest.java revision 1.3 date: 2009/03/10 21:27:21 author: brucef *** empty log message *** visad/test/J3DTextureTest.java revision 1.2 date: 2009/03/10 21:27:20 author: brucef *** empty log message *** visad/util/Util.java revision 1.53 date: 2009/03/10 21:26:02 author: brucef add printSceneGraph visad/util/ThreadUtil.java revision 1.3 date: 2009/03/10 16:41:16 author: jeffmc Use the ThreadPool visad/meteorology/ImageSequenceManager.java revision 1.8 date: 2009/03/10 09:42:38 author: jeffmc new method addImagesToSequence(List) visad/util/ThreadUtil.java revision 1.2 date: 2009/03/10 09:41:26 author: jeffmc snapshot visad/test/ImageAnimationTest.java revision 1.2 date: 2009/03/09 20:27:49 author: brucef print properties before test visad/util/Util.java revision 1.52 date: 2009/03/09 20:26:04 author: brucef printJ3DProperties: if canvas == null: create one with preferred config visad/ShadowFunctionOrSetType.java revision 1.126 date: 2009/03/09 18:32:54 author: rink remove debug code. visad/java3d/ShadowFunctionOrSetTypeJ3D.java revision 1.80 date: 2009/03/09 18:30:39 author: rink Changes to support Texture byReference. By default, everything works as before, so initially this is only in development/testing. Only use of ImageRendererJ3D will be affected, later this work may be extended to the more general logic, eg. Volume Renderering. visad/bom/ShadowImageFunctionTypeJ3D.java revision 1.47 date: 2009/03/09 18:30:39 author: rink Changes to support Texture byReference. By default, everything works as before, so initially this is only in development/testing. Only use of ImageRendererJ3D will be affected, later this work may be extended to the more general logic, eg. Volume Renderering. visad/ShadowType.java revision 1.175 date: 2009/03/09 18:30:39 author: rink Changes to support Texture byReference. By default, everything works as before, so initially this is only in development/testing. Only use of ImageRendererJ3D will be affected, later this work may be extended to the more general logic, eg. Volume Renderering. visad/ShadowFunctionOrSetType.java revision 1.125 date: 2009/03/09 18:30:39 author: rink Changes to support Texture byReference. By default, everything works as before, so initially this is only in development/testing. Only use of ImageRendererJ3D will be affected, later this work may be extended to the more general logic, eg. Volume Renderering. visad/util/Util.java revision 1.51 date: 2009/03/06 23:54:35 author: brucef methods for printing J3D properties visad/java3d/ShadowTypeJ3D.java revision 1.72 date: 2009/03/05 20:09:15 author: brucef get label auto sizing flag from the ContourControl, auto sizing by default. visad/ShadowType.java revision 1.174 date: 2009/03/05 20:09:15 author: brucef get label auto sizing flag from the ContourControl, auto sizing by default. visad/ContourControl.java revision 1.62 date: 2009/03/05 20:09:15 author: brucef get label auto sizing flag from the ContourControl, auto sizing by default. visad/java3d/DisplayImplJ3D.java revision 1.65 date: 2009/03/05 19:51:16 author: brucef remove debug print visad/python/JPythonEditor.java revision 1.20 date: 2009/03/04 23:47:35 author: jeffmc don't create the file chooser right away. Onoly create on demand fir getFileChooser. This helps prevent some funny deadlocks in the JVM visad/util/TextEditor.java revision 1.18 date: 2009/03/04 23:47:18 author: jeffmc don't create the file chooser right away. Onoly create on demand fir getFileChooser. This helps prevent some funny deadlocks in the JVM visad/ShadowType.java revision 1.173 date: 2009/03/04 17:30:49 author: donm call removeMissing on all contour lines visad/ShadowType.java revision 1.172 date: 2009/03/04 16:23:39 author: brucef Fix contouring bug caused by missing values check for manifold dimension 2 in makeContour. Remove try/catch and propagate exceptions caused by adjustments. visad/ShadowType.java revision 1.171 date: 2009/03/04 15:33:12 author: brucef Fix bug where NaNs were making there way into flow vector values. visad/java3d/DisplayImplJ3D.java revision 1.64 date: 2009/03/03 21:50:46 author: brucef Make geometry by refernce the default. It can still be disabled by setting visad.java3d.geometryByRef=False visad/Contour2D.java revision 1.75 date: 2009/02/19 22:54:43 author: rink trap case that causes stripVertexCount < 2 visad/ShadowType.java revision 1.169 date: 2009/02/19 22:53:11 author: rink fix little bug. visad/Gridded3DSet.java revision 1.84 date: 2009/02/19 22:14:38 author: rink remove dead code. visad/util/GUIFrame.java revision 1.11 date: 2009/02/19 22:07:13 author: donm add a cast to surpress the compiler warnings visad/java3d/VisADCanvasJ3D.java revision 1.55 date: 2009/02/19 22:06:50 author: donm add a cast to surpress a compile warning visad/java3d/DisplayImplJ3D.java revision 1.62 date: 2009/02/19 21:01:58 author: brucef Add capability to enable geometry by reference to save memory. Geometry by reference is enabled via the visad.java3d.geometryByRef=True system property. visad/Contour2D.java revision 1.74 date: 2009/02/19 20:58:11 author: brucef Use custom linked list implementation for contour strip line segment index pairs to reduce memory footprint of growable arrays and increase performance of frequent strip merges. Remove unused code. Swap Vectors for Lists. visad/java3d/ShadowTypeJ3D.java revision 1.70 date: 2009/02/19 03:45:33 author: rink Major overhaul of the contour package, functionality the same, but code refactored to work better and make more sense. Changes mainly revolve around performance and line styling issues. Fixed Unidata issue where not all of a contour line was styled, performance work on the way. visad/java2d/ShadowTypeJ2D.java revision 1.39 date: 2009/02/19 03:45:33 author: rink Major overhaul of the contour package, functionality the same, but code refactored to work better and make more sense. Changes mainly revolve around performance and line styling issues. Fixed Unidata issue where not all of a contour line was styled, performance work on the way. visad/ShadowType.java revision 1.168 date: 2009/02/19 03:45:33 author: rink Major overhaul of the contour package, functionality the same, but code refactored to work better and make more sense. Changes mainly revolve around performance and line styling issues. Fixed Unidata issue where not all of a contour line was styled, performance work on the way. visad/Gridded3DSet.java revision 1.83 date: 2009/02/19 03:45:33 author: rink Major overhaul of the contour package, functionality the same, but code refactored to work better and make more sense. Changes mainly revolve around performance and line styling issues. Fixed Unidata issue where not all of a contour line was styled, performance work on the way. visad/Contour2D.java revision 1.73 date: 2009/02/19 03:45:33 author: rink Major overhaul of the contour package, functionality the same, but code refactored to work better and make more sense. Changes mainly revolve around performance and line styling issues. Fixed Unidata issue where not all of a contour line was styled, performance work on the way. edu/wisc/ssec/mcidas/ABISnav.java revision 1.5 date: 2009/01/06 15:52:48 author: tomw Added code to fetch 'constants' from nav block is available. -- Tom Whittaker University of Wisconsin-Madison Space Science & Engineering Center (SSEC) Cooperative Institute for Meteorological Satellite Studies (CIMSS) 1225 W. Dayton Street Madison, WI 53706 USA ph: +1 608 262 2759 _______________________________________________ visad mailing list visad@xxxxxxxxxxxxxxxxFor list information, to unsubscribe, visit: http://www.unidata.ucar.edu/mailing_lists/
-- ************************************************************* Don Murray UCAR Unidata Program dmurray@xxxxxxxxxxxxxxxx P.O. Box 3000 (303) 497-8628 Boulder, CO 80307 http://www.unidata.ucar.edu/staff/donm *************************************************************
visad
archives: