Recent Releases of rdata

rdata - Version 1.0.0

What's Changed

The main novelty of this version is that we have now writing (Python -> R) functionality for some Python objects, thanks to @trossi.

Also, we published this software in the Journal of Open Source Software. If you are using this software as part of your research, please consider citing us.

Apart for that, we are now able to read dataframes without "names" attribute, and 1D vectors with "names".

List of relevant PRs

  • Add writers for xdr and ascii files by @trossi in https://github.com/vnmabus/rdata/pull/40
  • Add JOSS paper. by @vnmabus in https://github.com/vnmabus/rdata/pull/43
  • Add writing functionality for dataframes by @trossi in https://github.com/vnmabus/rdata/pull/45
  • Bump minimum Python version to 3.11 by @vnmabus in https://github.com/vnmabus/rdata/pull/53
  • Convert correctly dataframes without "names" attribute by @vnmabus in https://github.com/vnmabus/rdata/pull/54
  • Add support for named vectors by @vnmabus in https://github.com/vnmabus/rdata/pull/57

Full Changelog: https://github.com/vnmabus/rdata/compare/0.11.2...1.0.0

Scientific Software - Peer-reviewed - Python
Published by vnmabus 4 months ago

rdata - Version 0.11.2

This is just a bug fix in the deployment of version 0.11.0. Notes for that version follow:

What's Changed

  • Fix bug in compact sequence constructor by @trossi in https://github.com/vnmabus/rdata/pull/30
  • Faster xdr reader by @trossi in https://github.com/vnmabus/rdata/pull/32
  • Add reader for ascii files by @trossi in https://github.com/vnmabus/rdata/pull/34
  • Add a page listing default conversions. by @vnmabus in https://github.com/vnmabus/rdata/pull/36

New Contributors

  • @trossi made their first contribution in https://github.com/vnmabus/rdata/pull/30

Full Changelog: https://github.com/vnmabus/rdata/compare/0.10.0...0.11.2

Scientific Software - Peer-reviewed - Python
Published by vnmabus almost 2 years ago

rdata - Version 0.11.1

This is just a bug fix in the deployment of version 0.11.0. Notes for that version follow:

What's Changed

  • Fix bug in compact sequence constructor by @trossi in https://github.com/vnmabus/rdata/pull/30
  • Faster xdr reader by @trossi in https://github.com/vnmabus/rdata/pull/32
  • Add reader for ascii files by @trossi in https://github.com/vnmabus/rdata/pull/34
  • Add a page listing default conversions. by @vnmabus in https://github.com/vnmabus/rdata/pull/36

New Contributors

  • @trossi made their first contribution in https://github.com/vnmabus/rdata/pull/30

Full Changelog: https://github.com/vnmabus/rdata/compare/0.10.0...0.11.1

Scientific Software - Peer-reviewed - Python
Published by vnmabus almost 2 years ago

rdata - Version 0.11.0

What's Changed

  • Fix bug in compact sequence constructor by @trossi in https://github.com/vnmabus/rdata/pull/30
  • Faster xdr reader by @trossi in https://github.com/vnmabus/rdata/pull/32
  • Add reader for ascii files by @trossi in https://github.com/vnmabus/rdata/pull/34
  • Add a page listing default conversions. by @vnmabus in https://github.com/vnmabus/rdata/pull/36

New Contributors

  • @trossi made their first contribution in https://github.com/vnmabus/rdata/pull/30

Full Changelog: https://github.com/vnmabus/rdata/compare/0.10.0...0.11.0

Scientific Software - Peer-reviewed - Python
Published by vnmabus almost 2 years ago

rdata - Version 0.10.0

What's Changed

  • Improved support for NaNs in integer and boolean vectors.
  • Prevent infinite recursion when reference loops are present.

Full Changelog: https://github.com/vnmabus/rdata/compare/0.9.1...0.10.0

Scientific Software - Peer-reviewed - Python
Published by vnmabus about 2 years ago

rdata - Version 0.9.1

  • The documentation has been updated. Now the landing page is easier to read and there is an online notebook example.

Scientific Software - Peer-reviewed - Python
Published by vnmabus about 2 years ago

rdata - Version 0.9

What's Changed

  • Experimental support for parsing functions by @vnmabus in https://github.com/vnmabus/rdata/pull/22
  • Try parsing external pointers by @vnmabus in https://github.com/vnmabus/rdata/pull/23

Full Changelog: https://github.com/vnmabus/rdata/compare/0.8...0.9

Scientific Software - Peer-reviewed - Python
Published by vnmabus over 3 years ago

rdata - Version 0.8

Adds support for RDS format.

What's Changed

  • Add (experimental) support for RDS format. by @vnmabus in https://github.com/vnmabus/rdata/pull/18

Full Changelog: https://github.com/vnmabus/rdata/compare/0.7...0.8

Scientific Software - Peer-reviewed - Python
Published by vnmabus over 3 years ago

rdata - Version 0.7

Dataframe conversion improvements.

Scientific Software - Peer-reviewed - Python
Published by vnmabus almost 4 years ago