Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mljs/matrix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: mljs/matrix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 19 commits
  • 24 files changed
  • 2 contributors

Commits on Aug 3, 2016

  1. feat: add concept of abstract matrix

    BREAKING CHANGE:
    This is a non trivial change and could potentially break existing code.
    There is no known backward incompatibility though.
    targos committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    cbefc9b View commit details
    Browse the repository at this point in the history
  2. feat: add transposeView

    This method allows to manipulate a transpose of a matrix without the
    need to copy all of its data to a new instance.
    targos committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    fb0a0c9 View commit details
    Browse the repository at this point in the history
  3. doc: rebuild doc

    targos committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    42c35e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9daa4ad View commit details
    Browse the repository at this point in the history
  5. feat: add row view

    targos committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    a9e99f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    bb2f023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f077732 View commit details
    Browse the repository at this point in the history
  3. feat: make use of Symbol.species to allow creating new matrices in an…

    …y class
    
    - defaults to the current constructor
    - views override it to return a new Matrix
    targos committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    eaee5de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa1df18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb06410 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b4b264 View commit details
    Browse the repository at this point in the history
  7. feat: add column view

    targos committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    5ff6680 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0f8375 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55ee4a6 View commit details
    Browse the repository at this point in the history
  10. feat: add selection method and selection view

    Create a new matrix (or a view) based on row and column indices
    stropitek committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    59aa861 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/abstract' into abstract

    # Conflicts:
    #	src/abstractMatrix.js
    #	src/views/base.js
    stropitek committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    a768073 View commit details
    Browse the repository at this point in the history
  12. fix merge

    stropitek committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    833c1eb View commit details
    Browse the repository at this point in the history
  13. Merge branch 'abstract'

    targos committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    2581302 View commit details
    Browse the repository at this point in the history
  14. 2.0.0

    targos committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    2d07945 View commit details
    Browse the repository at this point in the history
Loading