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

chore(deps): bump space.kscience:kmath-core from 0.2.1 to 0.3.1 #181

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps space.kscience:kmath-core from 0.2.1 to 0.3.1.

Release notes

Sourced from space.kscience:kmath-core's releases.

0.3.1

Added

  • Wasm support for memory, core, complex and functions modules.
  • Generic builders for BufferND and MutableBufferND
  • NamedMatrix - matrix with symbol-based indexing
  • Expression with default arguments
  • Type-aliases for numbers like Float64
  • Autodiff for generic algebra elements in core!
  • Algebra now has an obligatory bufferFactory (#477).

Changed

  • Geometry uses type-safe angles
  • Tensor operations switched to prefix notation
  • Row-wise and column-wise ND shapes in the core
  • Shape is read-only
  • Major refactor of tensors (only minor API changes)
  • Kotlin 1.8.20
  • LazyStructure deffered -> async to comply with coroutines code style
  • Default dot operation in tensor algebra no longer support broadcasting. Instead matmul operation is added to DoubleTensorAlgebra.
  • Multik went MPP

Removed

0.3.1-dev-RC

Added

  • Wasm support for memory, core, complex and functions modules.
  • Generic builders for BufferND and MutableBufferND
  • NamedMatrix - matrix with symbol-based indexing
  • Expression with default arguments
  • Type-aliases for numbers like Float64
  • Autodiff for generic algebra elements in core!
  • Algebra now has an obligatory bufferFactory (#477).

Changed

  • Geometry uses type-safe angles
  • Tensor operations switched to prefix notation
  • Row-wise and column-wise ND shapes in the core
  • Shape is read-only
  • Major refactor of tensors (only minor API changes)
  • Kotlin 1.8.20
  • LazyStructure deffered -> async to comply with coroutines code style
  • Default dot operation in tensor algebra no longer support broadcasting. Instead matmul operation is added to DoubleTensorAlgebra.
  • Multik went MPP

Removed

... (truncated)

Changelog

Sourced from space.kscience:kmath-core's changelog.

0.3.1 - 2023-04-09

Added

  • Wasm support for memory, core, complex and functions modules.
  • Generic builders for BufferND and MutableBufferND
  • NamedMatrix - matrix with symbol-based indexing
  • Expression with default arguments
  • Type-aliases for numbers like Float64
  • Autodiff for generic algebra elements in core!
  • Algebra now has an obligatory bufferFactory (#477).

Changed

  • Geometry uses type-safe angles
  • Tensor operations switched to prefix notation
  • Row-wise and column-wise ND shapes in the core
  • Shape is read-only
  • Major refactor of tensors (only minor API changes)
  • Kotlin 1.8.20
  • LazyStructure deffered -> async to comply with coroutines code style
  • Default dot operation in tensor algebra no longer support broadcasting. Instead matmul operation is added to DoubleTensorAlgebra.
  • Multik went MPP

Removed

0.3.0

Added

  • ScaleOperations interface
  • Field extends ScaleOperations
  • Basic integration API
  • Basic MPP distributions and samplers
  • bindSymbolOrNull
  • Blocking chains and Statistics
  • Multiplatform integration
  • Integration for any Field element
  • Extended operations for ND4J fields
  • Jupyter Notebook integration module (kmath-jupyter)
  • @PerformancePitfall annotation to mark possibly slow API
  • Unified architecture for Integration and Optimization using features.
  • BigInt operation performance improvement and fixes by @​zhelenskiy (#328)
  • Integration between MST and Symja IExpr
  • Complex power
  • Separate methods for UInt, Int and Number powers. NaN safety.
  • Tensorflow prototype
  • ValueAndErrorField
  • MST compilation to WASM: #286
  • Jafama integration: #176
  • contentEquals with tolerance: #364

... (truncated)

Commits

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 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 [space.kscience:kmath-core](https://github.com/SciProgCentre/kmath) from 0.2.1 to 0.3.1.
- [Release notes](https://github.com/SciProgCentre/kmath/releases)
- [Changelog](https://github.com/SciProgCentre/kmath/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SciProgCentre/kmath/commits/v0.3.1)

---
updated-dependencies:
- dependency-name: space.kscience:kmath-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Changes that affect dependencies gradle Gradle changes labels Jul 17, 2023
@dependabot dependabot bot requested a review from sureshg July 17, 2023 19:13
@github-actions github-actions bot merged commit b86e90e into main Jul 17, 2023
11 checks passed
@sonarcloud
Copy link

sonarcloud bot commented Jul 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot dependabot bot deleted the dependabot/gradle/space.kscience-kmath-core-0.3.1 branch July 17, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that affect dependencies gradle Gradle changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants