Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coroa/pandas-indexing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.2
Choose a base ref
...
head repository: coroa/pandas-indexing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.3
Choose a head ref
  • 7 commits
  • 19 files changed
  • 2 contributors

Commits on Feb 26, 2025

  1. fix: typo in changelog [tiny]

    coroa committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    ab82f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4099a6 View commit details
    Browse the repository at this point in the history
  3. feat: add compatibility with uv (#67)

    * feat: add compatibility with uv
    
    * Use uv in github actions
    coroa authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    1aff82c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. feat: add multiindex filtering to isin (#68)

    * feat: add multiindex filtering to isin
    
    * add example to isin docstring
    
    * Mention in changelog
    
    * update guide
    
    * pre-commit -a
    
    * reference guide from changelog
    coroa authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    354e9b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c381e3d View commit details
    Browse the repository at this point in the history
  3. feat(core): make concat reorder also other axis of a DataFrame (#71)

    * feat(core): make concat reorder also other axis of a DataFrame
    
    Closes #69.
    
    * Update CHANGELOG
    coroa authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    5ed1fa7 View commit details
    Browse the repository at this point in the history
  4. Update badges

    coroa committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    3760436 View commit details
    Browse the repository at this point in the history
Loading