Skip to content

Releases: AleksanderWWW/abcd-graph

0.3.1rc6

17 Dec 15:58
Compare
Choose a tag to compare
0.3.1rc6 Pre-release
Pre-release
fix releasing pipeline

0.3.1rc2

11 Dec 15:25
99e5440
Compare
Choose a tag to compare
0.3.1rc2 Pre-release
Pre-release
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

11 Dec 14:41
9c0e085
Compare
Choose a tag to compare
0.3.1rc1 Pre-release
Pre-release
Use dynamic versioning in the release process + manual trigger for pr…

0.3.1rc0

11 Dec 09:13
d5917d6
Compare
Choose a tag to compare
0.3.1rc0 Pre-release
Pre-release
Add building and pushing docker to release pipeline (#49)

* Add building and pushing docker to release pipeline

* test docker login

* cleanup

0.3.0

15 Nov 17:11
e17bf01
Compare
Choose a tag to compare

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

  • Renamed the top level graph object from Graph to ABCDGraph (#31)
  • Made retrieving edge and community lists the responsibility of the ABCDGraph object (#31)
  • Change ABCDParams arguments and get rid of pydantic (#36)
  • Include number of vertices and number of outliers to the params (#36)

0.3.0-rc3

14 Sep 15:13
db3bed7
Compare
Choose a tag to compare
0.3.0-rc3 Pre-release
Pre-release

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)

Breaking Changes

  • Renamed the top level graph object from Graph to ABCDGraph (#31)
  • Made retrieving edge and community lists the responsibility of the ABCDGraph object (#31)

0.2.1

04 Sep 20:36
Compare
Choose a tag to compare
fix version

0.2.0

03 Sep 16:53
257b8b8
Compare
Choose a tag to compare

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)

Changes

  • Restructured the project to have a more consistent API (#23)
  • Renamed env variable controlling logging level to ABCD_LOG (#23)