tcl-nap-announce Mailing List for Tcl NAP
Brought to you by:
dav480,
peter_turner
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(2) |
Jun
|
Jul
(3) |
Aug
(6) |
Sep
(3) |
Oct
(2) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <Har...@cs...> - 2006-10-05 04:48:54
|
NAP 6.2.2 has been released. Version 6 is a major release featuring: - Rewritten user guide. This is available at http://tcl-nap.sourceforge.net/nap_users_guide.pdf=20 - Memory leaks (some serious) fixed - New unary sort operators '<=3D' and '>=3D' - Relaxed rules for array constants - Again allow indirect full indexing (problem introduced by v. 5) - Allow functions with no arguments - Interface to the cartographic projection package PROJ.4 - Interface to GSHHS Shorelines data - Bug fixes and enhancements to Tcl library, including plot_nao The starpack installers for Windows, Linux (both 386 and IA64) and Solaris can be accessed using the link labelled 'Files for downloading' on the NAP home page: http://tcl-nap.sourceforge.net/=20 Click on 'Notes' to access: 1. 'Release Notes' -- Details of changes summarised above 2. 'Changes' -- Excruciating details of same |
From: <Har...@cs...> - 2003-03-25 04:45:06
|
NAP (N-Dimensional Array Processor)is a loadable extension of Tcl that provides a convenient, powerful and efficient facility for processing data in the form of n-dimensional arrays. NAP provides the essence of array-processing languages such as APL, J, IDL and Matlab. Special facilities are provided for data based on n-dimensional grids, where the dimensions correspond to continuous spatial coordinates and values are defined using multidimensional linear interpolation. There are interfaces to the HDF and netCDF file formats commonly used for such data, especially in Earth sciences such as oceanography and meteorology. A revised version of my talk on NAP at the 9th Annual Tcl/Tk Conference, 2002 is at http://tcl-nap.sourceforge.net/nap.pdf The main documentation of NAP is at http://tcl-nap.sourceforge.net/contents.html The NAP home page is http://tcl-nap.sourceforge.net/ This contains a link labelled 'Files for downloading', which can be used to access both source and binary files. Nap version 3.1.0 is compatible with Tcl 8.4 and BLT 2.4z. Compatibilty issues (related to BLT) are discussed further in http://tcl-nap.sourceforge.net/install.html The following details changes since the previous version (3.0.5): The 'laminate' ('///') operator now produces a different (more sensible) result if the ranks of the operands differ. The rank of the result is now one greater than the greater of the operand ranks. Laminate ('//') now handles any lower rank operand by reshaping it to the shape of the other operand. Some bugs in laminate & catenate ('//') have been fixed. Function 'invert_grid' now handles any missing values (not just NaN) and only overwrites interpolated values if the new value is based on a smaller rectangle than the old one. Function 'psum': Bug fixed. The 'tally' (unary '#') operator now allows a boxed argument, which produces an n-dimensional contingency (cross-classification) table containing joint frequencies. The cast functions (e.g. 'f32', 'i8') no longer create a new NAO if the argument already has the required data-type. Constants can now have a '+' sign. Octal constants are no longer supported. Thus '012' is now treated as 12 rather then 10. Octal constants were seldom if ever used and were incompatible with much existing data. Floating-point constants can now end with 'p' or 'e'. The missing exponent defaults to 1. So '1p' is equivalent to '1p1' (which represents 'pi'). Byte-swapping is now supported by the command 'nap_get', the new OOC method 'swap' & various library procedures. Several hdf/netcdf bugs have been fixed. The 'hdf' and 'netcdf' sub-commands of 'nap_get' now provide an option for 'raw' input in which the attributes scale_factor, add_offset, valid_min, valid_max & valid_range are ignored. The HTML documentation has been revised and most pages now have a table of contents. Library: New functions magnify_nearest, magnify_interp, magnify_generic, area_on_globe. Extensive improvements to plot_nao. Harvey Davies, CSIRO Atmospheric Research, Private Bag No. 1, Aspendale 3195 E-mail: har...@cs... Phone: +61 3 9239 4556 Fax: +61 3 9239 4444 |
From: <Har...@cs...> - 2002-10-21 02:29:40
|
I have released version 3.0.5 of NAP (tcl-nap). Note that NAP is not compatible with tcl 8.4 due to NAP's dependance on BLT. I hope to eliminate this dependance. The home page is http://tcl-nap.sourceforge.net/ Perhaps the most significant changes are those to the html documentation. There is also a link from the home page to a revised version of my paper given at the recent Tcl/Tk conference. Changes to the code are: - Improve error handling (many asserts changed to some kind of CHECK) - Operator "//": Fix bug for case where ranks of operands differ - Operator "..": Allow left operand to be boxed (to specify n = no. elements). Harvey Davies, CSIRO Atmospheric Research, Private Bag No. 1, Aspendale 3195 E-mail: har...@cs... Phone: +61 3 9239 4556 Fax: +61 3 9239 4444 |
From: <Har...@cs...> - 2002-08-14 05:02:01
|
I have released version 3.0.4 of the Tcl extension "nap" (n-dimensional array processor). This is the first version released from sourceForge (and the first public release of source code). I will be giving a talk on nap at the Tcl/Tk conference in Vancouver next month. The tcl-nap home page is at URL http://tcl-nap.sourceforge.net The main documentation is accessed from there by choosing "NAP" under "Further Documentation". Source code is available using either CVS or in a single tar file. There are binary installation files for * Irix 64 on SGI MIPS * Linux on 386 * SunOs on sparc * Windows on 386 I would appreciate feedback on all aspects of nap. Harvey Davies, CSIRO Atmospheric Research, Private Bag No. 1, Aspendale 3195 E-mail: har...@cs... Phone: +61 3 9239 4556 Fax: +61 3 9239 4444 |