issues
search
ianlini
/
flatten-dict
A flexible utility for flattening and unflattening dict-like objects in Python.
MIT License
176
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add typehints with mypy
#58
rwadman
opened
2 years ago
5
Fix docs
#57
nicojahn
closed
2 years ago
1
Bump ipython from 7.28.0 to 7.31.1
#56
dependabot[bot]
closed
2 years ago
1
Pass parent_obj to supported reducers
#55
omerfarukdogan
closed
2 years ago
3
Accept callable for enumerate_types
#54
ianlini
opened
2 years ago
0
Add option to skip enumeration by element types
#53
Minyus
opened
2 years ago
6
Upgrade packages
#52
ianlini
closed
3 years ago
0
Update Python version in CI
#51
ianlini
closed
3 years ago
0
Bump version to 0.4.2
#50
ianlini
closed
3 years ago
0
Support enumerables that doesn't support bool()
#49
ianlini
closed
3 years ago
0
Improve CI
#48
ianlini
closed
3 years ago
0
Migrate to Github Actions
#47
ianlini
closed
3 years ago
0
Require importlib-metadata for Python<3.8
#46
ianlini
closed
3 years ago
0
Bump version to 0.4.1
#45
ianlini
closed
3 years ago
0
Avoid pkg_resources import if it can
#44
isidentical
closed
3 years ago
1
Avoid pkg_resources import in __init__
#43
isidentical
closed
3 years ago
0
enumerate_types cannot handle numpy.ndarray
#42
pddees
closed
3 years ago
1
Bump version to 0.4.0
#41
ianlini
closed
3 years ago
0
Patch release with updated pyproject.toml?
#40
JWCook
closed
3 years ago
2
max_flatten_depth
#39
szalik-m
closed
3 years ago
2
Deprecate reducer and splitter in favor of reducers and splitters
#38
ianlini
closed
4 years ago
0
Fix flake8 plugins
#37
ianlini
closed
4 years ago
0
Use poetry-core instead of poetry
#36
ianlini
closed
4 years ago
0
Change max_depth to max_flatten_depth and ensure value >= 1
#35
ianlini
closed
4 years ago
0
Update CI for python 3.9.0rc2
#34
ianlini
closed
4 years ago
0
Adds Hook functionality
#33
aneuway2
opened
4 years ago
4
Improve code quality
#32
ianlini
closed
4 years ago
0
Fix docs
#31
ianlini
closed
4 years ago
0
Feature Request: Switch "don't flatten embedded lists"
#30
xbln
closed
4 years ago
4
Add build script and bump version to 0.3.0
#29
ianlini
closed
4 years ago
0
Improve docs
#28
ianlini
closed
4 years ago
0
Improve CI
#27
ianlini
closed
4 years ago
0
Feature Request: Flatten until given depth (keep the rest as dict)
#26
jesperkristensen58
closed
4 years ago
1
add maker functions for reducers and splitters
#25
hsorsky
closed
4 years ago
2
Fixed flattening enumerated objects with path reducer
#24
marcsello
closed
4 years ago
1
Path reducer fails when enumerate_types contains 'list'
#23
marcsello
closed
4 years ago
2
[FEAT] Add max depth parameter
#22
romnn
closed
4 years ago
5
Use format for underscore option to include type casting
#21
gllrt
closed
4 years ago
1
Add reducer, splitter with dot
#20
zemelLeong
closed
4 years ago
0
Remove setuptools from CI
#19
ianlini
closed
5 years ago
0
Add keep_empty_types to support keeping empty values
#18
ianlini
closed
5 years ago
0
Use poetry
#17
ianlini
closed
5 years ago
0
General reducer/splitter that only requires user to specify a seperator
#16
ianlini
closed
4 years ago
0
Improve test
#15
ianlini
closed
5 years ago
0
Error message for unflatten with duplicated key is not clear
#14
ianlini
opened
5 years ago
0
Feature/underscore separators
#13
duarteocarmo
closed
5 years ago
3
feature: underscore reducer and splitter closes #11
#12
duarteocarmo
closed
5 years ago
0
Feature Proposition: Underscores as native separators
#11
duarteocarmo
closed
5 years ago
4
unexpected output when dict key contains a '/' with reducer='path' options
#10
liozzazhang
closed
5 years ago
7
the output will remove empty dictionary.
#9
liozzazhang
closed
5 years ago
1
Next