Skip to content

Releases: briatte/parlnet

v2.6.1 – Bugfixes and license patch

30 Jan 16:36
Compare
Choose a tag to compare

This patch

v2.6 – Additional data and improvements

07 Jan 18:06
Compare
Choose a tag to compare

This release improves the code for Italy (which now depends on the lubridate package) and expands the data for its lower chamber by using its open data portal (see this issue for details). The data for that chamber now cover 9 legislatures, and the code can be set to cover all 17 legislatures since 1948.

The repository now builds 150 networks from approximately 558 years of data.

This release also uses legislature metadata taken from the latest (experimental) version of ParlGov.

📦 raw data

v2.5 – Additional data and bugfixes

01 Jan 22:06
Compare
Choose a tag to compare

This release

The repository now builds 146 networks from approximately 545 years of data.

The documentation has been updated to reflect the current stage of the project, and some possible future improvements have been added as issues to the repository.

📦 raw data

v2.4 – Additional data

07 Dec 15:17
Compare
Choose a tag to compare

This release adds data for Estonia, thanks to the new design of its parliamentary website. The networks are extremely sparse, as is also the case for a few other countries like Ireland (see release 2.0).

The repository now builds 140 networks from approximately 528 years of data.

This release also updates a minor part of the code for France.

📦 raw data

v2.3 – Additional data and updates

07 Jan 18:02
Compare
Choose a tag to compare

This release adds data for the upper chamber of the Czech Republic. The repository for both Czech chambers has been renamed from poslanecka to parlament.

The repository now builds 137 networks from approximately 519 years of data.

The code for several countries has been updated to work properly with rvest version 0.3.0, and the code of all repositories is compatible with ggplot2 version 1.1.0 2.0.0.

📦 raw data

v2.2 – Bugfixes

30 Aug 18:31
Compare
Choose a tag to compare

This release

This release does not add any data.

v2.1 – Additional data and bugfixes

26 Aug 11:39
Compare
Choose a tag to compare

This release

  • adds data for Israel
  • fixes a few bugs related to folder hierarchy creation
  • adds links to additional cosponsorship networks
  • improves documentation for a few countries

The repository now builds 131 networks from approximately 499 years of data.

Since adding Israel opens the perspective of pushing the data beyond European countries, some ideas for expansion are now listed in the wiki, along with a few other links and working notes. Expanding the data to Latin American countries by building on existing research seems a viable option.

📦 raw data

v2.0 – Documented release

26 Aug 10:50
Compare
Choose a tag to compare

This release contains links to the documentation and to the raw data collected up to August 2015, which represents over 1.5 million bill signatures in all 24 chambers of the 18 countries covered by the repository at that stage.

This release also adds Ireland, which is a borderline case of a country where bill cosponsorship is very, very low. The resulting networks are extremely sparse and contain only a handful of parliamentarians per legislature, but might still be worth examining.

The repository now builds 128 networks from approximately 492 years of data.

📦 raw data

v1.9 – Improvements

06 Aug 22:18
Compare
Choose a tag to compare

This release

  • adds chamber-level metadata to all networks, including their IPU-PARLINE identifier
  • adds checks on Wikipedia constituency handles and on other sponsor-level variables
  • provides full URLs to the online pages of the sponsors and full local paths to their photos
  • better handles duplicate sponsor names in Hungary
  • slightly improves the graph functions, folder hierarchies and readability of the code
  • contains full replication instructions in HOWTO and in the README files of each repository

The makefiles of this release take the zipped copies of the raw data into account, which makes it easier to rebuild the networks programmatically. The repository now includes the log of a script that runs through all country-specific modules to verify that the code does not break.

📦 raw data

v1.8 – Additional data and improvements

05 Aug 07:21
Compare
Choose a tag to compare

This release

The repository now builds 120 networks from approximately 454 years of data.

The code for Italy contains various improvements to functions.r and to how variables are checked while assembling the sponsor datasets. These improvements will be propagated to all other repositories by the next release.