v0.12.0
Pre-release
Pre-release
0.12.0 (2023-04-16)
Add
- argparse cmake conf. (8f88158)
- benchmark for docs import (23b5d58)
- benchmark for tooling (c40ab6e)
- fallthrough statement in switch, arena making if not exist (fdab2a0)
- get threads count with CLI arg. (2b9755b)
- impl. for import/export tools (5323495)
- links for tabular bench. and tests (a3847b0)
- preparing of fields for docs (93991e5)
- src to include directories (2719128)
- tests for crashing cases (3153317)
- validations for graph exporting (5a27dc7)
Build
Cleanup
- docs exporting (a415d11)
Configure
Exclude
- graph import/export interface (ce0c95d)
Fix
- add parentheses (57a2ce4)
- arrow visitor using (e45f929)
- change fields count after preparing (7301999)
- check for id_field (b25128d)
- csv exporting (docs) (63117df)
- docs conf (e3b6492)
- genereating of exporting file name (414c3e9)
- Get value by reference not by copy (d2d8dab)
- including (af53947)
- line counting in ndjson file (d437718)
- linking (3654d44)
- linking order (9eb4367)
- make values C99 compatible (b2175bf)
- minor (861d44c)
- minor (d3a0ac1)
- minor (9ba7b65)
- minor (efe5d28)
- minor (7e9b947)
- naming (3d3b373)
- passing keys argument to ukv_write (2759599)
- paths using (7d08450)
- preparing fields (9e7c040)
- set default/implicit values to threads_count (76316b1)
- unnecessary checking in every iter. (6267a32)
Link
Make
- devcontainer fix (3a54c23)
- mutex function static var. (afa0179)
- structures C99 headers compatible (d672396)
- tools folder a include directory (bd12430)
- UDisk library name (8a830e0)
Merge
- branch 'main-dev' into 154-implement-import-export (23b67a5)
Refactor
- add missing args (970887e)
- Benchmark - bench_docs_import (9453261)
- cleanup and use CLI arguments (fc297aa)
- cleanup unnecessary calculatings (bcda86b)
- docs exporting (50d10ae)
- export docs with batches (7e29a3e)
- Formatting (b67feac)
- get config path from arguments (9111b8e)
- ids making (545ed31)
- major (74843b9)
- Make bench. files for each thread (74cd1c3)
- make more efficient test (8d093ac)
- minor (b240383)
- minor (55c769d)
- minor (9a6c039)
- minor (87dadd7)
- minor (7b65524)
- naming (4817294)
- Naming and paths (82fb953)
- optimize memory usage (881d7e2)
- Organization of import-export of tools (25c4634)
- parse args with argparse (2a59bcf)
- paths using (54e2227)
- polish (d0bc4ed)
- polish (c56df60)
- polish (067f231)
- run configs (d876638)
- use enum (41c1bbf)
- use our arena (a258385)
- use our arena, export graph with batches (de993ab)
- use our arenas (part 3) (05fe190)
- use our arenas for allocating (a29e800)
- use our arenas for allocating (part 2) (5135103)
- use path of files instead of duplicating one (4410526)
Remove
- unnecessary include (f865626)
Rename
Set
- default config (e7f3d16)
Use
- strings_tape_iterator instead of string_iterator (e85c1ee)