Releases: TutteInstitute/datamapplot
Releases · TutteInstitute/datamapplot
release-0.7.2
What's Changed
- Doc fixes by @lmcinnes in #180
- Adjust width in css for docs by @lmcinnes in #181
- Fix density overview example by @lmcinnes in #182
- Fix indentation in custom doc script by @lmcinnes in #183
- Port selection handlers to use widgets where possible. Add LLMSummary selection handler by @lmcinnes in #184
- Switching pipelines to uv, add 3.14 support, use new node task by @gclendenning in #190
- Add Community Projects gallery page (refs #179) by @stevenfazzio in #189
- Bug fixes and refactoring of palette creation by @hamelin in #191
New Contributors
- @stevenfazzio made their first contribution in #189
Full Changelog: release-0.7.1...release-0.7.2
release-0.7.1
What's Changed
- Widgets by @lmcinnes in #172
- Hex density by @lmcinnes in #173
- Centralize and management of view state changes among widgets by @lmcinnes in #174
- Further improve hex bin density layer by @lmcinnes in #175
- Widget fixes by @lmcinnes in #176
- Density overview via data shader for better high level views of large datasets by @lmcinnes in #177
- Bump version to 0.7.1 in pyproject.toml by @lmcinnes in #178
Full Changelog: release-0.7.0...release-0.7.1
release-0.7.0.post1
What's Changed
- Make identifier_js part of tooltip API facultative by @hamelin in #155
- Adding dynamic_tooltip to docstring by @bendavidsteel in #124
- Remove 103MB from repo by compressing examples arrays by @richardmillson in #147
- Adding edges for interactive plots by @bendavidsteel in #154
- Update edge bundling test to read from compressed sample data by @simon-burke in #156
- Add show_labels flag to static plots by @simon-burke in #157
- Fixes Issue #131 and allows interactive plots with no labels by @lmcinnes in #140
- Richardmillson/feature/159/accept vmin vmax in colormaps by @richardmillson in #160
- Also treat booleans as categorical in default_colormap_options by @richardmillson in #162
- Add pyproject.toml, support 3.13 in build pipelines by @gclendenning in #163
- Documentation was broken. I updated interactive_intro to point to t… by @jc-healy in #165
- Major Refactor by @lmcinnes in #166
- Relax restriction on Dask version by @hamelin in #170
- Fix documentation build by @hamelin in #168
- Refactor fixes by @lmcinnes in #171
New Contributors
Full Changelog: release-0.6.4...release-0.7.0.post1
release-0.7.0
What's Changed
- Make identifier_js part of tooltip API facultative by @hamelin in #155
- Adding dynamic_tooltip to docstring by @bendavidsteel in #124
- Remove 103MB from repo by compressing examples arrays by @richardmillson in #147
- Adding edges for interactive plots by @bendavidsteel in #154
- Update edge bundling test to read from compressed sample data by @simon-burke in #156
- Add show_labels flag to static plots by @simon-burke in #157
- Fixes Issue #131 and allows interactive plots with no labels by @lmcinnes in #140
- Richardmillson/feature/159/accept vmin vmax in colormaps by @richardmillson in #160
- Also treat booleans as categorical in default_colormap_options by @richardmillson in #162
- Add pyproject.toml, support 3.13 in build pipelines by @gclendenning in #163
- Documentation was broken. I updated interactive_intro to point to t… by @jc-healy in #165
- Major Refactor by @lmcinnes in #166
- Relax restriction on Dask version by @hamelin in #170
- Fix documentation build by @hamelin in #168
- Refactor fixes by @lmcinnes in #171
New Contributors
Full Changelog: release-0.6.4...release-0.7.0
release-0.6.4
What's Changed
- Add offline_data_path parameter for better file organization by @keyuchen21 in #113
- Add use_system_fonts parameter for offline usage by @keyuchen21 in #115
- Fix offline mode font file handling by @keyuchen21 in #116
- Add additional numba type signatures to fix #115 by @lmcinnes in #117
- Add documentation for use_system_fonts parameter by @keyuchen21 in #119
- Tidy docs by @lmcinnes in #118
- Adding fix for empty r_mask by @bendavidsteel in #120
- Topic tree renaming & Documentation, Related points refactor by @jacobgolding in #122
- feat: add histogram click persistence functionality by @exetrujillo in #127
- Adding identifier_js argument for dynamic_tooltip by @bendavidsteel in #135
- Change CSS to remedy #133 by @lmcinnes in #139
- Add assertion for extra_point_data row count in render_html function by @lmcinnes in #142
- Solve #132 by ensuring extra javascript dependencies get added by @lmcinnes in #141
- Close #138 by accepting local files as logo by @richardmillson in #143
- Fix for #128 by @lmcinnes in #129
- Feature – Edge bundling by @simon-burke in #149
- Ensure working tests for a new minor release by @lmcinnes in #152
- Make label filter more robust by @hamelin in #153
New Contributors
- @keyuchen21 made their first contribution in #113
- @exetrujillo made their first contribution in #127
- @simon-burke made their first contribution in #149
Full Changelog: release-0.6.3...release-0.6.4
release 0.6.3
Merge pull request #111 from TutteInstitute/readme_fix Update version to 0.6.3 and add documentation badge in README
release-0.6.2
What's Changed
Full Changelog: release-0.6.1...release-0.6.2
release-0.6.1
What's Changed
Full Changelog: release-0.6.0...release-0.6.1
release-0.6.0
What's Changed
- Adding medoid limits for reasonable execution time, for #75 by @bendavidsteel in #76
- Layout tweaks by @lmcinnes in #78
- Word cloud performance by @lmcinnes in #79
- Update python versions in package metadata by @gclendenning in #82
- update baseline images by @acwooding in #83
- Update Interactive plot aesthetics by @lmcinnes in #84
- table of contents added by @jacobgolding in #81
- Table of Contents tweaks by @lmcinnes in #87
- End-to-end Interactive tests by @acwooding in #80
- Splash warning by @lmcinnes in #88
- Update to nightly test runs by @acwooding in #89
- Variable weight labels based on layer depth by @lmcinnes in #91
- Ensure font fetching fails nice when no Internet by @hamelin in #92
- Add makefile with helper commands for locally running tests by @acwooding in #98
- Add browser tests by @acwooding in #96
- Add basic developer docs by @acwooding in #99
- Update static baseline images in CI by @acwooding in #100
- How to access test report artifacts by @acwooding in #102
- Dynamic tooltips that can access content via APIs by @lmcinnes in #104
- Python 3.9 support fix by @jacobgolding in #105
- Fix padding and gap in content-container and stack styles by @lmcinnes in #108
New Contributors
- @bendavidsteel made their first contribution in #76
- @jacobgolding made their first contribution in #81
Full Changelog: release-0.5.1...release-0.6.0
release-0.5.1
What's Changed
- Static example tests by @acwooding in #66
- label layer colormaps by @lmcinnes in #70
- Cap the version of dask in test environment creation by @acwooding in #72
- Import-export of the offline cache by @hamelin in #73
- Multi-SelectionHandler and Improve Selection using new layout model by @lmcinnes in #74
New Contributors
- @acwooding made their first contribution in #66
Full Changelog: release-0.5.0...release-0.5.1