Releases: probabl-ai/skore
Releases · probabl-ai/skore
Skore 0.0.1-rc.4
What's Changed
- doc: update readme link to basic usage by @MarieS-WiMLDS in #358
- Move Python dependencies from top-level to test-level by @augustebaum in #354
- Toasts & toasts area by @rouk1 in #346
- Defer type-checking from object_to_item to Item classes by @thomass-dev in #355
- Remove the v-prefix from the tag regex used in the release pipeline by @thomass-dev in #365
- resize data frame widget correctly and cap report card width by @rouk1 in #364
- Add automatically assignee to PR when creating a pull-request by @thomass-dev in #366
- 362 project keys must be strings by @augustebaum in #368
- Split CI workflows by @thomass-dev in #349
- Explicit all github jobs name by @thomass-dev in #369
- Modal engine by @rouk1 in #367
- add "license" key to pyproject.toml by @augustebaum in #372
- Set continue-on-error=True in the add-assignee github job by @thomass-dev in #385
- Bump rollup from 4.21.2 to 4.22.4 in /frontend in the npm_and_yarn group across 1 directory by @dependabot in #384
- No longer remove the first tag character in the publishing pipeline because the v-prefix has been removed by @thomass-dev in #387
Full Changelog: v0.0.1-rc.3...0.0.1-rc.4
Skore v0.0.1-rc.3
What's Changed
- Use a home made datatable component by @rouk1 in #337
- Bump vite from 5.4.2 to 5.4.6 in /frontend in the npm_and_yarn group across 1 directory by @dependabot in #348
- Replace third-part libraries imports by lazy imports by @thomass-dev in #350
New Contributors
- @dependabot made their first contribution in #348
Full Changelog: v0.0.1-rc.2...v0.0.1-rc.3
Skore v0.0.1-rc.2
Fix frontend artifacts directory in pyproject.toml (#343) Fixes an issue where the static directory where the frontend build is placed was not the one declared explicitly in the `pyproject.toml`. The frontend build directory was moved from `skore/src/dashboard/static/` to `skore/src/ui/static` during #325 and the change was not made in `pyproject.toml`.