Martin Diehl
|
afb9a2186b
|
removed explicit default setting: type='string' and action='store'
|
2014-09-12 14:14:55 +00:00 |
Martin Diehl
|
c7837e1f66
|
changed manual input/output close to class method
|
2014-08-22 16:58:53 +00:00 |
Martin Diehl
|
649e637561
|
added some more post processing tests and improved output
|
2014-08-06 19:06:33 +00:00 |
Martin Diehl
|
938352d43a
|
fixed calculation of size and dimension in case of 2D (was limited to third dim only)
plus polishing
|
2014-08-06 15:25:18 +00:00 |
Martin Diehl
|
cbafad50d0
|
some more work on the postprocessing scripts, decreased test tolerance because spectral decomposition has rounding errors (depending on machine/python/numpy version)
|
2014-08-06 13:27:09 +00:00 |
Martin Diehl
|
7954c9a4a3
|
more and improved tests for add...
|
2014-07-24 20:21:18 +00:00 |
Martin Diehl
|
38048a09f2
|
introduced use of choice for argparse where applicable
|
2014-07-24 18:47:09 +00:00 |
Martin Diehl
|
e8d2e787bc
|
updated first 9 post processing scripts to latest ASCII table handling style
|
2014-07-21 19:55:05 +00:00 |
Martin Diehl
|
e7c282a02d
|
some further improvements on ASCII table handling
|
2014-07-10 09:27:51 +00:00 |
Martin Diehl
|
f72a87f94b
|
polished scripts (option parser, numpy)
|
2014-07-09 10:07:24 +00:00 |
Martin Diehl
|
51b92f3ef9
|
simplified option parsing (so far, only for addCalculation and addMises)
|
2014-06-17 07:10:10 +00:00 |
Tias Maiti
|
0885ea8023
|
changed variable interpolation to be useable in connection with dictionary definitions for formulas. Slightly less efficient but now much more powerful...
|
2014-05-02 19:56:56 +00:00 |
Martin Diehl
|
342ca0be47
|
tested new scripts to update shebang, all files got same shebang (and for python files encoding)
|
2014-04-01 18:41:14 +00:00 |
Philip Eisenlohr
|
894776ca67
|
fixed stupid bug addressing a dict by dict{key} instead of dict[key]
|
2013-12-11 14:30:27 +00:00 |
Philip Eisenlohr
|
26690859bb
|
deal more gracefully with problematic user input.
|
2013-12-09 15:54:47 +00:00 |
Martin Diehl
|
a39005ef1c
|
added possibility to specify formula with array return type
added support for numpy
|
2013-07-16 21:48:23 +00:00 |
Mahesh Balasubramaniam
|
975c3437ac
|
added possibility to use comma in functions, to prevent splitting substituted by ';'. Eg. round(4.021,1) becomes round(4.021;1) in command line call
|
2012-08-22 17:47:34 +00:00 |
Philip Eisenlohr
|
a2b46c8a36
|
columns can be called by index
now pipe-aware...
|
2012-02-23 13:53:12 +00:00 |
Martin Diehl
|
d68a3d1869
|
added LF=UNIX to a bunch of files
|
2012-02-22 13:30:00 +00:00 |
Philip Eisenlohr
|
1bad5bf3c7
|
removed --count option. introduced 'internal' column #_row_#. adopted polished column head identification developed in filterTable. wiki updated.
|
2012-02-16 11:56:16 +00:00 |
Martin Diehl
|
9f45cb3745
|
new option: -c --count: count rows in ascii table and add column "row" with row number
|
2012-02-16 11:16:36 +00:00 |
Philip Eisenlohr
|
3228cf563c
|
fixed bug when column was referenced multiple time in a formula.
changed column tagging character to '#' ('$' gave some trouble on the shell...)
|
2012-02-09 15:46:25 +00:00 |
Philip Eisenlohr
|
0f7c74e02d
|
set ID flag and line endings
|
2012-02-09 13:06:22 +00:00 |
Christoph Kords
|
51e8981ba3
|
not specifying the location of python executable directly, but rather getting it from $path, otherwise the scripts won't work on every machine
|
2012-02-07 13:09:10 +00:00 |
Philip Eisenlohr
|
fb7adf7b89
|
adopted use of general damask package
|
2011-12-15 08:53:18 +00:00 |
Christoph Kords
|
42c3074821
|
mini calculator for column-column arithmetic
|
2011-12-02 15:15:36 +00:00 |