Related to #1152 and eitsupi/neo-r-polars#199
Currently, the repository has two main branches with completely different histories.
In R 4.5 (will be released April-2025), the polars package built from the current main branch has been found not to pass the test and will need to be replaced in the near future by the neopolars package on the next branch.
So I want to change the default branch, rename the two branches, and rename the packages on the two branches. (Since the two packages can exchange data via the Arrow C stream interface, it would be useful if they could coexist.)
Change the default branch to next.
Rename current main to mini, and current next to main.
Rename current polars to minipolars, rename current neopolars to polars.
Edit 2025-05-16:
Rename current main to v0, and current next to main.
Complete the rewriting of package.
Change the default branch from v0 to main
Rename current neopolars to polars
Release polars 1.0.0
Rename current polars to minipolars
We can't do this immediately because the CI setup is still incomplete on the next branch and the package is not fully functional, but it's time to start making plans.
Edit 2025-06-17:
- Rename current
main to v0. (Done in 2025-06-01)
- Move
v0's home to https://github.com/rpolars/r-polars0 and rename current polars to polars0. (Done in 2025-06-07)
- Change the default branch from
v0 to next. (Done in 2025-06-17)
- Rename current
neopolars to polars. (Done in 2025-06-23)
- Complete the rewriting of package. (Done in 2025-07-17)
- Release
polars 1.0.0. (Done in 2025-07-21)
- Rename current
next to main and finish moving from https://github.com/eitsupi/neo-r-polars to here. (Done in 2025-07-21)
Related to #1152 and eitsupi/neo-r-polars#199
Currently, the repository has two main branches with completely different histories.
main(Maintenance mode default branch, continued from https://github.com/sorhawell/minipolars)next(Active development branch, mirror of https://github.com/eitsupi/neo-r-polars)In R 4.5 (will be released April-2025), the
polarspackage built from the currentmainbranch has been found not to pass the test and will need to be replaced in the near future by theneopolarspackage on thenextbranch.So I want to change the default branch, rename the two branches, and rename the packages on the two branches. (Since the two packages can exchange data via the Arrow C stream interface, it would be useful if they could coexist.)
Change the default branch tonext.Rename currentmaintomini, and currentnexttomain.Rename currentpolarstominipolars, rename currentneopolarstopolars.Edit 2025-05-16:
Rename currentmaintov0, and currentnexttomain.Complete the rewriting of package.Change the default branch fromv0tomainRename currentneopolarstopolarsReleasepolars1.0.0Rename currentpolarstominipolarsWe can't do this immediately because the CI setup is still incomplete on the next branch and the package is not fully functional, but it's time to start making plans.Edit 2025-06-17:
maintov0. (Done in 2025-06-01)v0's home to https://github.com/rpolars/r-polars0 and rename currentpolarstopolars0. (Done in 2025-06-07)v0tonext. (Done in 2025-06-17)neopolarstopolars. (Done in 2025-06-23)polars1.0.0. (Done in 2025-07-21)nexttomainand finish moving from https://github.com/eitsupi/neo-r-polars to here. (Done in 2025-07-21)