Skip to content

Releases: arun1729/cog

3.0.7

30 Jul 02:04
24a3628
Compare
Choose a tag to compare

fixing put_set cache key error.

3.0.6 Adding level 2 cache: caching put set.

24 Jul 02:51
0c78d98
Compare
Choose a tag to compare
  • adding level 2 cache: caching put set.
  • updates to tests
  • some code refactoring

3.0.5

13 Mar 02:17
fc64c19
Compare
Choose a tag to compare
  • New word embeddings API
  • Similarity filtering using word embeddings
  • Filter step

3.0.4

08 Jan 02:06
Compare
Choose a tag to compare
  • upgrade xxhash to v3.2.0

3.0.2

28 Aug 02:05
6ece966
Compare
Choose a tag to compare
  • Ability to put JSON into a graph.
  • Ability to update JSON in a graph.
  • Ability to drop edges.
  • Option to disable in memory caching.
  • Bug fixes

3.0.1

02 Jan 04:56
ee0663d
Compare
Choose a tag to compare
  • Ability to use lambda in graph queries.
  • Adjustable height and width for views.

3.0.0

25 Dec 02:34
be7cb60
Compare
Choose a tag to compare
  • New and improved indexing and storage.
  • Caching.
  • Query performance improvements.
  • Bug fixes.

What's Changed

Full Changelog: 2.0.5...3.0.0

2.0.5

06 Apr 02:32
242dbc9
Compare
Choose a tag to compare
  • 'has' function
  • rhas function
  • option to include predicates in the result set
  • bug fixes.

2.0.4

23 Mar 03:30
6bd3ed7
Compare
Choose a tag to compare
  • Graph visualizations!
  • Bug fixes

2.0.3

09 Mar 03:57
b81cd76
Compare
Choose a tag to compare
  • Storage optimization
  • CSV loader
  • Edge scanner
  • Bug fixes