Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: feature flags reorganizization #800

Merged
merged 5 commits into from
Feb 11, 2024
Merged

refactor!: feature flags reorganizization #800

merged 5 commits into from
Feb 11, 2024

Conversation

eitsupi
Copy link
Collaborator

@eitsupi eitsupi commented Feb 11, 2024

Close #300

Match with py-polars.

  • polars/nightly includes polars/simd, and py-polars does not specify polars/simd directly but includes polras/nightly in the nightly feature.
  • The default feature includes the sql feature (because sql no longer requires nightly toolchain).

@eitsupi eitsupi changed the title feat!: use nightly instead of simd refactor!: use nightly instead of simd Feb 11, 2024
@eitsupi eitsupi changed the title refactor!: use nightly instead of simd refactor!: feature redesign Feb 11, 2024
@eitsupi eitsupi added this to the 0.14 milestone Feb 11, 2024
@eitsupi eitsupi marked this pull request as ready for review February 11, 2024 14:11
@eitsupi eitsupi changed the title refactor!: feature redesign refactor!: feature reorganize Feb 11, 2024
@eitsupi eitsupi changed the title refactor!: feature reorganize refactor!: feature flags reorganizization Feb 11, 2024
@@ -24,6 +24,8 @@

### Other breaking changes

- The `simd` feature of the Rust library is removed in favor of
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add details on whether it changes something for the users? Should they change anything?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we can update the NEWS file later, could you approve it for now?

It contains changes to the manifest file, and given the caching and the number of jobs triggered, I don't want to prolong this PR with only a documentation update.

@@ -51,6 +53,10 @@
- `pl$threadpool_size()` is deprecated and will be removed in 0.15.0. Use
`pl$thread_pool_size()` instead (#784).

### Other improvements

- The `sql` feature is included in the default feature (#800).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@eitsupi eitsupi merged commit 1d1e8b0 into main Feb 11, 2024
33 checks passed
@eitsupi eitsupi deleted the features branch February 11, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revise the contents of Cargo.toml
2 participants