Releases: vnmabus/rdata
Releases · vnmabus/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 #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
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 #30
- Faster xdr reader by @trossi in #32
- Add reader for ascii files by @trossi in #34
- Add a page listing default conversions. by @vnmabus in #36
New Contributors
Full Changelog: 0.10.0...0.11.2
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 #30
- Faster xdr reader by @trossi in #32
- Add reader for ascii files by @trossi in #34
- Add a page listing default conversions. by @vnmabus in #36
New Contributors
Full Changelog: 0.10.0...0.11.1
Version 0.11.0
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: 0.9.1...0.10.0
Version 0.9.1
- The documentation has been updated. Now the landing page is easier to read and there is an online notebook example.
Version 0.9
Version 0.8
Version 0.7
Dataframe conversion improvements.