Skip to content

Releases: whitphx/stlite

v0.62.4

06 Aug 04:33
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Update Pyodide to 0.26.2 by @whitphx in #1051
  • Bump pandas-stubs from 2.2.2.240603 to 2.2.2.240805 in /packages/kernel/py/stlite-lib by @dependabot in #1052

Full Changelog: v0.62.3...v0.62.4

v0.62.3

05 Aug 06:33
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Rename the stlite_server module to stlite_lib by @whitphx in #1047
  • Update the streamlit submodule removing an unused import by @whitphx in #1050

Full Changelog: v0.62.2...v0.62.3

v0.62.2

04 Aug 13:58
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Disable test.concurrent() by @whitphx in #1042
  • Bump pyright from 1.1.373 to 1.1.374 in /packages/kernel/py/stlite-server by @dependabot in #1039
  • Remove the mountedSitePackagesSnapshotFilePath option and use the archive option instead by @whitphx in #1041
  • Bump ruff from 0.5.5 to 0.5.6 in /packages/kernel/py/stlite-server by @dependabot in #1040
  • Fix/desktop basic sample by @whitphx in #1044
  • Run npx update-browserslist-db@latest by @whitphx in #1046
  • Bump @75lb/deep-merge from 1.1.1 to 1.1.2 in the npm_and_yarn group by @dependabot in #1045

Full Changelog: v0.62.1...v0.62.2

v0.62.1

02 Aug 08:03
Compare
Choose a tag to compare

What's Changed

πŸ• Updates

  • Add .streamlit/config.toml to the basic sample of the desktop app by @whitphx in #1038

Full Changelog: v0.62.0...v0.62.1

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