Pipes: A Data Flow Framework using Process Graphs
http://pipes.tinkerpop.com
```xml
tinkerpop-repository
TinkerPop Maven2 Repository
http://tinkerpop.com/maven2
```
```xml
com.tinkerpop
pipes
0.6-SNAPSHOT
```
```xml
com.tinkerpop
pipes
0.5
```
- Added
OutPipe
,InPipe
, andBothPipe
to allow for vertex-vertex hoping - Removed
VertexEdgeLabelFilterPipe
as it is now covered by more efficient pipes - Added the
MetaPipe
interface to allow pipes to acknowledge pipe wrapping - Added
CopySplitPipe
,ExhaustMergePipe
, andFairMergePipe
- Optimized
PropertyPipe
andUniquePathFilterPipe
- Added support for Pipe.reset() and thus, pipe reuse
```xml
com.tinkerpop
pipes
0.4
```
- Added
StartPipe
to aid in creating anObject
-to-Pipe
converter - Removed
VertexEdge
andEdgeVertex
pipes for more low-level/faster pipes. - Supports new Blueprints packaging scheme.
```xml
com.tinkerpop
pipes
0.3.1
```
- Added
VertexEdgeLabelFilterPipe
to reflect BlueprintsVertex
API update - Added
UniquePathFilterPipe
to filter paths that have visited the same object twice
```xml
com.tinkerpop
pipes
0.3
```
- Added a general
toString()
model to articulate pipe construction - Redesigned path-model to where
enablePaths()
no longer required- Added
HistoryIterator
to replace theenablePath()
model
- Added
- Renamed
CountCombine
toGroupCount
- Added
ExpandableIterator
to support pipe looping - Removed many unused pipes for the sake of clarity and simplicity
- Added
GatherPipe
as a composite ofSideEffectCapPipe
andAggregatorPipe
- Removed
EndSupportPipe
as that is whatScatterPipe
now accomplishes
```xml
com.tinkerpop
pipes
0.2
```
- Added path functionality to get the path pipe traversed
- Added
PathSequence
path utility - Added
PathPipe
to support using paths in a computation
- Added
- Numerous test cases added
```xml
com.tinkerpop
pipes
0.1.1
```
- Fixed ‘reset pipe’ issue in
FutureFilterPipe
```xml
com.tinkerpop
pipes
0.1
```
- Initial release as the core engine for Gremlin 0.5