Skip to content

Commit

Permalink
Build: Released 0.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.12.0](v0.11.2...v0.12.0) (2023-04-16)

### Add

* argparse cmake conf. ([8f88158](8f88158))
* benchmark for docs import ([23b5d58](23b5d58))
* benchmark for tooling ([c40ab6e](c40ab6e))
* fallthrough statement in switch, arena making if not exist ([fdab2a0](fdab2a0))
* get threads count with CLI arg. ([2b9755b](2b9755b))
* impl. for import/export tools ([5323495](5323495))
* links for tabular bench. and tests ([a3847b0](a3847b0))
* preparing of fields for docs ([93991e5](93991e5))
* src to include directories ([2719128](2719128))
* tests for crashing cases ([3153317](3153317))
* validations for graph exporting ([5a27dc7](5a27dc7))

### Build

* arrow csv ([2f0953b](2f0953b))
* arrow snappy ([eba8cb7](eba8cb7))
* Compilation fix ([7c92932](7c92932))
* Correct includes ([4668606](4668606))

### Cleanup

* docs exporting ([a415d11](a415d11))

### Configure

* tabular bench. for debuging ([8b3fc57](8b3fc57))
* tools test debugging ([65d3f5c](65d3f5c))

### Exclude

* graph import/export interface ([ce0c95d](ce0c95d))

### Fix

* add parentheses ([57a2ce4](57a2ce4))
* arrow visitor using ([e45f929](e45f929))
* change fields count after preparing ([7301999](7301999))
* check for id_field ([b25128d](b25128d))
* csv exporting (docs) ([63117df](63117df))
* docs conf ([e3b6492](e3b6492))
* genereating of exporting file name ([414c3e9](414c3e9))
* Get value by reference not by copy ([d2d8dab](d2d8dab))
* including ([af53947](af53947))
* line counting in ndjson file ([d437718](d437718))
* linking ([3654d44](3654d44))
* linking order ([9eb4367](9eb4367))
* make values C99 compatible ([b2175bf](b2175bf))
* minor ([861d44c](861d44c))
* minor ([d3a0ac1](d3a0ac1))
* minor ([9ba7b65](9ba7b65))
* minor ([efe5d28](efe5d28))
* minor ([7e9b947](7e9b947))
* naming ([3d3b373](3d3b373))
* passing keys argument to ukv_write ([2759599](2759599))
* paths using ([7d08450](7d08450))
* preparing fields ([9e7c040](9e7c040))
* set default/implicit values to threads_count ([76316b1](76316b1))
* unnecessary checking in every iter. ([6267a32](6267a32))

### Link

* argparse for tabular bench. ([640b036](640b036))
* arrow libs ([53cf82c](53cf82c))

### Make

* devcontainer fix ([3a54c23](3a54c23))
* mutex function static var. ([afa0179](afa0179))
* structures C99 headers compatible ([d672396](d672396))
* tools folder a include directory ([bd12430](bd12430))
* UDisk library name ([8a830e0](8a830e0))

### Merge

* branch 'main-dev' into 154-implement-import-export ([23b67a5](23b67a5))

### Refactor

* add missing args ([970887e](970887e))
* Benchmark - bench_docs_import ([9453261](9453261))
* cleanup and use CLI arguments ([fc297aa](fc297aa))
* cleanup unnecessary calculatings ([bcda86b](bcda86b))
* docs exporting ([50d10ae](50d10ae))
* export docs with batches ([7e29a3e](7e29a3e))
* Formatting ([b67feac](b67feac))
* get config path from arguments ([9111b8e](9111b8e))
* ids making ([545ed31](545ed31))
* major ([74843b9](74843b9))
* Make bench. files for each thread ([74cd1c3](74cd1c3))
* make more efficient test ([8d093ac](8d093ac))
* minor ([b240383](b240383))
* minor ([55c769d](55c769d))
* minor ([9a6c039](9a6c039))
* minor ([87dadd7](87dadd7))
* minor ([7b65524](7b65524))
* naming ([4817294](4817294))
* Naming and paths ([82fb953](82fb953))
* optimize memory usage ([881d7e2](881d7e2))
* Organization of import-export of tools ([25c4634](25c4634))
* parse args with argparse ([2a59bcf](2a59bcf))
* paths using ([54e2227](54e2227))
* polish ([d0bc4ed](d0bc4ed))
* polish ([c56df60](c56df60))
* polish ([067f231](067f231))
* run configs ([d876638](d876638))
* use enum ([41c1bbf](41c1bbf))
* use our arena ([a258385](a258385))
* use our arena, export graph with batches ([de993ab](de993ab))
* use our arenas (part 3) ([05fe190](05fe190))
* use our arenas for allocating ([a29e800](a29e800))
* use our arenas for allocating (part 2) ([5135103](5135103))
* use path of files instead of duplicating one ([4410526](4410526))

### Remove

* unnecessary include ([f865626](f865626))

### Rename

* from imp_exp_test ([f4436d6](f4436d6))
* to test_imp_exp ([d3b6c75](d3b6c75))

### Set

* default config ([e7f3d16](e7f3d16))

### Use

* strings_tape_iterator instead of string_iterator ([e85c1ee](e85c1ee))
  • Loading branch information
semantic-release-bot committed Apr 16, 2023
1 parent 104c37f commit b200d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cff-version: 0.11.2
cff-version: 0.12.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Vardanian"
given-names: "Ashot"
orcid: "https://orcid.org/0000-0002-4882-1815"
title: "UKV"
version: 0.11.2
version: 0.12.0
doi: 10.5281/zenodo.7537043
date-released: 2022-06-12
url: "https://github.com/unum-cloud/ukv"
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.2
0.12.0

0 comments on commit b200d21

Please sign in to comment.