streamlit-nightly 1.28.3.dev20231128__py2.py3-none-any.whl → 1.28.3.dev20231129__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- streamlit/type_util.py +8 -3
- {streamlit_nightly-1.28.3.dev20231128.dist-info → streamlit_nightly-1.28.3.dev20231129.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.28.3.dev20231128.dist-info → streamlit_nightly-1.28.3.dev20231129.dist-info}/RECORD +7 -7
- {streamlit_nightly-1.28.3.dev20231128.data → streamlit_nightly-1.28.3.dev20231129.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.28.3.dev20231128.dist-info → streamlit_nightly-1.28.3.dev20231129.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.28.3.dev20231128.dist-info → streamlit_nightly-1.28.3.dev20231129.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.28.3.dev20231128.dist-info → streamlit_nightly-1.28.3.dev20231129.dist-info}/top_level.txt +0 -0
streamlit/type_util.py
CHANGED
@@ -1079,10 +1079,15 @@ def infer_vegalite_type(
|
|
1079
1079
|
"complex",
|
1080
1080
|
]:
|
1081
1081
|
return "quantitative"
|
1082
|
+
|
1082
1083
|
elif typ == "categorical" and data.cat.ordered:
|
1083
|
-
#
|
1084
|
-
#
|
1085
|
-
|
1084
|
+
# STREAMLIT MOD: The original code returns a tuple here:
|
1085
|
+
# return ("ordinal", data.cat.categories.tolist())
|
1086
|
+
# But returning the tuple here isn't compatible with our
|
1087
|
+
# built-in chart implementation. And it also doesn't seem to be necessary.
|
1088
|
+
# Altair already extracts the correct sort order somewhere else.
|
1089
|
+
# More info about the issue here: https://github.com/streamlit/streamlit/issues/7776
|
1090
|
+
return "ordinal"
|
1086
1091
|
elif typ in ["string", "bytes", "categorical", "boolean", "mixed", "unicode"]:
|
1087
1092
|
return "nominal"
|
1088
1093
|
elif typ in [
|
@@ -27,7 +27,7 @@ streamlit/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
streamlit/source_util.py,sha256=YtrzQX7FnnH8eYvDjVbbLGx3GYSaB7KfK-zR4Wi6sgw,5688
|
28
28
|
streamlit/string_util.py,sha256=5Q6bTIn8rS7GlOZRaz5o0-a9JreAQOpCcBQydDFmsnc,4609
|
29
29
|
streamlit/temporary_directory.py,sha256=m_lCYKybg0opLmdPYJfh9vi5AotQfLckaeak4Ff8PmI,1594
|
30
|
-
streamlit/type_util.py,sha256=
|
30
|
+
streamlit/type_util.py,sha256=jR54ojtverMZpEgQ4NeWeP0nhNdHVkgxbf_ggtSkQ1Q,38547
|
31
31
|
streamlit/url_util.py,sha256=kYSPVWAAK-MtmglpDqO69YMSnZts1S7PndUGNbhlh28,2289
|
32
32
|
streamlit/user_info.py,sha256=9n2grqiGC1ei__LoOijR9TOMK7ZvFibvJdWUQ1TkKaA,1981
|
33
33
|
streamlit/util.py,sha256=3BhQx7lInqv60mgq3UvJoc5wr0DzeJim7N73uOpRzNg,6500
|
@@ -496,9 +496,9 @@ streamlit/web/server/server_util.py,sha256=XJ9ngvipySXQqncV30nAn_QVnjYXvvl9j5aMq
|
|
496
496
|
streamlit/web/server/stats_request_handler.py,sha256=rJelIrHJAz4EGctKLnixEbEVetrXcsDVYp7la033tGE,3405
|
497
497
|
streamlit/web/server/upload_file_request_handler.py,sha256=VJObJ8L2rHbHnAov0VhRc2_gKThmE82BJkRsTZdXyiA,5029
|
498
498
|
streamlit/web/server/websocket_headers.py,sha256=oTieGEZ16m1cmZMuus_fwgTIWF9LUFvCtmls2_GivgA,1867
|
499
|
-
streamlit_nightly-1.28.3.
|
500
|
-
streamlit_nightly-1.28.3.
|
501
|
-
streamlit_nightly-1.28.3.
|
502
|
-
streamlit_nightly-1.28.3.
|
503
|
-
streamlit_nightly-1.28.3.
|
504
|
-
streamlit_nightly-1.28.3.
|
499
|
+
streamlit_nightly-1.28.3.dev20231129.data/scripts/streamlit.cmd,sha256=bIvl64RLCLmXTMo-YWqncINDWHlgQx_RgPvL41gYGh4,671
|
500
|
+
streamlit_nightly-1.28.3.dev20231129.dist-info/METADATA,sha256=5jypgXHM6faKgT17IO2vmvwznXZ2ZLp07Y0Zyl_brWA,8180
|
501
|
+
streamlit_nightly-1.28.3.dev20231129.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
|
502
|
+
streamlit_nightly-1.28.3.dev20231129.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
503
|
+
streamlit_nightly-1.28.3.dev20231129.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
504
|
+
streamlit_nightly-1.28.3.dev20231129.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|