Skip to content

Releases: memgraph/mage

Release v1.10

24 Aug 08:01
75a3f51
Compare
Choose a tag to compare

What's Changed

Features and improvements

  • You can use the label module to check whether a node has the given label. #304
  • Time zones don’t have to be difficult to work with. The date module provides utilities for date and time operations. #291
  • The text module simplifies string concatenation and supports custom delimiters. #287

Bug Fixes

  • LLM prompts returned by the llm_util module now list node and relationship properties in a consistent order. #324

Full Changelog

v1.9-memgraph-2.10.0...v1.10-memgraph-2.10.1

Release v1.9

04 Aug 07:34
0684a64
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8-memgraph-2.9...v1.9-memgraph-2.10.0

Release v1.8

20 Jul 16:00
01cac03
Compare
Choose a tag to compare

What's Changed - v1.8.0 - Jun 30, 2023

Features and improvements

  • With the LLM module you can generate a graph schema in a format best
    suited for large language models (LLMs).
    #225
  • When executing complex queries, the period module allows batching results
    from one query into another to improve execution time.
    #221
  • The conditional_execution module which allows the execution of different
    queries depending on certain conditions being met, has been rewritten from
    Python to C++ to improve performance and it can also periodically iterates.
    #222
  • The migration module has an option to get data from MySQL, SQL server, or
    Oracle DB to migrate it to Memgraph.
    #209s

Full Changelog: v1.7.0...v1.8-memgraph-2.9

Release 1.7

18 May 10:10
f21446d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.7.0

Release 1.6.1

21 Mar 15:52
2694366
Compare
Choose a tag to compare

What's Changed

  • With the export_util.csv_query() procedure, you can export query results to a CSV file or as a stream. #199
  • Similarity algorithms (jaccard, overlap and cosine) have been rewritten in C++ to improve performance. #196

Full Changelog: v1.6...v1.6.1

Release 1.6

31 Jan 11:03
470a921
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.6

Release 1.5

20 Dec 19:38
2a89b68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4...v1.5

Release 1.4

15 Nov 09:27
784417d
Compare
Choose a tag to compare

With our newest release MAGE 1.4, we bring to you more graph neural network power with two dedicated modules for node classification and link prediction. Furthermore, we made the development of algorithms or custom analytics on top of Memgraph in C++ a lot easier. From now on you don't need to care about a lot of stuff under the hood, i.e. memory allocation.

Here is a list of new features compared to the previous release 1.3.2.

You can check the complete changelog below.

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4

Release 1.3.2

10 Oct 11:44
1a594e7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.3.2

Release v1.3.1

14 Jul 14:15
157601a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3...v1.3.1