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

Implement C++ SolutionArray::save for CSV output #1508

Merged
merged 19 commits into from
Jun 22, 2023

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    9588f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796c354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16a1d8 View commit details
    Browse the repository at this point in the history
  4. [Python] Make SolutionArray.from_pandas more flexible

    Add support for data types other than float.
    ischoegl committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b3021d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3137eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48cbdcc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1df5287 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e727e19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a3b57c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c4e410 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a479693 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2f00a0b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    894afa2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fdb4367 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    24934ae View commit details
    Browse the repository at this point in the history
  16. Improve SolutionArray IO documentation and exceptions

    Resolve discrepancies of nomenclature in C++/Python
    ischoegl committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8f3882c View commit details
    Browse the repository at this point in the history
  17. Resolve discrepancies of nomenclature in C++/Python

    Argument names of SolutionArray IO in C++ and Python were not
    consistent, which is resolved in this commit.
    ischoegl committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    39f1bfb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0a2dbce View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4800cd4 View commit details
    Browse the repository at this point in the history