Skip to content

Releases: Ladybug-Memory/icebug

Release 12.9

Choose a tag to compare

@adsharma adsharma released this 30 May 14:56

What's Changed

New Contributors

  • @aheev made their first contribution in #32

Full Changelog: 12.8...12.9

12.8

Choose a tag to compare

@adsharma adsharma released this 24 May 16:15

Full Changelog: 12.7...12.8

Release 12.7

Choose a tag to compare

@adsharma adsharma released this 15 May 20:22

What's Changed

Full Changelog: 12.6...12.7

Release 12.6

Choose a tag to compare

@adsharma adsharma released this 25 Apr 16:51

What's Changed

Full Changelog: 12.5...12.6

Release 12.5

Choose a tag to compare

@adsharma adsharma released this 12 Apr 05:53

Full Changelog: 12.4...12.5

Release 12.4

Choose a tag to compare

@adsharma adsharma released this 11 Apr 15:00

What's Changed

  • fix: CSR edge iteration and edge count for undirected graphs by @adsharma in #27

Full Changelog: 12.3...12.4

Release 12.3

Choose a tag to compare

@adsharma adsharma released this 07 Apr 01:28

What's Changed

Full Changelog: 12.2...12.3

Release 12.2

Choose a tag to compare

@adsharma adsharma released this 01 Mar 04:45

What's Changed

  • macosx: fix crashes due to libomp version conflict by @adsharma in #21

Full Changelog: 12.1...12.2

Release 12.1

Choose a tag to compare

@adsharma adsharma released this 18 Feb 01:08

What's Changed

  • CI: fix ccache keys so they work by @adsharma in #9
  • Add optional weight array support to fromCSR() by @adsharma in #13
  • Relax directed graph requirement and add node ID validation by @adsharma in #14
  • Fix infinite loop in ParallelLeiden and ParallelLeidenView by @adsharma in #15
  • Fix build warnings by @adsharma in #16
  • Fix failures and run pytest on CI by @adsharma in #18

Full Changelog: 12.0...12.1

Release 12.0

Choose a tag to compare

@adsharma adsharma released this 12 Feb 06:15

This is the very first Icebug release!

  • Apache arrow and Icebug memory format support
  • Icebug design doc
  • CI fixes