Releases: secretflow/spu
Releases · secretflow/spu
0.8.0dev20240227
0.8.0dev20240223
What's Changed
- Update github/codeql-action action to v3.24.1 by @renovate in #547
- Update github/codeql-action action to v3.24.2 by @renovate in #549
- Update github/codeql-action action to v3.24.3 by @renovate in #551
- Update dependency com_github_nvidia_cutlass to v3.4.1 by @renovate in #553
- Repo sync by @anakinxc in #557
- Repo sync by @anakinxc in #558
- reformat python code by @anakinxc in #561
- Fix type strip by @anakinxc in #563
- Support more sqrt->rsqrt rewrite by @anakinxc in #566
- Update CircleCI-Public/trigger-circleci-pipeline-action action to v1.2.0 by @renovate in #567
- [sml] add kmeans++ and support executing with multiple initial centers in Kmeans by @winnylyc in #546
- Update github/codeql-action action to v3.24.4 by @renovate in #571
- [docs] Update INSTALLATION and CONTRIBUTING by @zoeStartover in #568
- Repo sync by @anakinxc in #572
Full Changelog: 0.8.0dev20240207...0.8.0dev20240223
0.8.0dev20240207
What's Changed
- Remove py38 from setup.py by @anakinxc in #533
- Update github/codeql-action action to v3.24.0 by @renovate in #537
- Update dependency sphinx-autobuild to v2024 by @renovate in #539
- Update dependency linkify-it-py to v2.0.3 by @renovate in #540
- Fix intrinsic examples with jax > 0.4.16 by @anakinxc in #543
Full Changelog: 0.8.0dev20240202...0.8.0dev20240207
0.8.0dev20240202
What's Changed
- Update dependency com_github_xtensor_xtensor to v0.25.0 by @renovate in #524
- Update psi digest to 9225bc9 by @renovate in #523
- Update github/codeql-action action to v3.23.2 by @renovate in #525
- Update yacl digest to e3401da by @renovate in #515
- Update yacl to 0.4.3b0 by @anakinxc in #529
- Repo sync by @anakinxc in #532
Full Changelog: 0.8.0dev20240126...0.8.0dev20240202
0.8.0dev20240126
What's Changed
Full Changelog: 0.8.0dev20240124...0.8.0dev20240126
0.8.0dev20240124
What's Changed
- Update yacl digest to ea6e1ea by @renovate in #506
- Update config.yml by @anakinxc in #510
- Update psi digest to 3116174 by @renovate in #511
- Repo sync by @anakinxc in #512
- Update yacl digest to c1721d4 by @renovate in #513
- Update psi digest to cee136c by @renovate in #514
- Update README.md by @anakinxc in #516
- Add example CI test by @tpppppub in #517
- Limit example tests to main branch only by @anakinxc in #519
- Repo sync by @anakinxc in #518
- Repo sync by @anakinxc in #520
Full Changelog: 0.8.0dev20240119...0.8.0dev20240124
0.8.0dev20240119
What's Changed
- Update dependency sphinx to v7 by @renovate in #495
- Update github/codeql-action action to v3 by @renovate in #496
- Update yacl digest to 50d3e25 by @renovate in #497
- Update psi digest to 2f4bb01 by @renovate in #485
- [sml] add LabelBinarizer, Binarizer, Normalizer in jax by @winnylyc in #470
- Update CONTRIBUTING.md by @anakinxc in #498
- Update README.md by @anakinxc in #499
- Update dependency com_github_nvidia_cutlass to v3.4.0 by @renovate in #500
- Add asan workflow by @anakinxc in #501
- Update yacl digest to 7a99fd6 by @renovate in #502
- Update pybind11_bazel digest to 8889d39 by @renovate in #504
- Update github/codeql-action action to v3.23.1 by @renovate in #505
- Repo sync by @anakinxc in #508
New Contributors
Full Changelog: 0.8.0dev20240112...0.8.0dev20240119
0.8.0dev20240112
Update dependency pytablewriter to v1 (#494) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytablewriter](https://togithub.com/thombashi/pytablewriter) | `==0.64.2` -> `==1.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pytablewriter/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytablewriter/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytablewriter/0.64.2/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytablewriter/0.64.2/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>thombashi/pytablewriter (pytablewriter)</summary> ### [`v1.2.0`](https://togithub.com/thombashi/pytablewriter/releases/tag/v1.2.0) [Compare Source](https://togithub.com/thombashi/pytablewriter/compare/v1.1.0...v1.2.0) - Add `enable_style_filter` method and `disable_style_filter` method to writer classes - Add `check_style_filter_kwargs` method to the `Theme` class - Add `pytablewriter-altcol-theme` to theme extras - Add `margin` support to the `CssTableWriter` class - Add support for Python 3.12 - Modify the style filter to be applicable to table headers: [#​37](https://togithub.com/thombashi/pytablewriter/issues/37) (Thanks to [@​shawalli](https://togithub.com/shawalli)) - Change the `add_col_separator_style_filter` method that raises `NotImplementedError` to debug-log output - Improve discovery of pytablewriter plugins - Bump minimum required version of `typepy` to 1.3.2 - Fix `margin`, `stream`, and `style_filter_kwargs` to be propagated correctly in `from_writer` method - Fix the output of `HtmlTableWriter.write_table` method when the method called with `write_css=True` - Fix an issue where the CSS output would be incorrect if the `HtmlTableWriter.write_table` method was called with `write_css=True` when `table_name` was not specified - Fix style applying for headers of `CssTableWriter` writer class - Fix type annotations **Full Changelog**: https://github.com/thombashi/pytablewriter/compare/v1.1.0...v1.2.0 ### [`v1.1.0`](https://togithub.com/thombashi/pytablewriter/releases/tag/v1.1.0) [Compare Source](https://togithub.com/thombashi/pytablewriter/compare/v1.0.0...v1.1.0) - Add color support for GFM to `MarkdownTableWriter` class - Add `FontStyle.TYPEWRITER` - Add styles supported by Latex writers - `Style.fg_color` - `Style.decoration_line`: `DecorationLine.STRIKE`, `DecorationLine.LINE_THROUGH` - `Style.decoration_line`: `DecorationLine.UNDERLINE` - Add warnings for when invalid style attributes are passed to the Style class - Modify the output format of Latex table writers - Improve type annotations - Fix Excel worksheet name generation - Bump minimum required version of `DataProperty` to 1.0.1 **Full Changelog**: https://github.com/thombashi/pytablewriter/compare/v1.0.0...v1.1.0 ### [`v1.0.0`](https://togithub.com/thombashi/pytablewriter/releases/tag/v1.0.0) [Compare Source](https://togithub.com/thombashi/pytablewriter/compare/v0.64.2...v1.0.0) - Add support for Python 3.11 - Drop support for Python 3.6 - Fix a regular expression range of LatexWriter: [#​57](https://togithub.com/thombashi/pytablewriter/issues/57) - Add support for Elasticsearch 8 - Drop support for Elasticsearch 7 - Reduce import time for non-pandas use - Update `pathvalidate` dependency to allow v3 - Bump minimum version requirement of `SimpleSQLite` - Improve type annotations - Add `zip_safe=False` - Change the `Cell` class to an immutable data class - Update docs - Replace deprecated `setup.py` calls - Add `pandas` extras - Add `__all__` to `__init__.py` - Remove deprecated functions and properties - `dump_tabledata` - `set_log_level` - `AbstractTableWriter.header_list` - `AbstractTableWriter.type_hint_list` - `AbstractTableWriter.styles` - `AbstractTableWriter.style_list` - `AbstractTableWriter.value_preprocessor.setter` **Full Changelog**: https://github.com/thombashi/pytablewriter/compare/v0.64.2...v1.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/secretflow/spu). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0.7.0b0
- [Feature] Add Odd-Even Merge Sort to replace the bitonic sort
- [Feature] Add radix sort support for ABY3
- [Feature] Integrate with secretflow/psi
- [Feature] Add Linux aarch64 support
- [Feature] Add equal support for SEMI2K and ABY3
- [Improvement] Optimize sort memory usage
- [Improvement] Improve compatibility with latest Jax
- [Bugfix] Fix compilation cache collision under certian cases
- [Deprecated] macOS 11.x is no longer supported
0.7.0dev20231229
Repo sync (#451)