Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ILGPU from 1.4.0 to 1.5.0 #667

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 23, 2023

Bumps ILGPU from 1.4.0 to 1.5.0.

Release notes

Sourced from ILGPU's releases.

Release v1.5.0-beta1

This new beta release includes bug fixes, new utility vector types, a newly introduced meta-optimization targeted optimization API, and specific sparse-matrix extensions (get the ILGPU Nuget package and ILGPU Algorithms Nuget package). Furthermore ILGPU now supports nullable annotations on all internal and external APIs.

Changes

  • Added support for index reconstructions using general strides (#989).
  • Added new Vector data types for .NET 7 (#1023).
  • Added new generic optimization API (#1028).
  • Added new Particle-Swarm Optimizer to support massively parallel solving of optimization problems (#1029).
  • Added new specialized sparse-matrix extensions (#924).
  • Extended RNG functionality (#1022).
  • Fixed generic static abstract methods (#1027).
  • Enabled nullable annotations for all internal and external ILGPU APIs (#953).
  • Adapted Cuda versions to support latest architectures (#1024).
  • Improved AlgorithmsMath sample readability (#1005, #1032).

CI

  • Removed GitHubActionsTestLogger dependency (#999).
  • Bump actions/setup-dotnet from 3.0.3 to 3.2.0 (#1007, #1009).
  • Bump runners version to v2.305.0 (#994, #1017).
  • Remove runners config and workflow (#1019).
  • Bump actions/upload-pages-artifact from 1 to 2 (#1031).

Internal Changes

  • Adjusted project language versions to 11 (#1021).
  • Updated GenerateCompatibilitySuppressionFiles script to support Unix (#1003).
  • Bump GitHubActionsTestLogger from 2.0.1 to 2.2.1 in /Src (#1002).
  • Bump requests from 2.28.1 to 2.31.0 in /Site/scripts (#1006).
  • Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.3 in /Src (#998, #1010, #1011, #1020).
  • Bump System.Reflection.Metadata from 7.0.1 to 7.0.2 in /Src and /Samples (#1014, #1015).
  • Bump xunit from 2.4.2 to 2.5.0 in /Src (#1026).
  • Updated version to v1.5.0-beta1 (#1004).

Special thanks

Special thanks to @​gartenkralle, @​MoFtZ, @​pavlovic-ivan, and @​TriceHelix for their contributions to this release in form of code, feedback, ideas and proposals. Furthermore, we would like to thank the entire ILGPU community (especially @​kilngod, @​NullandKale, @​MPSQUARK, and @​Yey007) for providing feedback, submitting issues and feature requests.

Commits
  • a1a854e Updated version to v1.5.0-stable. (#1052)
  • 5c36e76 Added sample to demonstrate Optimization extensions. (#1043)
  • 9c5d3fa Added sample to demonstrate SparseMatrix extensions. (#1044)
  • 5f54c50 Ignore unsucessful loads of debug symbols not matching the correct image type...
  • 9257081 Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 in /Src. (#1048)
  • 251f695 Bump commonmarker from 0.23.9 to 0.23.10 in /Site. (#1041)
  • e1550c2 Added support for implicit bool to int casts. (#1050)
  • bbe0747 Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 in /Src. (#1039)
  • f841ecc Updated version to v1.5.0-beta2. (#1034)
  • 42b4935 Enabled nullable annotations. (#953)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ILGPU](https://github.com/m4rs-mt/ILGPU) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/m4rs-mt/ILGPU/releases)
- [Commits](m4rs-mt/ILGPU@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: ILGPU
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 23, 2023
@yuto-trd yuto-trd merged commit 9dfad9c into main Sep 1, 2023
1 check passed
@yuto-trd yuto-trd deleted the dependabot/nuget/main/ILGPU-1.5.0 branch September 1, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant