|
966b1325ed
|
Deleted declaration of obsolete public function
|
2016-04-11 11:14:20 +02:00 |
|
|
019dfc01b4
|
Branch to refactor and debug (AVLs bugged)
|
2016-04-08 15:38:57 +02:00 |
|
|
3681cecb4d
|
Multiple AVLs with bloom filters (very raw test version)
|
2016-03-18 11:06:02 +01:00 |
|
|
545ed8111a
|
Code for tests storing data in multiple AVLs.
(note: unretrievable data as implemented)
|
2016-03-11 15:34:55 +01:00 |
|
|
a8f03248a8
|
Major update : views
|
2016-02-18 10:38:51 +01:00 |
|
|
c139367555
|
DNA sequences and character strings are now handled using AVL trees.
|
2015-12-11 17:24:44 +01:00 |
|
|
1586956d57
|
Added the lists of opened columns and arrays in the OBIDMS structure,
and a counter in the OBIDMS column structure; fixed some bugs and
created tests for referring columns that are bound to disappear anyway.
|
2015-12-02 17:32:07 +01:00 |
|
|
b45b496b0e
|
Major update: new type of columns containing indices referring to lines
in other columns
|
2015-11-29 11:57:07 +01:00 |
|
|
08f2657e18
|
Increased maximum line count of columns to 1^9
|
2015-11-23 13:23:18 +01:00 |
|
|
eb12af4da4
|
Fixed minor error in the documentation of a function.
|
2015-11-16 15:38:01 +01:00 |
|
|
410e2e02a0
|
When retrieving the header of a column, the version number of the column
wanted can now be provided.
|
2015-11-10 13:30:10 +01:00 |
|
|
c4b7e579cf
|
Comments in column headers are now working.
|
2015-11-10 10:56:45 +01:00 |
|
|
f6ec8ba963
|
The header size is now directly read in the file when a column or an
array is opened.
|
2015-11-09 17:50:32 +01:00 |
|
|
01bfc14503
|
The data size in bytes is now stored in the header of a column.
|
2015-11-09 15:55:00 +01:00 |
|
|
05e3956a0c
|
Minor changes in code to improve readability (freeing some character
strings earlier)
|
2015-11-09 11:22:51 +01:00 |
|
|
9b066f4327
|
Major update: obiarrays with columns containing indices referring to
character strings.
|
2015-11-06 17:55:15 +01:00 |
|
|
456551ffeb
|
obi arrays that don't work because of cython bug passing wrong pointers
|
2015-11-03 14:22:00 +01:00 |
|
|
ecb9d97adb
|
Reorganized the code to have less functions, and the functions to get
and format the creation date of a column are now working.
|
2015-10-15 15:12:45 +02:00 |
|
|
0eaa5aa784
|
Major changes : new cython subclasses to handle columns with multiple
elements per line in a more efficient way + now elements_names are
passed as a list + new function to recover only the header of a column
|
2015-10-14 18:05:34 +02:00 |
|
|
6877fc4892
|
Fixed a critical bug where values were initialized to NA at the wrong
location when there was multiple elements per line
|
2015-10-12 17:54:36 +02:00 |
|
|
ee4c513fd4
|
Fixed a bug where cloning a column would fail if the data was empty
|
2015-10-08 10:36:02 +02:00 |
|
|
6ced3c4896
|
new functions to get the creation date of a column
|
2015-10-02 13:47:53 +02:00 |
|
|
4b7f2d268b
|
Doxygen documentation corrected and completed.
|
2015-09-30 12:03:46 +02:00 |
|
|
7b606c0477
|
Column files now always have a size that is a multiple of the page size,
and the function that enlarges mapped column files tries mapping on next
byte before unmapping/mapping again
|
2015-09-21 15:42:29 +02:00 |
|
|
2698022aaf
|
New OBIDMS method to list the columns of an OBIDMS
|
2015-09-15 17:09:31 +02:00 |
|
|
f31d8983bb
|
Columns are now enlarged if needed when setting a value
|
2015-09-01 17:38:08 +02:00 |
|
|
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 |
|
|
3f81dc0173
|
Changed the variable name 'nb_elements' to 'nb_lines' for better clarity
|
2015-08-26 10:52:19 +02:00 |
|
|
9ad31fddff
|
Added the possibility to clone a column, with or without its data
|
2015-08-26 10:29:07 +02:00 |
|
|
1fe2e36d5d
|
Fixed a critical bug where the elements names were not stored correctly
|
2015-08-03 16:11:55 +02:00 |
|
|
5f62cd8526
|
C sources modified to add the handling of OBIDM columns with the type
OBI_INT, and the handling of multiple types in general
|
2015-07-31 18:03:48 +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 |
|
|
c454f9612e
|
changed 'column groups' to be called 'column directories' for now.
|
2015-06-26 17:53:03 +02:00 |
|
|
152b34b5f4
|
Closes #10 : column groups stored in directories
|
2015-06-23 18:35:34 +02:00 |
|
|
ed662077b3
|
fixed bugs and typos in the obidms and obidmscolumn source and header
files
|
2015-06-17 16:51:16 +02:00 |
|
|
5d967f5b7b
|
fixed typos and other minor things
|
2015-06-10 15:19:02 +02:00 |
|
|
d1324618b8
|
Makes few cleanning and adds an obi_dms C constructor
|
2015-05-26 21:36:55 +02:00 |
|
|
6248160eeb
|
C Syntax error patches
|
2015-05-26 10:38:56 +02:00 |
|
|
0b031da28c
|
A very basic obicount
|
2015-05-22 17:54:34 +02:00 |
|