-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- rename `deps_time` feature to `deps_datetime`. - rename `ArrayBytes*` to `ByteArray*`. - add support for 8-bit and 128-bit pointer sizes. - reorganize features. - update docs. - bump version. -------------- - partial completion of the `define_all_sizes` macro structure. WIP - automatically implement Read & Write for DataCells !! - bluss/arrayvec#199 - MAYBE for DataCellUnsafe? (& DataType?) - CLARIFY differences with serialization, or could share common ground? - decide whether to automatically derive Write for Vec<DataTypes> - add `unsafe_cell` example. WIP - add dev dependency `static_assertions`. WIP - MAYBE update tests WIP - add serialization, Serde & the other // #[cfg(feature = "serde")] // #[macro_use] // extern crate serde; more alternatives :) (name?) - include specific implementations From DataType to DataCell when implements `Default` - (or consider whether require the `Default` trait (similar case to `Debug`) ---- # TODO ! - una macro o método sencillo para crear tipos personalizados (incluyendo opcionalmente un datatype…) ? con tal de que implemente DataTypes... - add conversion from CellType to CellData (using default value) - impl Default --------------- MAYBE - don't move column & row into series (what are their characteristics anyway? I alreadu - is_categorical? None -> false - is_numerical? None -> false --- - TODO: from_hashmap --- - complete the `Column::new` constructor. - add `time` dependency (MAYBE) - add `byte` dependency. (PR fixes) TODO: - rename Handle* to Id*?
- Loading branch information
Showing
2 changed files
with
99 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters