Download Latest Version portaudio-0.3-1-src.zip (1.9 MB)
Email in envelope

Get an email when there's a new version of MySciTools

Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2012-08-08 1.9 kB
csv_tools-0.9-1-linux-x86-bin-5.4.zip 2012-08-08 197.5 kB
csv_tools-0.9-1-linux-x64-bin-5.4.zip 2012-08-08 199.4 kB
csv_tools-0.9-1-windows-x86-bin-5.4.zip 2012-08-08 188.6 kB
csv_tools-0.9-1-windows-x64-bin-5.4.zip 2012-08-08 192.1 kB
csv_tools-0.9-1-src.zip 2012-08-08 184.6 kB
csv_tools-0.9-1-macosx-x64-bin-5.4.zip 2012-08-08 196.9 kB
Totals: 7 Items   1.2 MB 0
csv_tools (0.9) - August 2012
    * move code to cpp (easier to extend features and linux compatibility)
    * repository moved on sourceforge (http://hg.code.sf.net/p/myscitools/code/file/tip)
    * License update to GPL v3 (please contact author for more information)
    * module renamed csv_tools - fork of my previous module  (previous version no more supported)
    * Updated to compatibility with Scilab-5.4 beta-2
    * module build no more require local build to build
    * Faster conversion as double
    (Tested on 5.4-master Windows 64 bits  C2Q 2400 Mhz)
    Previous version: Reading with csv_read and conversion to double:
                     Time = 17.76 (s)
    Current version: Reading with csv_read and conversion to double:
                     Time = 7.34 (s)
    * File encoding supported 'utf-8' and 'iso-latin' support by csv_write
    * add 'encoding' field in 'csv_default'
    * add 'blank' field in 'csv_default'
    * Fixed ticket #472: allows to remove all blank lines before parsing
        see: csv_default('blank', 'on')
    * Updated to use api_scilab (version 3)
    * Issue 768:  fix some warnings 64 bit and Scilab 5.4 beta-1
    * Issue 745: csv_textscan did no convert "1,1" into double.
    * Issue 757: Add a demo of a block-by-block reading in csv_read help file.
    * Issue 715: csv_textscan crashed on an example.
    * Issue 654: csv_default returns %f when used twice


To install:

download csv_tools-0.9-1.bin.x86.windows.zip , if you use Scilab windows 32 bit
start scilab and go to in directory where you save archive
atomsInstall('csv_tools-0.9-1.bin.x86.windows.zip')

download csv_tools-0.9-1.bin.x64.windows.zip , if you use Scilab windows 64 bit
start scilab and go to in directory where you save archive
atomsInstall('csv_tools-0.9-1.bin.x64.windows.zip')

same command on linux and macos

Allan CORNET - 2012 - allan.cornet.scilab@gmail.com
Source: readme.txt, updated 2012-08-08