Releases: memgraph/mage
Release v1.10
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
Release v1.9
What's Changed
- Add C++ formatting pre-commit hook by @antepusic in #247
- [main < MAGE-add-test-driven] Add test driven development by @antoniofilipovic in #233
- [main < E-collections] Add collections functions by @imilinovic in #284
- [main < E-map] Add map procedures by @imilinovic in #282
- [master < T ] Prepare MAGE for release 1.9 by @antoniofilipovic in #288
Full Changelog: v1.8-memgraph-2.9...v1.9-memgraph-2.10.0
Release v1.8
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
What's Changed
- [master < ] Update Dockerhub auth by @brunos252 in #206
- Conditional execution procedures by @antepusic in #203
- Prepare for 2.7.0 version of Memgraph by @brunos252 in #208
Full Changelog: v1.6.1...v1.7.0
Release 1.6.1
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
What's Changed
- Query module for connecting to ElasticSearch by @as51340 in #170
- bump mg version for 2.5.2 release by @brunos252 in #195
- Port dynamic graph analytics to the C++ API by @antepusic in #182
- Rewrite distance calculator in C++ by @antoniofilipovic in #191
- Add meta_util.schema procedure that generates graph schema as a graph result by @tonilastre in #187
- Reorganize setup script by @antoniofilipovic in #194
Full Changelog: v1.5.1...v1.6
Release 1.5
What's Changed
- [main < readme_update] Updated git clone to git clone --recurse-submodules by @niko4299 in #176
- Make Graph Coloring output vertices and integers instead of strings by @brunos252 in #177
- [main < T307] Add graph util module by @Josipmrden in #180
- Set up MAGE for 1.5 release by @antepusic in #184
- [T316 > master] Add graph utility of chain nodes function by @Josipmrden in #185
- Update test badge in README by @katarinasupe in #188
Full Changelog: v1.4...v1.5
Release 1.4
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.
- Link prediction
- Node classification
- New C++ API
- Integration with igraph
- Utility module of k-means clustering
You can check the complete changelog below.
What's Changed
- Update UUID with stduuid - cross platform solution by @jmatak in #112
- Embeddings clustering algorithm by @antoniofilipovic in #105
- Igraph support by @niko4299 in #150
- Link prediction with DGL by @as51340 in #160
- Node Classification with PyG by @mdujic in #161
- Add Memgraph C-API dependency as submodule by @niko4299 in #174
- [main < T469-FL] Fix reset, class label and early stopping bugs on node classification module by @antoniofilipovic in #173
- Update README for release 1.4 by @antoniofilipovic in #175
New Contributors
Full Changelog: v1.3.2...v1.4
Release 1.3.2
What's Changed
- Dynamic betweenness centrality bugfix by @antepusic in #147
- Allow restricting community detection to subgraphs by @antepusic in #152
- Degree centrality algorithm by @jmatak in #162
- Update Memgraph version by @jbajic in #171
Full Changelog: v1.3...v1.3.2
Release v1.3.1
What's Changed
- Update MG version by @jmatak in #154
- Introduce group testing by @antepusic
- Update README links by @antoniofilipovic
Full Changelog: v1.3...v1.3.1