Skip to content

Releases: carefree0910/carefree-pyo3

carefree-pyo3 0.1.8

21 Sep 06:28
Compare
Choose a tag to compare

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

19 Sep 05:53
Compare
Choose a tag to compare

This version integrated dependencies into pyproject.toml (c5a3836), now installing carefree-pyo3 becomes much easier.

carefree-pyo3 0.1.6

18 Sep 12:22
Compare
Choose a tag to compare

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

17 Sep 07:24
Compare
Choose a tag to compare

First usable version (i.e., multi-platform, multi-python support).

carefree-pyo3 0.1.1

17 Sep 05:16
Compare
Choose a tag to compare

Initial public release, mainly to make sure that the project is scaffolded correctly, so workflows can work as expected.