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: JuliaInterop/MATLAB.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: JuliaInterop/MATLAB.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Jan 19, 2021

  1. Update Windows installation instructions (#184)

    R2020a+ should automatically register a COM server upon installation.
    stillyslalom authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b6964b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Registered trademark (#187)

    * Registered trademark
    
    [skip ci]
    
    They also use TM (i.e not registered), but tat seems wrong in this case.
    
    FYI: I thought conversely TM right for Python.jl, but that's for the logo only. There's a discussion about registering that package, pointing to this one as precedent (while also thought the name here not ideal...). ® is maybe not required for Python (in that case), but might be best to be on the safe side, here I think we really want o be right:
    
    https://se.mathworks.com/company/aboutus/policies_statements/trademarks.html
    
    * Fix
    PallHaraldsson authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    a183629 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Add CI

    musm committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    bd3b4f1 View commit details
    Browse the repository at this point in the history
  2. Add CI through gh actions

    musm committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    71826c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Overhaul library and engine detection (#188)

    Move code the determines the engine paths to deps/build.jl file.
    This has the benefit to allow us to handle and load the package in cases
    MATLAB doesn't exist on the CI.
    musm authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c54efa9 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    783a527 View commit details
    Browse the repository at this point in the history
Loading