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