Releases: AleksanderWWW/abcd-graph
Releases · AleksanderWWW/abcd-graph
0.3.1rc6
fix releasing pipeline
0.3.1rc2
Aw/dynamic ver (#51) * Use dynamic versioning in the release process * Update release procedure * Manual trigger for profiling jobs * fix docker build and push
0.3.1rc1
Use dynamic versioning in the release process + manual trigger for pr…
0.3.1rc0
Add building and pushing docker to release pipeline (#49) * Add building and pushing docker to release pipeline * test docker login * cleanup
0.3.0
abcd-graph 0.3.0
Misc
- Added an example of using the library in a Jupyter notebook (#29)
Features
- Improved
Dockerfile
and added option to install additional packages during image build (#28) - Added a top-level
ABCDCommunity
class to represent user-facing community properties (#31) - Added a method to retrieve membership list for the graph (#34)
- Added ground truth community property to exported graph attributes (#34)
- Added outlier generation to the graph (#36)
Breaking Changes
0.3.0-rc3
0.2.1
fix version
0.2.0
Features
- Added exporting the graph to
scipy.csr_matrix
(#16) - Added a function to set the random seed (#17)
- Expose method to list communities' edges (#18)
- Add exporting graph to vector of pairs (#19)
- Added empirical xi (global and per community) to diagnostics (#20)
- Added
degree_sequence
property calculated from edge list (#20) - Implemented callback mechanism to handle diagnostics and visualization (#23)
- Added visualization of CDF of community sizes and degrees (#23)