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.
2 parents 252bab0 + 6cd01a9 commit 7e68de3Copy full SHA for 7e68de3
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### Changed
6
7
+### Added
8
+
9
+## 0.3.0
10
11
+### Changed
12
13
* Swap heatmap visualization axes
14
* Add group ID to each cell in heatmap
15
* Heatmap scale start at 0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "neo4j-parallel-spark-loader"
3
-version = "0.2.4"
+version = "0.3.0"
description = "Load relationships in parallel into Neo4j using Spark"
authors = ["Alex Gilmore", "Nathan Smith"]
readme = "README.md"
0 commit comments