We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e344f4a commit 6f603daCopy full SHA for 6f603da
CHANGELOG.md
@@ -4,10 +4,14 @@
4
5
### Changed
6
7
-* Make `num_groups` optional parameter in ingest function. Allows for improved performance.
8
-
9
### Added
10
+## 0.3.1
+
11
+### Changed
12
13
+* Make `num_groups` optional parameter in ingest function. Allows for improved performance.
14
15
## 0.3.0
16
17
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "neo4j-parallel-spark-loader"
3
-version = "0.3.0"
+version = "0.3.1"
description = "Load relationships in parallel into Neo4j using Spark"
authors = ["Alex Gilmore", "Nathan Smith"]
readme = "README.md"
0 commit comments