Vincent COUVERT [Fri, 24 Aug 2012 07:50:03 +0000]
Fix tests in hdf5 module:
- Missing files in Linux binary versions
- Fix error message (filename freed before being displayed).
Change-Id: I7419acfe535f02b27484292d6904fa881001fcf1
Adeline CARNIS [Thu, 23 Aug 2012 08:33:44 +0000]
Bug #9204: The Frobenius norm of a complex vector returns a real.
Change-Id: Ifa463084ea66228fb75631b917d7c351d2941a9c
Adeline CARNIS [Thu, 23 Aug 2012 07:38:02 +0000]
Bug #10178: norm returned error message: 'division by zero' for some sparse matrices.
Change-Id: I40b8ec74a4dbdc3c678c53ee9cdd2fecad9ae242
Sylvestre Ledru [Thu, 23 Aug 2012 13:59:31 +0000]
Fix a typo (probably a bad replace)
Change-Id: I78098e0e9319e3f1408380524f93fd1a39042322
Cedric Delamarre [Wed, 22 Aug 2012 13:36:14 +0000]
bug 11738 : xload function load correctly all axes.
Change-Id: I904517b6a78453f4be11774e5d6d05d5edf69925
Sylvestre Ledru [Thu, 23 Aug 2012 14:29:08 +0000]
remove deadcode
Change-Id: I23ccc7bb5901806707d6fd11e0107d17225acb05
Sylvestre Ledru [Thu, 23 Aug 2012 15:43:32 +0000]
Update of the localization templates
Change-Id: I4bb8933267e96e79106d136d4027d126f0082c83
Sylvestre Ledru [Tue, 14 Aug 2012 11:11:30 +0000]
* dnaupd, dneupd, dsaupd, dseupd, znaupd and zneupd deprecated for eigs.
Change-Id: I4f152fc7489bc83bc716efb6a62dfb1657a92418
Vincent COUVERT [Thu, 23 Aug 2012 11:14:12 +0000]
Disable execution of some examples
Change-Id: I1e283f729d1f39db2df2e80436703e22b2a6ee16
Vincent COUVERT [Thu, 23 Aug 2012 14:13:03 +0000]
Avoid problem with localization tools
Change-Id: Ic03243ff4f39f0f78bd32869f4c9b74222e1ae65
Adeline CARNIS [Tue, 21 Aug 2012 10:29:01 +0000]
Bug #11390: update cond function. If c = cond(X), x can be non square. And it is now possible to use another norm than 2-norm with c = cond(X, p).
Change-Id: Ic55c82b54985f7459e5465a51e40b7babcd6d25b
Sylvestre Ledru [Thu, 23 Aug 2012 10:04:14 +0000]
Disable the test since it freezes jenkins tests
Change-Id: I073fd0be1384e27e09ad96e528eb21d31d40abb2
Sylvestre Ledru [Thu, 23 Aug 2012 09:04:55 +0000]
Unformize the syntax to the same kind of declarations
CreateVar(nbInputArgument(pvApiCtx) + 1, MATRIX_OF_INTEGER_DATATYPE, (un = 1, &un), (un = 1, &un), &ptrNCONT);
=>
un = 1;
CreateVar(nbInputArgument(pvApiCtx) + 1, MATRIX_OF_INTEGER_DATATYPE, &un, (un = 1, &un), &ptrNCONT);
This will facilitate the translation to api_scilab.
Change-Id: I0db32245dc1d370b4a8553ff30fffce1136f0225
Sylvestre Ledru [Wed, 22 Aug 2012 10:51:54 +0000]
help page cmb_lin in pt_BR moved at the right place
Change-Id: I8b46e29f6fe75bb32dd92cec671e0c0eb4ece036
Vincent COUVERT [Wed, 22 Aug 2012 10:16:29 +0000]
* Bug #11659 fixed - twinkle displayed warning messages about show_pixmap function.
Change-Id: I41cca2a3b367ebb4d5668919322dc92531ac8330
Sylvestre Ledru [Wed, 22 Aug 2012 09:04:37 +0000]
French translations of some linear algebra chapters
Change-Id: I3904e7c3a1760584359ef4b2a80bb7a3dbcb820b
Clément DAVID [Wed, 22 Aug 2012 09:40:33 +0000]
Xcos dependencies: support batik 1.8pre (and 1.8)
Change-Id: Ib8a70d5728d711f9962e5f110caf09ed4835c3aa
Sylvestre Ledru [Wed, 22 Aug 2012 08:57:13 +0000]
Fix the path to help linear algebra help pages
Change-Id: Ie4d09f6f49241639e468f9f2a89f58a34f1e5882
Adeline CARNIS [Wed, 22 Aug 2012 09:54:19 +0000]
import empty matrix failed.
A = []
save('toto.sod','A')
clear
load('toto.sod')
test_run('optimization', 'bug_7093')
Change-Id: Ie3fed7b5f0669c876cfdb226b45f8345c2b74d6e
Vincent COUVERT [Wed, 22 Aug 2012 08:51:45 +0000]
Revert "Bug HDF5: Correct the write of emptymatrix test_run('optimization','bug_7093')"
This reverts commit
896c2b525f044c31f6639bc140d9f0e3d3196aa7
Sylvestre Ledru [Tue, 21 Aug 2012 15:07:29 +0000]
Sample images for the grand function
Change-Id: I16252e5fed4fb87d8a1b18ae01d8a0b8404cbb24
Alexandre HERISSE [Tue, 21 Aug 2012 14:25:34 +0000]
Bug #11746 fixed - Xcos : closing the palette window with the crossing box did not update the checkbox in Xcos "Affichage" menu
Change-Id: Ic4a75a0a74dd8acf0a07cc89b274eac4048fd02f
Sylvestre Ledru [Tue, 21 Aug 2012 13:28:43 +0000]
Add sample images to the legendre help page
Change-Id: I930f499b830a022df99564f0bed63468fe1c14e2
Adeline CARNIS [Tue, 21 Aug 2012 14:44:24 +0000]
test_run('optimization','bug_3348') failed on Windows 64 Debug because of wrong variable used.
Change-Id: I19f65bb81d2da69a9f1782b7ecc54d7ee279735d
Adeline CARNIS [Tue, 21 Aug 2012 13:37:09 +0000]
Bug HDF5: Correct the write of emptymatrix test_run('optimization','bug_7093')
Change-Id: I34c055782b89476fb27c3cb57dc1d35f48502d53
Sylvestre Ledru [Tue, 21 Aug 2012 12:51:34 +0000]
- Functions. See bug #11722.
Change-Id: I103c889a81dbb4469de7c7bc55f4af3ce8eb4a20
Sylvestre Ledru [Tue, 21 Aug 2012 12:27:21 +0000]
Fix one of my mistake: I overrided some translations by the english one during file deplacements
Change-Id: Id73d3a8f63f82507561af8bfbbd5288c5efc7bfc
Sylvestre Ledru [Tue, 21 Aug 2012 10:02:19 +0000]
- Elementary functions better organization. See bug #11723.
Change-Id: I5df335110c396a0ab394f4e53bae760fc6122928
Adeline CARNIS [Tue, 21 Aug 2012 11:23:16 +0000]
Error in mlist link in the type help page.
Change-Id: Iac0d7ca10f8cc6ada10f881bcd7ba1b44436be24
Sylvestre Ledru [Tue, 21 Aug 2012 08:35:20 +0000]
* Reorganisation of the cacsd help page
* Use generated image instead of static one.
* Add more sample images
Thanks to Samuel Gougeon for the categorisation work
Change-Id: I9da4a8a23010c80c21d5e8ace223a696391e6836
Alexandre HERISSE [Tue, 21 Aug 2012 10:14:11 +0000]
Bug #11737 fixed - Incompatibility between a xcos menu and its description in the help page
Change-Id: I9d9cd2dd72dd73524c9822713bfadbdbc32b6c2a
Sylvestre Ledru [Mon, 13 Aug 2012 13:04:21 +0000]
Update the example to avoid the warning 'Warning : redefining function: f . Use funcprot(0) to avoid this message'
Change-Id: Iff73ad339ef7f0d4a4fca1efa16450b820578087
Sylvestre Ledru [Mon, 13 Aug 2012 11:33:29 +0000]
Get rid of show_pixmap + add new sample images
Change-Id: I18257ba811bf5ec0190b67dbe3f511d239e95948
Michaël Baudin [Tue, 14 Aug 2012 09:27:58 +0000]
Example_run can work on a directory (for external module)
Change-Id: I5585b229f8e6225ec8331b4e36ce329558fa3846
Sylvestre Ledru [Mon, 20 Aug 2012 15:45:58 +0000]
Typos and improvements
Change-Id: I2985159a0c2980c3ee5500c156f9b1fd8082bcc2
Sylvestre Ledru [Mon, 20 Aug 2012 14:24:45 +0000]
Add more images and improves the examples
Change-Id: I8e08cf91d78d7efd5f18c3bff162688833636ec2
Adeline CARNIS [Mon, 20 Aug 2012 13:05:33 +0000]
Bug #9619: The qp_solve help page, the input arguments were different between calling sequence and arguments section.
Change-Id: I5f57aa68f4363923d52b926fcd08864d444106e5
Sylvestre Ledru [Mon, 20 Aug 2012 12:33:32 +0000]
Clearly tag some api_scilab function has deprecated
Change-Id: I102b5e3dda2f842aae7f89750c6c99ce60e08bc6
Adeline CARNIS [Mon, 20 Aug 2012 12:47:50 +0000]
Bug #9693: The default value of epsg in optim help page is %eps.
Change-Id: Ic7b41d5097fba01f041f793e12c88d2aadcdc60b
Sylvestre Ledru [Tue, 14 Aug 2012 11:18:36 +0000]
- Signal processing. See bug #11661.
Change-Id: Id6001fdfcc2b598f909b8b24dbd81d8202a94e18
Vincent COUVERT [Mon, 20 Aug 2012 09:55:35 +0000]
Parallel module is not built under VS Express (missing omp.h file)
Change-Id: I285d2e889ea647838cfdf05de1e446d8dcfe79ff
Adeline CARNIS [Mon, 20 Aug 2012 11:08:51 +0000]
Bug #9976: The cdfbet function returned wrong value instead of 0.
Change-Id: Ic9970d9d5fd1cf80e8601e16fc0f02dc2aac2859
Sylvestre Ledru [Mon, 20 Aug 2012 11:51:45 +0000]
Point also to the similar functions
Change-Id: I45d46c0cd9cfcd90edf14b7e6039f75af028bd23
Vincent COUVERT [Mon, 20 Aug 2012 10:26:39 +0000]
CLI SHELL MODE only test
Change-Id: Ic6a1cdc6140b928b5ab44efaab824c731a852f03
Sylvestre Ledru [Mon, 20 Aug 2012 08:39:13 +0000]
get rid of the useless copyright in an example
Change-Id: I5ee8607f103074bf16fc5620b7d2462ba032865f
Sylvestre Ledru [Mon, 13 Aug 2012 14:13:52 +0000]
xmlindent: Work inline. Avoid some race conditions (files being modified after the git commit)
Change-Id: I93243c8df2f4dd7a49c5e79f71dff992bcab3116
Sylvestre Ledru [Thu, 16 Aug 2012 14:09:02 +0000]
Fix a typo. fisrt => first
Change-Id: I81fc6b04851c7ca61708a40cd5a3eb66d94cd5cc
Sylvestre Ledru [Thu, 16 Aug 2012 12:40:57 +0000]
Add hdf5/sod load & save tests in the essential tests
Change-Id: Idcc1db63a305ecab55f42203bd1d8036a08d86c6
Alexandre HERISSE [Mon, 20 Aug 2012 07:46:42 +0000]
Bug #10041 fixed - WFILE_f block was not declared as deprecated
Change-Id: I3dcf121857772b81f3f2b44a863c02634be8a8c6
Clément DAVID [Mon, 20 Aug 2012 09:49:15 +0000]
Startup script: pushd / popd is not supported on all platform
Change-Id: Ib1df24b36e0123bc1faf048bf08f9565535fb634
Adeline CARNIS [Mon, 20 Aug 2012 08:32:41 +0000]
Fix test
test_run('integer','bug_3842')
Change-Id: I247b2cebfc370d21275c29d5cc33bca62ea42440
Adeline CARNIS [Mon, 20 Aug 2012 08:43:58 +0000]
Fix test test_run('optimization','bug_3244')
Change-Id: Iaf2904418650f7d9a2fbed3745a7e54d576e0fcc
Vincent COUVERT [Mon, 20 Aug 2012 09:04:21 +0000]
Missing item (Fixed by codereview.scilab.org/#/c/8610/)
Change-Id: Ifa1c76d9af11277f0e354782e697d4689ebee27b
Clément DAVID [Mon, 20 Aug 2012 09:23:07 +0000]
Startup script: resolve symlinked JAVA_HOME directories
Change-Id: I483faeb2d5a88244ed2b13fd06614c8b1c5c4eec
Clément DAVID [Fri, 17 Aug 2012 16:17:23 +0000]
Xcos palettes: perform only sanity check on an headless env.
Change-Id: I46779500841b5a03ad563821f61ff8c5634fda5c
Adeline CARNIS [Mon, 20 Aug 2012 07:05:07 +0000]
Fix test of eigs function
Change-Id: Ieb3ac4da27864e3dea8c0e6ab867a25a17e481d0
Adeline CARNIS [Mon, 20 Aug 2012 08:01:17 +0000]
Fix test of asin function
Change-Id: I7f2324ce2bbbda09750e21e5afef6c73b0ffdd18
Vincent COUVERT [Mon, 20 Aug 2012 08:20:07 +0000]
Avoid errors when dia contains less than 10 lines
Change-Id: Ic5bf3ec72675ce0dbfd56b2ec5ccd21faca4ee9d
Vincent COUVERT [Mon, 20 Aug 2012 07:14:57 +0000]
Fix Visual Express compilation
Change-Id: I3ec7cd83314f3377d442f452171dbb0591269c78
Yuri Chornoivan [Sun, 19 Aug 2012 10:32:14 +0000]
Fix typos in messages and comments.
Change-Id: Ia4c78cd31f83c986514467e9d05e4f71ee7dc1da
Adeline CARNIS [Fri, 17 Aug 2012 09:13:05 +0000]
Bug #11533, #11652 and #11653: Fix typos in messages of eigs, update eigs help page and optional booleans in eigs are now booleans
test_run('arnoldi','eigs')
test_run('arnoldi','bug_11653')
Change-Id: I4c2aaba8e756903ceb12a4e0b4035b0782bf235d
Clément DAVID [Thu, 16 Aug 2012 13:23:42 +0000]
Xcos headless: display the right error message on headless
Change-Id: I115e5729bbc03690ee92c598594806739cb5eadb
Bruno JOFRET [Fri, 10 Aug 2012 13:15:11 +0000]
Manage SOD file association
Change-Id: Ib74a6cba612f99e2c07a8e1af25be87436b2e282
Bruno JOFRET [Thu, 16 Aug 2012 15:46:40 +0000]
atomsRepositoryAdd allows local network server.
Change-Id: Ic79db966492adef4b3795e1d15d1760d12737010
Bruno JOFRET [Thu, 16 Aug 2012 15:45:23 +0000]
atomsShow failed when given non existing toolbox name.
Change-Id: I3c6e50b29e07e673fc5db075e807b4d2f422dbe4
Clément DAVID [Thu, 16 Aug 2012 14:31:02 +0000]
Xcos: compilation fix
Change-Id: I605c100aefcc0de9d2537da9a1866edd38c72e58
Clément DAVID [Tue, 24 Jul 2012 08:44:04 +0000]
Xcos : remove some java warnings
Change-Id: If8ea8bcff04f861728262da5a49d72ba12ae7839
Antoine ELIAS [Thu, 16 Aug 2012 12:12:03 +0000]
import/export emptymatrix
Change-Id: I0506c06410e00df84bf900b3f6d45016fda64be7
Adeline CARNIS [Thu, 16 Aug 2012 09:33:23 +0000]
Fix test of gsort function
test_run("statistics","bug_8101")
Change-Id: I3ed7c227826320019e564b95a8de7bae76712591
Adeline CARNIS [Thu, 16 Aug 2012 09:00:53 +0000]
Fix test of %sp_max & %sp_min functions
test_run("sparse", "bug_4654")
Change-Id: I3aadffb908691370fbe00e793db0b94042287fca
Adeline CARNIS [Thu, 16 Aug 2012 07:24:37 +0000]
Fix test of min & max function
test_run("overloading","bug_10479")
Change-Id: I9ee8209166203b588b8e26f142831c4edb13a23a
Cedric Delamarre [Thu, 16 Aug 2012 09:28:32 +0000]
use assert functions in some tests of elementary functions.
test_run('elementary_functions','abs')
test_run('elementary_functions','asin')
test_run('elementary_functions','cos')
test_run('elementary_functions','cumprod')
test_run('elementary_functions','cumsum')
test_run('elementary_functions','rat')
test_run('elementary_functions','sin')
Change-Id: I543ec4f68c65978954ed9329f5ea9958bb3eaa39
Antoine ELIAS [Fri, 10 Aug 2012 17:48:15 +0000]
update SOD format to version 2
test_run("hdf5","loadhdf5data")
test_run("hdf5","loadhdf5data_v1")
Change-Id: I07a9d52034c4f90ea9b1f51092ca5c51c12df69d
Bruno JOFRET [Tue, 14 Aug 2012 14:47:01 +0000]
Matio loadmafile with assert function
Change-Id: I628956abf14bcb4c28fc1cd4d269904bed622b30
Antoine ELIAS [Tue, 14 Aug 2012 15:02:10 +0000]
update windows sparse_f project
Change-Id: Ib902a1fa3d2a41bf007e1efee1122f2dd81ee6a0
Calixte DENIZET [Tue, 14 Aug 2012 14:51:25 +0000]
Avoid an exception on closeXcos() in headless mode
Change-Id: Ic5a48dcd5169d08308a03d598f817e603cdabb0b
Rui Hirokawa [Tue, 14 Aug 2012 13:57:28 +0000]
added japanese translation of history manager.
Change-Id: I577d83a0fe44e4f15c0b4c5b38757c1fdf8bf2ff
Clément DAVID [Tue, 14 Aug 2012 14:22:44 +0000]
Xcos reports: printStacktrace on quit error
Change-Id: I94063159fa0441fd4824b795bb70a36584fb62a1
Adeline CARNIS [Wed, 8 Aug 2012 11:53:19 +0000]
Bug #11612: If A is negative sparse, the max function returned wrong value of index
Tests:
test_run("elementary_functions","max","no_check_error_output")
test_run("sparse","bug_11612")
Change-Id: Iee3ab650978b242785ab043c2e979f5c8e905aad
Adeline CARNIS [Mon, 6 Aug 2012 14:32:52 +0000]
The gsort function did not manage the complex sparse matrices
Change-Id: I30fe943ad25202bf0e23970b42634a7afe527c55
Rui Hirokawa [Tue, 14 Aug 2012 07:30:31 +0000]
added japanese translation of xml sesion.
Change-Id: I61c41e4ce1f7266b2cce7f2277a0f6056061511e
Sylvestre Ledru [Mon, 13 Aug 2012 14:11:09 +0000]
Also manage the use case "test_run([],[],['show_error','show_diff','no_check_error_output'],'scilab.xml')"
Change-Id: I152ebeca647d066947dd9eb7c5c96c3bc8c07a47
Stanislav KROTER [Mon, 13 Aug 2012 14:05:02 +0000]
Fix typos in help pages of module fileio (en_US, ru_RU)
Change-Id: I70891c77def55a8aab6ff3629b6f9498523fae10
Clément DAVID [Wed, 25 Jul 2012 11:54:58 +0000]
Add sample SOD and ZCOS icons files
Change-Id: Ia200b14241c0c74854773455f9cf1198217386b5
Bruno JOFRET [Mon, 13 Aug 2012 07:11:45 +0000]
New location for jni.h under MacOSX 10.8
Change-Id: I32c7606db23bbde8aa1b1454d751c67b330ce886
Sylvestre Ledru [Sun, 12 Aug 2012 13:06:14 +0000]
Indent all the XML files to the same way
Change-Id: Id104d86860c0b93d77e8d6198cbfe863a62900cb
Stanislav KROTER [Sun, 12 Aug 2012 12:30:42 +0000]
Translation of some help pages of module "fileio" into Russian.
Change-Id: I5d0cc001df70090292812ca906d4af61f711b312
Stanislav KROTER [Sun, 12 Aug 2012 12:29:04 +0000]
Revision of help pages for module "fileio" (en_US and ru_RU).
Change-Id: I62505fe92a0491556696da7360abeff187d851ca
Sylvestre Ledru [Sun, 12 Aug 2012 10:10:19 +0000]
Silent the useless serial java warning
Change-Id: I14ed1c2fad09427e3aaab93a7119f6c86c3e66b7
Rui Hirokawa [Sat, 11 Aug 2012 14:17:18 +0000]
added new translation.
Change-Id: I44253746b17219968339354afd175837c7b8faff
Rui Hirokawa [Sat, 11 Aug 2012 14:11:02 +0000]
added new translation files.
Change-Id: Ia5d5ce678689127218f3cc19800f5fff95299ed1
Rui Hirokawa [Sat, 11 Aug 2012 13:39:13 +0000]
updated japanese translation: relocating files.
Change-Id: I8ab82d9b6901959a5169b7909b316444b37c0196
Rui Hirokawa [Sat, 11 Aug 2012 13:37:41 +0000]
updated japanese translation.
Change-Id: Iab666f2c07ee6b65900e081f8a25537e50a8daed
Rui Hirokawa [Sat, 11 Aug 2012 11:35:00 +0000]
japanese translation updated.sync with 5.4.
Change-Id: I002c58d94efbc67a1cfcb7e7e8136f0ce050e2b3
Rui Hirokawa [Sun, 12 Aug 2012 09:49:37 +0000]
sync with 5.4
Change-Id: I638bcd968d9ecf5a4d58f5df814640a27462d0c5
Bruno JOFRET [Fri, 10 Aug 2012 15:33:47 +0000]
Remove jhdf5 from Windows Installer.
Change-Id: Id26932cead615cec3a770a8a8e43d49ff7c34f1d
Sylvestre Ledru [Fri, 10 Aug 2012 15:22:41 +0000]
Fix the windows build without java hdf5
Change-Id: Ia748c78ebcc9b7786b1dd6d0f27a4c7f12114da5
Sylvestre Ledru [Fri, 10 Aug 2012 14:35:56 +0000]
delete the last references to jhdf5
Change-Id: I61d8c71ea9142863abdd211cec704dbd44e4790c
Sylvestre Ledru [Fri, 10 Aug 2012 13:37:56 +0000]
Localized image example
Change-Id: I8ec9c7550b151eca73bc61c8538d2b526322dd33
Sylvestre Ledru [Fri, 10 Aug 2012 14:18:22 +0000]
Update of the changelog regarding the dependencies
Change-Id: I624496a80e90c889207c113b3e5dd5fb2cebb330