Closed
Conversation
* Move NdArray library to subfolder * Add missing dependencies * Fix settings.xml path * Kotlin friendly names (Shape.get) * Fix bug when slicing on a segmented dimension (#2) * Sparse tensor (#3) * Allow SparseNdArray impls to be inherited (#5) * Better examples in Sparse array documentation (#6) * Build on JDK11 by default (#7) * Add missing export * Adding toString to AbstractDenseNdArray and AbstractSparseNdArray (#8) * Test Java copyFrom Ok * Test Java copyFrom - trying to replicate Scala error * Test Java copyFrom - trying to replicate Scala error v2 * Added basic index tests (rank 2) * Added module-info to tests * Module-info for tests use the same module name of src * Value streaming for NdArrays (#15) * Release 0.4.0 * Prepare next iteration * Viewing arrays with different shapes (#18) * Rename read/write to copyTo/From (#19) * Releasing 1.0.0-rc.1 * Increase version for next iteration * Move ndarray to tensorflow-java * Apply spotless --------- Co-authored-by: Ryan Nett <JNett96@gmail.com> Co-authored-by: Jim Clarke <JimClarke5@me.com> Co-authored-by: Adam Pocock <craigacp@gmail.com> Co-authored-by: hmf <hugo6ferreira@gmail.com> Co-authored-by: Adam Pocock <adam.pocock@oracle.com>
This reverts commit 3d8593f.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #634