NEWS


igraph 2.0.2 (2024-02-17)

See https://github.com/igraph/rigraph/blob/f3fa58b/src/vendor/cigraph/CHANGELOG.md for a complete changelog of the bundled C core, and https://github.com/igraph/rigraph/compare/1bd2bf79..f3fa58b#diff-aeb78e0159780a9b26daabaf6f95f450b0cfec7161fc735f27ad69145a57dc84 for the changes since the igraph 2.0.1. (A permanent link to the most recent changelog of the C core used in the R package is https://github.com/igraph/rigraph/blob/main/src/vendor/cigraph/CHANGELOG.md.)

Bug fixes

Features

Documentation

Testing

Packaging

Internal

igraph 2.0.1.1 (2024-01-30)

Bug fixes

igraph 2.0.1 (2024-01-29)

Bug fixes

igraph 2.0.0

This major release brings development in line with the C core at https://github.com/igraph/igraph. See https://github.com/igraph/rigraph/blob/1bd2bf79/src/vendor/cigraph/CHANGELOG.md for a complete changelog, in particular the section "Breaking changes". (A permanent link to the most recent changelog of the C core used in the R package is https://github.com/igraph/rigraph/blob/main/src/vendor/cigraph/CHANGELOG.md.)

Version 1.6.0 of the R package used version 0.9.9 of the C core. The changes in the 0.10 series of the C core are relevant for version 2.0.0 of the R package, but not all C core functions are exposed in the R interface. Changes to the implementation of some functions in the C core may be reflected in functions in the R package.

The change log below is a summary of the additional changes in the R interface.

Breaking changes

Bug fixes

Features

Documentation

Internal

Testing

igraph 1.6.0 (2023-12-11)

Breaking changes

Bug fixes

Features

Documentation

Testing

igraph 1.5.1 (2023-08-10)

Breaking changes

Bug fixes

Internal

Documentation

Refactoring

igraph 1.5.0 (2023-06-16)

Breaking changes

The internal format of graph objects has changed in a mostly backward-compatible way, to prepare for upgrading the C core to 0.10. Details are described at https://github.com/igraph/rigraph/wiki/The-igraph-object-format. Accessing graph objects that have been created with an older igraph version give a clean error message with instructions (#832). The new format cannot be read by igraph 1.4.3 or older, the following error is raised when trying to do so:

This graph was created by an old(er) igraph version.
  Call upgrade_graph() on it to use with the current igraph version
  For now we convert it on the fly...
Error in is_directed(object) : 
  REAL() can only be applied to a 'numeric', not a 'NULL'

The only supported remedy is to upgrade the igraph package to version 1.5.0 or later.

graph_version() now returns an integer scalar (#832, #847), 4 as of igraph 1.5.0 (#835).

Features

Bug fixes

Testing

Documentation

Internal

igraph 1.4.3 (2023-05-22)

Internal

Documentation

igraph 1.4.2 (2023-04-07)

Breaking changes

C core

See diff for details.

Printing

Bug fixes

Documentation

Internal

igraph 1.4.1 (2023-02-24)

Bug fixes

Documentation

Internal

igraph 1.4.0 (2023-02-10)

Breaking changes

Added

Fixed

Deprecated

Other

igraph 1.3.5 (2022-09-22)

Added:

Fixed:

Other:

igraph 1.3.4 (2022-07-19)

Added:

Fixed:

igraph 1.3.3 (2022-07-14)

Added:

Deprecated:

igraph 1.3.2 (2022-06-13)

The C core is updated to 0.9.9, fixing a range of bugs.

Fixed:

Other:

igraph 1.3.1 (2022-04-20)

Fixed:

igraph 1.3.0 (2022-04-01)

The C core is updated to 0.9.7, fixing a range of bugs and introducing a number of new functions.

Added:

Fixed:

Changed:

Deprecated:

Removed:

igraph 1.2.11 (2022-01-04)

Dec 27, 2021

No user visible changes.

igraph 1.2.10 (2021-12-15)

Dec 14, 2021

Fixed:

igraph 1.2.9 (2021-11-23)

Nov 22, 2021

No user visible changes.

igraph 1.2.8 (2021-11-07)

Oct 26, 2021

No user visible changes.

igraph 1.2.7 (2021-10-15)

Oct 15, 2021

The C core is updated to 0.8.5, fixing a range of bugs and introducing a number of new functions.

Added:

Fixed:

Deprecated:

Misc:

igraph 1.2.6 (2020-10-06)

Oct 5, 2020

No user visible changes.

igraph 1.2.5 (2020-03-19)

Mar 27, 2020

No user visible changes.

igraph 1.2.4 (2019-02-13)

Feb 13, 2019

No user visible changes.

igraph 1.2.3 (2019-02-10)

Jan 27, 2019

No user visible changes.

igraph 1.2.2 (2018-07-27)

Jul 27, 2018

No user visible changes.

igraph 1.2.1 (2018-03-10)

igraph 1.1.2 (2017-07-21)

Jul 20, 2017

igraph 1.1.1 (2017-07-16)

Jul 13, 2017

igraph 1.0.1 (2015-06-26)

June 26, 2015

Some minor updates:

igraph 1.0.0 (2015-06-24)

June 21, 2015

Release notes

This is a new major version of igraph, and then why not call it 1.0.0. This does not mean that it is ready, it'll never be ready.

The biggest changes in the release are

Major changes

Bug fixes

Too many to list. Please try if your issue was fixed and (re-)report it if not. Thanks!

igraph 0.7.1 (2014-04-22)

April 21, 2014

Release Notes

Some bug fixes, to make sure that the code included in 'Statistical Analysis of Network Data with R' works. See https://github.com/kolaczyk/sand

Detailed changes:

igraph 0.7.0 (2014-02-05)

February 4, 2014

Release Notes

There are a bunch of new features in the library itself, and other important changes in the life of the project. Thanks everyone for sending code and reporting bugs!

igraph @ github

igraph's development has moved from Launchpad to github. This has actually happened several month ago, but never announced officially. The place for reporting bugs is at https://github.com/igraph/igraph/issues.

New homepage

igraph's homepage is now hosted at http://igraph.org, and it is brand new. We wanted to make it easier to use and modern.

Better nightly downloads

You can download nightly builds from igraph at http://igraph.org/nightly. Source and binary R packages (for windows and OSX), are all built.

New features and bug fixes

igraph 0.6.6 (2013-10-28)

Released Oct 28, 2013

Some bugs fixed:

igraph 0.6.5-2 (2013-05-23)

Released May 16, 2013

Worked two CRAN check problems, and a gfortran bug (string bound checking does not work if code is called from C and without string length arguments at the "right" place).

Otherwise identical to 0.6.5-1.

igraph 0.6.5-1 (2013-02-28)

Released February 27, 2013

Fixing an annoying bug, that broke two other packages on CRAN:

igraph 0.6.5 (2013-02-25)

Released February 24, 2013

This is a minor release, to fix some very annoying bugs in 0.6.4:

igraph 0.6.4 (2013-02-04)

Released February 2, 2013

The version number is not a mistake, we jump to 0.6.4 from 0.6, for technical reasons. This version was actually never really released, but some R packages of this version were uploaded to CRAN, so we include this version in this NEW file.

New features and bug fixes

igraph 0.6 (2012-06-14)

Released June 11, 2012

See also the release notes at http://igraph.sf.net/relnotes-0.6.html

R: Major new features

R: Other new features

R: New or updated functions

Community detection

Shortest paths

Centrality

Input/output and file formats

Plotting and layouts

Graph generators

Others

igraph 0.5.3 (2009-11-22)

Released November 22, 2009

Bugs corrected in the R interface

igraph 0.5.2 (2009-04-14)

Released April 10, 2009

See also the release notes at http://igraph.sf.net/relnotes-0.5.2.html

New in the R interface

Bugs corrected in the R interface

igraph 0.5.1 (2008-07-12)

Released July 14, 2008

See also the release notes at http://igraph.sf.net/relnotes-0.5.1.html

New in the R interface

Bugs corrected in the R interface

igraph 0.5 (2008-02-13)

Released February 14, 2008

See also the release notes at http://igraph.sf.net/relnotes-0.5.html

New in the R interface

Bugs corrected in the R interface

igraph 0.4.5 (2007-12-22)

Released January 1, 2008

New:

Bug fixed:

igraph 0.4.4 (2007-10-03)

Released October 3, 2007

This release should work seamlessly with the new R 2.6.0 version. Some other bugs were also fixed:

igraph 0.4.3 (2007-08-09)

Released August 13, 2007

The next one in the sequence of bugfix releases. Thanks to many people sending bug reports. Here are the changes:

igraph 0.4.2 (2007-06-06)

Released June 7, 2007

This is another bugfix release, as there was a serious bug in the R package of the previous version: it could not read and write graphs to files in any format under MS Windows.

Some other bits added:

igraph 0.4.1 (2007-05-23)

Released May 23, 2007

This is a minor release, it corrects a number of bugs, mostly in the R package.

igraph 0.4 (2007-05-21)

Released May 21, 2007

The major new additions in this release is a bunch of community detection algorithms and support for the GML file format. Here is the complete list of changes:

New in the R interface

Others

Bugs corrected

igraph 0.3.2 (2006-12-14)

Released Dec 19, 2006

This is a new major release, it contains many new things:

Changes in the R interface

Bugs corrected

igraph 0.2.1 (2006-08-24)

Released Aug 23, 2006

This is a bug-fix release. Bugs fixed:

igraph 0.2 (2006-08-23)

Released Aug 18, 2006

Release time at last! There are many new things in igraph 0.2, the most important ones:

New things specifically in the R package:

Although this release was somewhat tested on Linux, MS Windows, Mac OSX, Solaris 8 and FreeBSD, no heavy testing was done, so it might contain bugs, and we kindly ask you to send bug reports to make igraph better.

igraph 0.1

Released Jan 30, 2006

After about a year of development this is the first "official" release of the igraph library. This release should be considered as beta software, but it should be useful in general. Please send your questions and comments.