Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 12:19
5c18f53

TulipaEnergyModel v0.1.0

Merged pull requests:

  • Add pull request template file (#4) (@datejada)
  • Add README file for developers (#5) (@datejada)
  • Fix Julia files format (#9) (@datejada)
  • Add linting to workflows (#20) (@datejada)
  • #21-change-flow-variable (#24) (@datejada)
  • Add YML files for issue templates (#25) (@datejada)
  • Add files and changes for the documentation (#26) (@datejada)
  • Added StaleWorkflow yaml (#37) (@clizbe)
  • Refactor the IO part out of optimize_investments (#38) (@abelsiqueira)
  • Wrote GIT Rules of Engagement and edited some other sections of READM… (#42) (@clizbe)
  • Add more linters and formatters for yaml and json (#44) (@abelsiqueira)
  • Use latest CompatHelper.yml (#45) (@abelsiqueira)
  • Refactor CI workflow into 3 files and add path conditions to Test and Lint (#47) (@abelsiqueira)
  • Create benchmark and GitHub workflow to run it on PRs (#50) (@abelsiqueira)
  • update format of YML issue templates (#52) (@datejada)
  • Update badges on README (#54) (@abelsiqueira)
  • Add git commands in README.dev (#57) (@gnawin)
  • Use DataFrames to write to csv (#58) (@abelsiqueira)
  • Change model name (#64) (@datejada)
  • Explicitly list the permissions of each workflow (#68) (@abelsiqueira)
  • Allow CompatHelper to use DOCUMENTER_KEY (#69) (@abelsiqueira)
  • CompatHelper: add new compat entry for JuMP at version 1, (keep existing compat) (#70) (@github-actions[bot])
  • CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat) (#71) (@github-actions[bot])
  • CompatHelper: add new compat entry for HiGHS at version 1, (keep existing compat) (#72) (@github-actions[bot])
  • CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat) (#73) (@github-actions[bot])
  • Added run Julia Formatter on Save to README.dev (#76) (@clizbe)
  • Renamed stale workflow (#77) (@clizbe)
  • Custom command to run benchmark from a PR (#80) (@suvayu)
  • Add citation file (#87) (@datejada)
  • Rename TulipaBulb in README.dev.md (#92) (@sjvrijn)
  • Complete README file (#93) (@datejada)
  • Update Project.toml (#96) (@datejada)

Closed issues:

  • Add README.dev.md file (#1)
  • Add PULL_REQUEST_TEMPLATE.md file (#2)
  • Fix Julia file format (#3)
  • Add issue templates (#6)
  • Create labels and label issues (#7)
  • Add linting workflow (#8)
  • Complete README (#10)
  • Create a CITATION.cff file (#11)
  • Create documentation (#12)
  • Create script to benchmark model using BenchmarkTools.jl (#13)
  • Use CSV and DataFrames to write the output (#14)
  • Write the mathematical description of the model (#15)
  • Refactor the optimise_investments function (#17)
  • Describe objectives for the package (#18)
  • Enable Codecov (#19)
  • Change the flow variable definition in the model (#21)
  • Add workflows to auto-label issues (#23)
  • Change the Tulipa name :'( (#27)
  • Add "run on save" of Julia Formatter to README.dev (#29)
  • Draft assignment/InProgress definition in README.dev (#31)
  • Add stable documentation (#32)
  • Change the GitHub workflows to run only when specific files have changed (#33)
  • Fix CompatHelper action (#39)
  • YAML and JSON formatting (#40)
  • Add line-ending setup to README.dev (#41)
  • Add most commonly used git commands in README.dev.md (#43)
  • Consider changing the name StaleWorkflow removing the Workflow (#46)
  • The linting is failing for the ISSUE_TEMPLATE files (#51)
  • [BUG] Lint is broken because README has old badges (#53)
  • Change names for the organization and the repository (#60)
  • Make the workflows permissions explicit (#65)
  • Add DOCUMENTER_KEY to secrets (#66)
  • Update line-endings directions in README.dev (#85)