|
3b7536c0df
|
The number of lines used is updated in the header when a value is set,
and the iteration on the values of a column is done on the number of
lines used (instead of on the total line count).
|
2015-08-26 17:25:15 +02:00 |
|
|
48d10ea17c
|
Functions to truncate and/or close a column
|
2015-08-26 17:01:54 +02:00 |
|
|
fdc3b96beb
|
Added cython subclasses for columns with _writable or _read for each
data type. Trying to set a value on a _read subclass raises an
exception.
|
2015-08-26 15:34:12 +02:00 |
|
|
95dbeb25a0
|
Added functions to get and set values in columns using the element name
(for columns with lines made of vectors of elements), for all data types
|
2015-08-26 15:05:23 +02:00 |
|
|
3f81dc0173
|
Changed the variable name 'nb_elements' to 'nb_lines' for better clarity
|
2015-08-26 10:52:19 +02:00 |
|
|
611699252e
|
Files and functions for columns with the data type OBIChar_t, working
but using char* (needs to be changed)
|
2015-08-26 10:31:56 +02:00 |
|
|
9ad31fddff
|
Added the possibility to clone a column, with or without its data
|
2015-08-26 10:29:07 +02:00 |
|
|
eaca9c85f1
|
Files and functions for OBIDMS columns with the data type OBI_BOOL
|
2015-08-11 11:00:59 +02:00 |
|
|
bc2ca89088
|
Basis for OBIDMS columns with the type OBI_IDX
|
2015-08-10 16:30:55 +02:00 |
|
|
a5ed8f0ef0
|
A basic obicount for testing purposes
|
2015-08-10 16:06:05 +02:00 |
|
|
d53c16cf3e
|
Functions and files for OBIDMS columns with the type OBI_FLOAT
|
2015-08-10 16:04:53 +02:00 |
|
|
66f397239b
|
Commented __del__ functions for now, as they contain closedir() that can
create problems
|
2015-08-03 16:15:26 +02:00 |
|
|
1e01c9059c
|
functions to get data type as a character string
|
2015-08-03 11:46:21 +02:00 |
|
|
a6abc74500
|
Cython sources modified to add the handling of OBIDMS columns with the
type OBI_INT
|
2015-07-31 18:02:40 +02:00 |
|
|
5c674715ee
|
added the idea of each line of a column corresponding to a vector, with
the added informations of the number of elements per line and the
elements' names in the column's header structure
|
2015-07-20 16:08:50 +02:00 |
|
|
802f9983c2
|
fixing file names in list of C files after changing 'column groups' to
'column directories'
|
2015-07-20 11:13:56 +02:00 |
|
|
152b34b5f4
|
Closes #10 : column groups stored in directories
|
2015-06-23 18:35:34 +02:00 |
|
|
9f9c20aa4a
|
new OBIDMS_column cython class
|
2015-06-17 16:49:49 +02:00 |
|
|
73ba9fd4c3
|
updated the OBIDMS class
|
2015-06-17 16:48:56 +02:00 |
|
|
32fd7b5a6b
|
rename falsly named files *.pyx in *.pxd ;-)
|
2015-05-27 15:05:14 +02:00 |
|
|
9f69f76704
|
Few change on the obidms package
|
2015-05-26 14:17:08 +02:00 |
|
|
30ddb32dfe
|
first skeleton of the obitools3 package
|
2015-05-26 10:38:15 +02:00 |
|