APOC Release 3.1.0.3
This is the newest release of APOC for the 3.1.x series of Neo4j, currently 3.1.0
Besides bug-fixes it contains these new procedures and functions.
- remove extra relationships from apoc.meta.graph(), quick variant from db-stats via apoc.meta.graphSample() fixes #209
- added apoc.map.fromNodes(label, property)
- added apoc.refactor.invert(rel) to invert relationship-direction
- added apoc.math.round(value, prec, mode)
- documented apoc.json.get/setProperty added apoc.json.getPropertyMap
- Additional option parameters for apoc.index.addAllNodes for index-configuration
- apoc.map.mergeList([{maps}]) yield value | merges all maps in the list into one
- apoc.map.groupBy([maps/nodes/relationships],'key') yield value | creates a map of the list keyed by the given property, with single values
- apoc.map.groupByMulti([maps/nodes/relationships],'key') yield value | creates a map of the list keyed by the given property, with list values
- added overview doc for apoc.text.regexp
- Added first stab at export to csv with apoc.export.csv.*
- Make sortNodes return a list of nodes, added coll.sortMaps
- added apoc.date.expire.in and added some docs to overview
- added apoc.date.systemTimezone() to retrieve the system timezone prog… (#215)