This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
Releases: rapidsai/cusignal
Releases ยท rapidsai/cusignal
v23.08.00
[NIGHTLY] v23.10.00
v23.06.00
๐จ Breaking Changes
- Dropping Python 3.8 (#565) @divyegala
๐ ๏ธ Improvements
- Refresh requirements (#576) @jakirkham
- run docs nightly too (#572) @AyodeAwe
- Update cupy dependency (#570) @vyasr
- Revert shared-action-workflows pin (#566) @divyegala
- Dropping Python 3.8 (#565) @divyegala
- Remove usage of rapids-get-rapids-version-from-git (#564) @jjacobelli
- Use ARC V2 self-hosted runners for GPU jobs (#561) @jjacobelli
v23.04.00
๐ Bug Fixes
๐ ๏ธ Improvements
- Fix docs build to be
pydata-sphinx-theme=0.13.0
compatible (#558) @galipremsagar - Update to GCC 11 (#557) @bdice
- Make docs builds less verbose (#556) @AyodeAwe
- Skip docs job in nightly runs (#555) @AyodeAwe
- Reduce error handling verbosity in CI tests scripts (#549) @AjayThorve
- Update shared workflow branches (#548) @ajschmidt8
- Remove gpuCI scripts. (#547) @bdice
- Move date to build string in
conda
recipe (#543) @ajschmidt8 - Add docs build job (#536) @AyodeAwe
v23.02.00
๐ Documentation
- Add path instructions for Jetson users with fresh JP installs (#537) @awthomp
- Fix documentation author (#534) @bdice
- Fix broken TOC links in README (#532) @awthomp
๐ ๏ธ Improvements
- Update shared workflow branches (#544) @ajschmidt8
- Update isort version to 5.12.0 (#541) @awthomp
- Build CUDA 11.8 and Python 3.10 Packages (#533) @bdice
- Update workflows for nightly tests (#531) @ajschmidt8
- Enable
Recently Updated
Check (#530) @ajschmidt8 - Add GitHub Actions Workflows (#528) @bdice
- Enable copy_prs. (#525) @bdice
v22.12.00
๐ Documentation
- Readme update (#522) @awthomp
- Revisit WSL install instructions: additional dependency needed for pytest (#514) @evanmayer
๐ ๏ธ Improvements
- Flake8 migrated to GitHub and that broke some pre-commit checks (#518) @jacobtomlinson
- fix filtering.resample output for even values of num parameter (#517) @mattkinsey
- Use rapidsai CODE_OF_CONDUCT.md (#516) @bdice
- Update channel priority (#515) @bdice
- Remove stale labeler (#512) @raydouglass
- Add option for smaller dataset in IO notebook (#473) @charlesbluca
v22.10.01
๐ New Features
- Allow cupy 11 (#505) @galipremsagar
๐ ๏ธ Improvements
- Unpin
numpy
incusignal
(#510) @galipremsagar
v22.10.00
v22.08.00
๐ Documentation
- Switch to using common
js
&css
(#499) @galipremsagar - Refresh README (#487) @awthomp
๐ ๏ธ Improvements
- Revert "Allow CuPy 11" (#497) @galipremsagar
- Allow CuPy 11 (#494) @jakirkham
v22.06.00
๐ ๏ธ Improvements
- Simplify conda recipes (#484) @Ethyling
- Use conda to build python packages during GPU tests (#480) @Ethyling
- Fix pinned buffer IO issues (#479) @charlesbluca
- Use pre-commit to enforce Python style checks (#478) @charlesbluca
- Extend
get_pinned_mem
to work with more dtype / shapes (#477) @charlesbluca - Add/fix installation sections for SDR example notebooks (#476) @charlesbluca
- Use conda compilers (#461) @Ethyling
- Build packages using mambabuild (#453) @Ethyling