This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
HerbData v0.1.1
Closed issues:
- Write IO examples with and without associated programs to disk (#3)
- Add
runtests.jl
so that CI doesn't fail anymore (#11)
Merged pull requests:
- Add functionality to read input-output examples for the basic benchmarks (#1) (@jaapdejong15)
- Change IOProblem input type to dicts with assignment for each variable (#2) (@jaapdejong15)
- Add serialization to Data.jl and remove Pixel line parser (#4) (@THinnerichs)
- Rename modules (#5) (@jaapdejong15)
- Fix bug in IOP Example-writer (#6) (@jaapdejong15)
- Update README.md (#7) (@IssaHanou)
- better docs strings (#8) (@sebdumancic)
- Adding serialization to the package toml file (#9) (@nicolaefilat)
- Update Project.toml with compat section of julia (#10) (@nicolaefilat)
- Add tests, update Project.toml; add IOPExample struct (#12) (@THinnerichs)