Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #53 +/- ##
==========================================
+ Coverage 86.04% 86.27% +0.22%
==========================================
Files 46 48 +2
Lines 2931 3220 +289
Branches 366 370 +4
==========================================
+ Hits 2522 2778 +256
- Misses 242 275 +33
Partials 167 167 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR prepares the
2.1.0release of ExcelAlchemy.It continues the stable 2.x line with internal architecture cleanup, naming improvements, and stronger separation between facade state and single-run import workflow state, while keeping the public import/export workflow API stable.
What changed
Import workflow
ImportSessionas the one-shot import runtimeExcelAlchemyfacadeExcelAlchemy.import_data(...)unchanged for usersConfig normalization
ImporterSchemaOptionsImportBehaviorExporterSchemaOptionsExportBehaviorStorageOptionsMetadata layering
FieldMetaInfointo clearer internal layers for:FieldMeta(...)andExcelMeta(...)at the public API levelNaming cleanup
df/header_dftowardworksheet_table/header_tableexcelalchemy.util.converteras the canonical converter moduleexcelalchemy.util.convertoras a deprecated compatibility shimDocumentation and release prep
2.1.0changelog entrydocs/releases/2.1.0.mdrelease checklistCompatibility notes
dfandheader_dfremain available as backward-compatible aliases in 2.xexcelalchemy.util.convertorremains importable in 2.x with a deprecation warningVerification
./.venv/bin/ruff check ../.venv/bin/uv run pyright./.venv/bin/pytest -qRelease intent
After merge, this branch is intended to be tagged and published as:
v2.1.0