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

Read Modelica MATv4 files #181

Closed
wants to merge 100 commits into from
Closed

Read Modelica MATv4 files #181

wants to merge 100 commits into from

Commits on Feb 7, 2023

  1. pr132 run-able

    bc0n committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a790958 View commit details
    Browse the repository at this point in the history
  2. pr164 run-able

    bc0n committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f0e13a0 View commit details
    Browse the repository at this point in the history
  3. started reader write

    bc0n committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    f6883c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. restore readMatrix dev file

    bc0n committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    76ec107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42ac575 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. transpose read working

    bc0n committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0c1f9c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46565c8 View commit details
    Browse the repository at this point in the history
  3. readMatrixHeader()

    bc0n committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e831784 View commit details
    Browse the repository at this point in the history
  4. moved into MAT_v4_Modelica

    bc0n committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4d6e568 View commit details
    Browse the repository at this point in the history
  5. initially useable

    bc0n committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    082d19c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. move test files

    bc0n committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ed30247 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    38cdd9c View commit details
    Browse the repository at this point in the history
  2. uncomment

    bc0n committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    e821cf9 View commit details
    Browse the repository at this point in the history
  3. remove more dev files

    bc0n committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    decdd86 View commit details
    Browse the repository at this point in the history
  4. one more

    bc0n committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0103c08 View commit details
    Browse the repository at this point in the history
  5. cleaning up

    bc0n committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2c6c04c View commit details
    Browse the repository at this point in the history
  6. add Pkg dependency

    bc0n committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    cd29c74 View commit details
    Browse the repository at this point in the history
  7. remove JSON

    bc0n committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    334688e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b89be6 View commit details
    Browse the repository at this point in the history
  9. add all-in-one readVariable()

    bc0n committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    64949c9 View commit details
    Browse the repository at this point in the history
  10. add DataFrames dependency

    bc0n committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8d13c78 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    95898f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d8b527 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Added support for Dymola .mat files

    Brian Quadras authored and Brian Quadras committed May 19, 2023
    Configuration menu
    Copy the full SHA
    0998bde View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'other/master' into feature/Dymola

    Brian Quadras authored and Brian Quadras committed May 19, 2023
    Configuration menu
    Copy the full SHA
    c164b2a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Merge pull request #1 from qnikil/feature/Dymola

    Added support for Dymola .mat files, merged the latest JuliaIO repo
    bc0n authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    40730ae View commit details
    Browse the repository at this point in the history
  2. remove DataFrames

    bc0n committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    508d164 View commit details
    Browse the repository at this point in the history
  3. add isMatV4Modelica()

    bc0n committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b2276e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Added result file for FallingBodyBox_dymola2021 file and tests

    Brian Quadras authored and Brian Quadras committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    7f88e9a View commit details
    Browse the repository at this point in the history
  2. Removed Pkg Dependency

    Brian Quadras authored and Brian Quadras committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    efa6356 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    Brian Quadras authored and Brian Quadras committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    4676b4f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge pull request #2 from qnikil/feature/FallingBodyBox

    Added falling body box dymola 2021 file and removed Pkg dependency
    bc0n authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f46e663 View commit details
    Browse the repository at this point in the history
  2. pr132 run-able

    bc0n committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ea31d0d View commit details
    Browse the repository at this point in the history
  3. pr164 run-able

    bc0n committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    a08031a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. started reader write

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    20fd446 View commit details
    Browse the repository at this point in the history
  2. restore readMatrix dev file

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f2a602c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b328f38 View commit details
    Browse the repository at this point in the history
  4. transpose read working

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    58567b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee91236 View commit details
    Browse the repository at this point in the history
  6. readMatrixHeader()

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e0df0c0 View commit details
    Browse the repository at this point in the history
  7. moved into MAT_v4_Modelica

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    678c17d View commit details
    Browse the repository at this point in the history
  8. initially useable

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    17c6a46 View commit details
    Browse the repository at this point in the history
  9. move test files

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    fd49683 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0ab454 View commit details
    Browse the repository at this point in the history
  11. uncomment

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e91a2a9 View commit details
    Browse the repository at this point in the history
  12. remove more dev files

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    746eff1 View commit details
    Browse the repository at this point in the history
  13. one more

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7f581d5 View commit details
    Browse the repository at this point in the history
  14. cleaning up

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    15fa873 View commit details
    Browse the repository at this point in the history
  15. add Pkg dependency

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9ddbecf View commit details
    Browse the repository at this point in the history
  16. remove JSON

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7500f9f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    94232f7 View commit details
    Browse the repository at this point in the history
  18. add all-in-one readVariable()

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    714314c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    937cefa View commit details
    Browse the repository at this point in the history
  20. add DataFrames dependency

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    229c0fc View commit details
    Browse the repository at this point in the history
  21. Added support for Dymola .mat files

    Brian Quadras authored and bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0da7b00 View commit details
    Browse the repository at this point in the history
  22. remove DataFrames

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3b719d3 View commit details
    Browse the repository at this point in the history
  23. add isMatV4Modelica()

    bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    46faf3b View commit details
    Browse the repository at this point in the history
  24. Added result file for FallingBodyBox_dymola2021 file and tests

    Brian Quadras authored and bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    73c096f View commit details
    Browse the repository at this point in the history
  25. Removed Pkg Dependency

    Brian Quadras authored and bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    56b2739 View commit details
    Browse the repository at this point in the history
  26. Fixed typo

    Brian Quadras authored and bc0n committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    76b2268 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    45d2996 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ab6f0bd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0a30a34 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ae6e906 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8bf3552 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cd90236 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. cleanup

    bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    50fd2a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d2077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c5d73 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 2 to 3 (JuliaIO#185)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3237cec View commit details
    Browse the repository at this point in the history
  5. Set version to 0.10.4

    github-actions[bot] authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9940eac View commit details
    Browse the repository at this point in the history
  6. Added read and write support for v4 mat files (JuliaIO#186)

    * initial read support
    
    * v4 write support
    
    * add tests for v4
    
    * move check routine
    
    * edit docs
    
    * added functionality to write into v4 mat files using keyword argument
    
    * Reset version number
    
    * Updated readme
    
    * Updated readme
    
    ---------
    
    Co-authored-by: vsaase <[email protected]>
    Co-authored-by: Quadras <[email protected]>
    3 people authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    74f9149 View commit details
    Browse the repository at this point in the history
  7. Update Project.toml

    sjkelly authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c41f58d View commit details
    Browse the repository at this point in the history
  8. Add Documenter documentation (JuliaIO#178)

    * Add documentation
    
    * Tweak docstring
    
    * Add urls to readme
    
    ---------
    
    Co-authored-by: Steve Kelly <[email protected]>
    2 people authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    37ea934 View commit details
    Browse the repository at this point in the history
  9. Update Documentation.yml default branch

    sjkelly authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    39407ef View commit details
    Browse the repository at this point in the history
  10. Fix some typos in docs/make.jl

    sjkelly authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6e497bf View commit details
    Browse the repository at this point in the history
  11. Update Documentation.yml

    sjkelly authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    17693a6 View commit details
    Browse the repository at this point in the history
  12. Updated LTS version, 1.3 to 1.6 in ci (JuliaIO#187)

    Co-authored-by: Brian Quadras <[email protected]>
    2 people authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    df380cf View commit details
    Browse the repository at this point in the history
  13. Set Julia 1.6 as the new min

    sjkelly authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    61648d7 View commit details
    Browse the repository at this point in the history
  14. parent 61648d7

    author Steve Kelly <[email protected]> 1686172667 -0400
    committer Ben Conrad <[email protected]> 1688421797 -0500
    
    parent 61648d7
    author Steve Kelly <[email protected]> 1686172667 -0400
    committer Ben Conrad <[email protected]> 1688421721 -0500
    
    parent 61648d7
    author Steve Kelly <[email protected]> 1686172667 -0400
    committer Ben Conrad <[email protected]> 1688421288 -0500
    
    Update make.jl
    sjkelly authored and bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0d52f57 View commit details
    Browse the repository at this point in the history
  15. re-add readVariable(s), returning dicts instead of DataFrame

    readAllVarialbes requires all data to be Vector
    bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    586ee2d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bff684f View commit details
    Browse the repository at this point in the history
  17. remove Pkg dependency

    bc0n committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    125b148 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    894d345 View commit details
    Browse the repository at this point in the history
  2. Set version to 0.10.4

    github-actions[bot] authored and bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    612d1ba View commit details
    Browse the repository at this point in the history
  3. Added read and write support for v4 mat files (JuliaIO#186)

    * initial read support
    
    * v4 write support
    
    * add tests for v4
    
    * move check routine
    
    * edit docs
    
    * added functionality to write into v4 mat files using keyword argument
    
    * Reset version number
    
    * Updated readme
    
    * Updated readme
    
    ---------
    
    Co-authored-by: vsaase <[email protected]>
    Co-authored-by: Quadras <[email protected]>
    3 people authored and bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    9f7fc05 View commit details
    Browse the repository at this point in the history
  4. Update Project.toml

    sjkelly authored and bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    968d24e View commit details
    Browse the repository at this point in the history
  5. Add Documenter documentation (JuliaIO#178)

    * Add documentation
    
    * Tweak docstring
    
    * Add urls to readme
    
    ---------
    
    Co-authored-by: Steve Kelly <[email protected]>
    2 people authored and bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d2bb7d1 View commit details
    Browse the repository at this point in the history
  6. Update Documentation.yml default branch

    sjkelly authored and bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    55469c5 View commit details
    Browse the repository at this point in the history
  7. Fix some typos in docs/make.jl

    sjkelly authored and bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ca41a28 View commit details
    Browse the repository at this point in the history
  8. Update Documentation.yml

    sjkelly authored and bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2924e93 View commit details
    Browse the repository at this point in the history
  9. Update make.jl

    sjkelly authored and bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    39454cd View commit details
    Browse the repository at this point in the history
  10. parent 39454cd

    author Ben Conrad <[email protected]> 1675804063 -0600
    committer Ben Conrad <[email protected]> 1688437150 -0500
    
    started reader write
    bc0n committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    6a4c6da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb39ed1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cce6334 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    426ebe3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    62aa93b View commit details
    Browse the repository at this point in the history
  2. ignore vscode workspace files

    bc0n committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    18ca0fb View commit details
    Browse the repository at this point in the history
  3. restore small file error

    bc0n committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2c64031 View commit details
    Browse the repository at this point in the history
  4. add struct comment

    bc0n committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f7fd6fb View commit details
    Browse the repository at this point in the history