Releases: gephi/graphstore
v0.8.1
New features
- Add createView method to GraphModel based on predicates in #259
Misc
- Replace BitVector by BitSet and remove legacy library in #258
If you're looking for digital signatures for the release binaries, you can directly find them on Maven Central
Full Changelog: v0.8.0...v0.8.1
v0.8.0
New features
- Implement spliterator for both nodes and edges in #240
- Add Spliterator on NodesQuadTree in #243
- Add predicate support in spatial index interface in #248
Bugfixes
- Column no-index gets it version incremented in #252
- Fix #253 ensure column size on IndexImpl in #254
Misc
- Update minimum version to Java 17 in #246
If you're looking for digital signatures for the release binaries, you can directly find them on Maven Central
Full Changelog: v0.7.3...v0.8.0
v0.7.3
Misc
If you're looking for digital signatures for the release binaries, you can directly find them on Maven Central
Full Changelog: v0.7.2...v0.7.3
v0.7.2
Misc
- Spatial index in graph view by in #202
If you're looking for digital signatures for the release binaries, you can directly find them on Maven Central
Full Changelog: v0.7.1...v0.7.2
v0.7.1
New features
- Add toString and diffAsString to Configuration in #199
- Add getNodeByStoreId and getEdgeByStoreId methods to Graph in #198
Misc
- Upgrade dependencies in #200
If you're looking for digital signatures for the release binaries, you can directly find them on Maven Central
Full Changelog: v0.7.0...v0.7.1
Version 0.7.0
New features
Bugfixes
Misc
- Clean up all benchmark code in #160
- Remove Joda Time dependency in #163
- Set Java11 as minimum version. in #169
New Contributors
- Congrats to @seinecle and Julien G. for their first contributions.
Compatibility
Instantis now supported as an element type. This allows to store dates and times but unfortunately it wasn't possible to make the Serialization backward compatible. In other words, if you use anInstantcolumn and try to read the serialisation output in previous versions, it will throw an exception.- The API compatibility has been broken for wherever we had Joda time types.
- Configuration initialisation should be now performed with a builder, but it's backward compatible.
Full Changelog: v0.6.14...v0.7.0
Version 0.6.14
New features
- Add retain methods to Graph for nodes and edges #157
Misc
Full Changelog: https://github.com/gephi/graphstore/compare/v0.6.13..v0.6.14
Version 0.6.13
New features
- Add ability to deserialize based on an empty GraphModel #156
Bugfixes
- "Null" should be parsed as null instead of a String #155
- Min/Max boundaries shouldn't use the column's estimator #154
Full Changelog: https://github.com/gephi/graphstore/compare/v0.6.12..v0.6.13
Version 0.6.12
Bugfixes
- ClassCastException: class org.gephi.graph.api.types.TimestampSet cannot be cast to class org.gephi.graph.api.types.TimeMap #153
Full Changelog: https://github.com/gephi/graphstore/compare/v0.6.11..v0.6.12