Releases: carefree0910/carefree-pyo3
Releases · carefree0910/carefree-pyo3
carefree-pyo3 0.1.8
Release Note
I'm pretty satisfied with this version so I emphasize it with a
Release Note
title!
- Refactored the code base into workspaces.
- CI will now publish the rust core (
cfpyo3_rs_core
) to crates.io.
Full Changelog: v0.1.7...v0.1.8
carefree-pyo3 0.1.7
This version integrated dependencies into pyproject.toml
(c5a3836), now installing carefree-pyo3
becomes much easier.
carefree-pyo3 0.1.6
Implemented several array ops which are frequently used.
Also integrated some of them to the DataFrame
class.
Full Changelog: v0.1.5...v0.1.6
carefree-pyo3 0.1.5
First usable version (i.e., multi-platform, multi-python support).
carefree-pyo3 0.1.1
Initial public release, mainly to make sure that the project is scaffolded correctly, so workflows can work as expected.