Skip to content

Conversation

@samukweku
Copy link
Contributor

  • Add register_series_groupby_method

@samukweku samukweku requested a review from ericmjl October 26, 2025 10:17
@samukweku samukweku self-assigned this Oct 26, 2025
@samukweku samukweku linked an issue Oct 26, 2025 that may be closed by this pull request
@samukweku
Copy link
Contributor Author

cc: @ericmjl

…nfigs, and improve documentation

- Add GitHub Actions workflows for code style, docs, and PR tests.
- Add Dependabot configuration for GitHub Actions updates.
- Update .gitignore with a comprehensive Python template and custom entries.
- Revamp pyproject.toml with modern tool configuration, project metadata, and Pixi environment support.
- Add mkdocs.yaml for documentation site configuration.
- Add MANIFEST.in to include LICENSE and README.md in source distribution.
- Add pixi.lock for reproducible environment management.
- Update .pre-commit-config.yaml to use modern hooks and add new tools (ruff, nbstripout, pixi-install, etc.).
- Refactor and improve docstrings and formatting in source files for better clarity and consistency.
- Minor code style and import order fixes across the codebase.
@ericmjl ericmjl force-pushed the 40-extend-groupby-accessor-to-pdseries-and-pdresample branch from 97f331f to 0a3a276 Compare November 13, 2025 01:18
…kout action version

- Remove Miniconda setup and shell defaults from all workflows.
- Switch to using prefix-dev/setup-pixi for environment management in docs and tests workflows.
- Update actions/checkout usage from v2 to v4 for improved security and features.
- Re-enable code coverage upload in tests workflow using codecov/codecov-action.
- Integrate prefix-dev/[email protected] action to set up pixi with caching enabled.
- Ensures pixi is available in the workflow environment before running pre-commit checks.
…int config to streamline packaging

- Deleted setup.py in favor of modern build backends.
- Removed environment.yml as dependency management is handled elsewhere.
- Deleted .darglint config as part of cleaning up legacy tooling.
- Updated pixi.lock to reflect changes in packaging and dependencies.
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.

Extend groupby accessor to pd.series and pd.resample

3 participants