Skip to content

fix: Fix default behavior of submatrix_to_pandas index setting#229

Merged
totonga merged 1 commit intodevfrom
228-submatrix_to_pandas-changed-set-independent-as-index-behavior-over-time
Mar 19, 2026
Merged

fix: Fix default behavior of submatrix_to_pandas index setting#229
totonga merged 1 commit intodevfrom
228-submatrix_to_pandas-changed-set-independent-as-index-behavior-over-time

Conversation

@totonga
Copy link
Copy Markdown
Collaborator

@totonga totonga commented Mar 19, 2026

Update the submatrix_to_pandas function to ensure the independent column does not set as the index by default. Introduce an explicit parameter to allow users to opt-in for this behavior. Add tests to verify the expected functionality and address the related issue.

@totonga totonga merged commit ed35b51 into dev Mar 19, 2026
11 checks passed
@totonga totonga deleted the 228-submatrix_to_pandas-changed-set-independent-as-index-behavior-over-time branch March 19, 2026 18:40
totonga added a commit that referenced this pull request Mar 19, 2026
* fix: bump pylint from 4.0.4 to 4.0.5 (#222)

Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-version: 4.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: update protobuf requirement from <7.0.0,>=5.27.0 to >=5.27.0,<8.0.0 (#224)

Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 7.34.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: bump bandit[toml] from 1.9.3 to 1.9.4 (#223)

Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.9.3...1.9.4)

---
updated-dependencies:
- dependency-name: bandit[toml]
  dependency-version: 1.9.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: bump black from 26.1.0 to 26.3.1 (#226)

Bumps [black](https://github.com/psf/black) from 26.1.0 to 26.3.1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@26.1.0...26.3.1)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 26.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix devcontainer

* fix: use valid github.copilot-chat extension

* fix: submatrix_to_pandas does not set independent as index by default. (#229)

The behavior of submatrix_to_pandas has been different in the past.
Set back to last behavior and make sure by test it won't break again.

* fix: bump odsbox version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: a.krantz <a.krantz@peak-solution.de>
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.

1 participant