Skip to content

Releases: whitphx/stlite

v0.61.0

30 Jul 14:45
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

Full Changelog: v0.60.3...v0.61.0

v0.60.3

26 Jul 05:13
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Bump certifi from 2024.2.2 to 2024.7.4 in /packages/kernel/py/stlite-server in the pip group by @dependabot in #1006
  • Bump postcss from 8.4.38 to 8.4.39 in the npm_and_yarn group by @dependabot in #1008
  • Extend the E2E test timeout to 20s by @whitphx in #1002
  • Update README.md and desktop/README.md by @whitphx in #1010
  • Bump ruff from 0.4.10 to 0.5.1 in /packages/kernel/py/stlite-server by @dependabot in #1005
  • Bump ruff from 0.5.1 to 0.5.2 in /packages/kernel/py/stlite-server by @dependabot in #1016
  • Rename 'stlite' to the capitalized 'Stlite' and update the subtitle by @whitphx in #1017
  • Bump mypy from 1.10.1 to 1.11.0 in /packages/kernel/py/stlite-server by @dependabot in #1023
  • Install pyodide-py for type checking and improve type hints in stlite_server/server.py by @whitphx in #1027
  • Fix/stlite server pyright by @whitphx in #1031
  • Bump postcss from 8.4.39 to 8.4.40 in the npm_and_yarn group by @dependabot in #1030
  • Bump ruff from 0.5.2 to 0.5.5 in /packages/kernel/py/stlite-server by @dependabot in #1029
  • Bump matplotlib from 3.9.0 to 3.9.1 in /packages/kernel/py/stlite-server by @dependabot in #1004
  • Bump pytest from 8.2.2 to 8.3.2 in /packages/kernel/py/stlite-server by @dependabot in #1028

Full Changelog: v0.60.2...v0.60.3

v0.60.2

27 Jun 09:58
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Add worker integration test with st.write_stream() to check if the coroutine is awaited by @whitphx in #998
  • Update electron-builder to 24.13.2 to fix vulnerability by @whitphx in #999
  • Fix the Parquet serializer's auto-fixing of non-string column names by @whitphx in #1000

Full Changelog: v0.60.1...v0.60.2

v0.60.1

26 Jun 15:14
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Bump mypy from 1.10.0 to 1.10.1 in /packages/kernel/py/stlite-server by @dependabot in #995
  • Update the streamlit submodule not to use the deprecated APIs in Pandas by @whitphx in #996

Full Changelog: v0.60.0...v0.60.1

v0.60.0

25 Jun 16:02
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Rename test files .test. that contain unit tests to .spec. because unit tests represents the specs by @whitphx in #992
  • Upgrade Streamlit to 1.36.0 by @whitphx in #993

Full Changelog: v0.59.0...v0.60.0

v0.59.0

25 Jun 08:46
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Fix the mountable option parser to throw an error if the entrypoint option is not provided instead of falling back to the default value because it's confusing by @whitphx in #991

Full Changelog: v0.58.7...v0.59.0

v0.58.7

25 Jun 03:58
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Bump urllib3 from 2.2.1 to 2.2.2 in /packages/kernel/py/stlite-server in the pip group across 1 directory by @dependabot in #982
  • Bump ws from 7.5.9 to 7.5.10 in the npm_and_yarn group by @dependabot in #983
  • Bump ruff from 0.4.9 to 0.4.10 in /packages/kernel/py/stlite-server by @dependabot in #984
  • Worker E2E test by @whitphx in #986
  • Add streamlit/lib/dev-requirements.txt to the venv make rule deps by @whitphx in #988
  • Set USE_CONSTRAINTS_FILE=false in Makefile by @whitphx in #989
  • Update Pyodide to 0.26.1 by @whitphx in #987

Full Changelog: v0.58.6...v0.58.7

v0.58.6

17 Jun 04:55
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

Full Changelog: v0.58.5...v0.58.6

v0.58.5

14 Jun 13:11
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Update streamlit submodule by @whitphx in #974
  • fix/dataframe parquet serialize by @whitphx in #975
  • Update streamlit submodule to point to the stlite-* branch instead of a feature branch by @whitphx in #976

Full Changelog: v0.58.4...v0.58.5

v0.58.4

13 Jun 15:46
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Fix 011_component_gallery/pages/*.py to use raw string to write regex by @whitphx in #966
  • Fix isValidIpcSender to compare the URLs by .startsWith() instead of === by @whitphx in #972
  • Add a Make rule, clean by @whitphx in #971
  • Update the streamlit submodule to use the async ver. of write_stream() and auto code patching for it by @whitphx in #965

Full Changelog: v0.58.3...v0.58.4