Skip to content

Comments

Refactor#1

Merged
codejedi365 merged 25 commits intomainfrom
refactor
Feb 21, 2026
Merged

Refactor#1
codejedi365 merged 25 commits intomainfrom
refactor

Conversation

@codejedi365
Copy link
Owner

No description provided.

@codejedi365 codejedi365 force-pushed the refactor branch 3 times, most recently from e974ec4 to 7023525 Compare February 18, 2026 03:35
@codejedi365 codejedi365 force-pushed the refactor branch 6 times, most recently from b7f20f5 to 4578d02 Compare February 21, 2026 23:13
BREAKING CHANGE: The default delimiter has been changed to a period (`.`) instead of
a colon (`:`). This is a stylistic change but it will impact users whom did not define
a delimiter parameter in the `FlatDict` constructor and expect it to be a colon. If
you do not desire this change, update your constructor to specify a colon as the delimiter
for the `FlatDict`. Example: `FlatDict(..., delimiter=":")`.
…atDict.inflate()` instead

NOTICE: This release adds a deprecation notice to the `FlatDict.as_dict()` method which has
been slated for removal in a future major release. The functionality has been moved to a more
unambiguous name of `inflate()`, which will return the input data back to its regular form.
BREAKING CHANGE: The default delimiter has been changed to a period (`.`) instead of
a colon (`:`). This is a stylistic change but it will impact users whom did not define
a delimiter parameter in the `FlatterDict` constructor and expect it to be a colon. If
you do not desire this change, update your constructor to specify a colon as the delimiter
for the `FlatterDict`. Example: `FlatterDict(..., delimiter=":")`.
This change adds a generic test script that will work outside of pytest to
test the actual source code compatibility with the lowest possible interpretor
@codejedi365 codejedi365 merged commit 28357f5 into main Feb 21, 2026
8 checks passed
@codejedi365 codejedi365 deleted the refactor branch February 21, 2026 23:40
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