Skip to content

Releases: vnmabus/rdata

Version 1.0.0

15 Aug 17:16
Compare
Choose a tag to compare

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 #40
  • Add JOSS paper. by @vnmabus in #43
  • Add writing functionality for dataframes by @trossi in #45
  • Bump minimum Python version to 3.11 by @vnmabus in #53
  • Convert correctly dataframes without "names" attribute by @vnmabus in #54
  • Add support for named vectors by @vnmabus in #57

Full Changelog: 0.11.2...1.0.0

Version 0.11.2

04 Mar 12:38
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.2

Version 0.11.1

04 Mar 12:18
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.1

Version 0.11.0

04 Mar 10:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.10.0...0.11.0

Version 0.10.0

09 Nov 07:04
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 0.9.1...0.10.0

Version 0.9.1

19 Oct 09:11
Compare
Choose a tag to compare
  • The documentation has been updated. Now the landing page is easier to read and there is an online notebook example.

Version 0.9

02 Sep 15:38
Compare
Choose a tag to compare

What's Changed

  • Experimental support for parsing functions by @vnmabus in #22
  • Try parsing external pointers by @vnmabus in #23

Full Changelog: 0.8...0.9

Version 0.8

07 Jun 08:39
Compare
Choose a tag to compare

Adds support for RDS format.

What's Changed

  • Add (experimental) support for RDS format. by @vnmabus in #18

Full Changelog: 0.7...0.8

Version 0.7

24 Mar 12:42
Compare
Choose a tag to compare

Dataframe conversion improvements.