Skip to content

Releases: Kanaries/pygwalker

0.4.8.7

29 May 08:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.8.5...0.4.8.7

0.4.8.5

19 May 13:34
Compare
Choose a tag to compare

What's Changed

  • fix: fix dialect sql(mysql, postgres) && add new tracker by @longxiaofei in #553

Full Changelog: 0.4.8.4...0.4.8.5

0.4.8.4

15 May 09:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.8...0.4.8.4

0.4.8

12 Apr 14:06
Compare
Choose a tag to compare

About Pygwalker0.4.8

  • update duckdb version((0.10.1)
  • update graphic-walker version(0.4.62)
  • refactor api of streamlit
  • add new tab: chat
  • fix bugs and optimize the feature of saving

What's Changed

New Contributors

Full Changelog: 0.4.7...0.4.8

0.4.7

08 Mar 13:20
Compare
Choose a tag to compare

About Pygwalker0.4.7

  • Update duckdb version(0.10.0)
  • Fixed the issue that some components in pygwalker are not adapte with the dark theme, and add the button to switch theme.
  • Adding cloud calculate mode, users only need to change one parameter to upload the data to kanaries cloud and use the computing resources of kanaries cloud to explore datas.
  • Add new apis in jupyter.
  • Use spec_io_mode instead of debug parameter.

New Api In Jupyter

import pygwalker as pyg

pyg.table(df)

pyg.render(df, vis_spec)

More api detail, refer it: Jupyter Api

Cloud Calculate Mode

pyg.walker(df, use_cloud_calc=True)

Remove Debug Parameter

previous:

StreamlitRenderer(df, spec="./gw_config.json", debug=True)

current:

StreamlitRenderer(df, spec="./gw_config.json", spec_io_mode="rw")

More api detail, refer it: Streamlit Api

What's Changed

Full Changelog: 0.4.6...0.4.7

0.4.6

08 Feb 06:16
Compare
Choose a tag to compare

What's Changed

  • feat: optimize the memory usage of generating html #426
  • feat: loaded init_streamlit_comm implicitly #430
  • refactor: modify param name #432
  • feat: update graphic-walker version #433

Full Changelog: 0.4.5...0.4.6

0.4.5

02 Feb 14:52
Compare
Choose a tag to compare

About Pygwalker0.4.5

  • Add filter renderer mode to provide a simpler UI with filter options
  • Performance optimizations for geo charts
  • Performance optimizations for communication
  • Add data profiling
  • Fix some bugs

About Data Profiling

pygwalker-data-view.mp4

About New Graphic Renderer

image

New Features Online Demo

pygwalker-demo

What's Changed

Full Changelog: 0.4.4...0.4.5

0.4.4

25 Jan 09:16
Compare
Choose a tag to compare

About Pygwalker 0.4.4

  • Urgently fix the streamlit bug caused by caching
  • Add default value for param show_cloud_tools in streamlit

What's Changed

Full Changelog: 0.4.3...0.4.4

0.4.3

24 Jan 02:03
Compare
Choose a tag to compare

About Pygwalker 0.4.3

What's Changed

Full Changelog: 0.4.2...0.4.3

0.4.2

17 Jan 10:11
Compare
Choose a tag to compare

About Pygwalker 0.4.2

  • fix some bugs in calculated fields and data painter

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2