# ANN: LightGraphs v0.9.0 - now even lighter!

**URL:** https://discourse.julialang.org/t/ann-lightgraphs-v0-9-0-now-even-lighter/3375
**Category:** Community
**Tags:** announcement, release
**Created:** [April 25, 2017, 7:10pm UTC](https://discourse.julialang.org/t/ann-lightgraphs-v0-9-0-now-even-lighter/3375 "2017-04-25T19:10:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![anon94023334](https://avatars.discourse-cdn.com/v4/letter/a/e274bd/32.png) [@anon94023334](https://discourse.julialang.org/u/anon94023334)
#### Post date: [April 25, 2017, 7:10pm UTC](https://discourse.julialang.org/t/ann-lightgraphs-v0-9-0-now-even-lighter/3375/1 "2017-04-25T19:10:27Z")

</div>

Hi all,

On the heels of v0.8.0, I’m pleased to announce the release of [LightGraphs](https://github.com/JuliaGraphs/LightGraphs.jl) v0.9.0. This version reduces the number of dependencies required to install LightGraphs from 29 to 7.

We accomplished this by moving most graph loading/saving methods into a separate package called [GraphIO](https://github.com/JuliaGraphs/GraphIO.jl). We’ve kept the LightGraphs native file format since it’s good to have a basic way to save and load graphs, but if you’re looking to use some other common format, please check out GraphIO.

In addition, thanks to @jgoldfar, we have a new cycle detection algorithm that’s been included in this release.

As usual, shout out to @jpfairbanks, @juliohm, and @tkelman for their assistance in getting this release ready.

Also special thanks to @mauro3 for some excellent work with [SimpleTraits](https://github.com/mauro3/SimpleTraits.jl).

Heads up: we will be tweaking dependency versions as the authors release new versions for Julia 0.6.

---

<div class="post-metadata">

### Author: ![sglyon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/sglyon/32/67_2.png) [@sglyon](https://discourse.julialang.org/u/sglyon)
#### Post date: [April 25, 2017, 10:04pm UTC](https://discourse.julialang.org/t/ann-lightgraphs-v0-9-0-now-even-lighter/3375/2 "2017-04-25T22:04:15Z")

</div>

Excellent work!!
