Merged
Conversation
decb2e2 to
8fd4958
Compare
24c5196 to
579625b
Compare
579625b to
cb7db70
Compare
3018d0c to
52f7100
Compare
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.
docs, distributions of categoricals, deterministic tests
Commit
a50ebc8- fix release-gate regressions and typing issuesprepublish-tsby settingtsc --module es2020inpackage.json.accepttyping insrc/dataproviders/upload.tsx.src/hiplot_test.tsxto usecreateRoot.childrentyping insrc/lib/resizable.tsx.setStateupdater return in drag path ({}->null) insrc/parallel/parallel.tsx.Commit
442e7ca- restore hiplot.render compatibility and dark mode defaultswindow.hiplot.render(...)compatibility semantics insrc/hiplot_web.tsx:"auto"inbuild_props(src/hiplot_web.tsx).tests/hiplot.spec.ts:window.hiplot.renderreturn object exposesgetPluginCommit
d2c4f49- fix documentation warnings and include distribution plot guidedocs/contributing.rst.uvindocs/contributing.rst.distribution_plotpage to docs toctree indocs/index.rst.docs/_static/.gitkeepto satisfy Sphinx static path.docs/distribution_plot.mdin published docs.Commit
c32a391- fix distribution bin ordering to prevent mismatched renderingsrc/distribution/plot.tsx.binsInDisplayOrder), preventing visual mismatch.src/distribution/plugin.tsx:histData.selectednow starts fromprops.rows_selected(instead of empty) to avoid first-render mismatch/flicker.Commit
2ddb01b- improve docs reliability layout and fork messagingdocs/index.rst), referencing archived upstream.docs/index.rstdocs/experiment_settings.rstdocs/getting_started.rst,docs/tuto_streamlit.rst)docs/tuto_javascript.rst)hiplot/experiment.pylinkcheck_ignorefor npm URL anti-bot false positives indocs/conf.py.docs/tuto_javascript.rst.Commit
08a9add- fix categorical distribution mapping and seed demo datasrc/distribution/plot.tsx.hiplot/fetchers.py.load_demo()now seeds RNG per demo URI and restores previous RNG state afterward.hiplot/fetchers_demo.py:demo_distribution_colors_deterministicwith fixed category counts.hiplot/test_fetchers.py:load_demo("demo")returns identical color counts.tests/hiplot.spec.ts:greenon categoricalcaxis keeps distribution bars aligned and associated withgreen.