Skip to content

Releases: TulipaEnergy/TulipaIO.jl

v0.2.1

07 Aug 17:11
78646dd
Compare
Choose a tag to compare

TulipaIO v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Change COPIERTemplate to BestieTemplate and update version (#60) (@abelsiqueira)
  • [AUTO] pre-commit update (#62) (@github-actions[bot])
  • Support providing schemas for some columns in a table (#68) (@suvayu)
  • Release 0.2.1 (#69) (@abelsiqueira)

Closed issues:

  • ESDL to JSON to Julia graph structure (#1)
  • Accept user options (#67)

v0.2.0

28 Jun 10:30
Compare
Choose a tag to compare

TulipaIO v0.2.0

Diff since v0.1.0

Merged pull requests:

  • Fix bad union type of fill (#45) (@suvayu)
  • CompatHelper: bump compat for DuckDB to 1, (keep existing compat) (#49) (@github-actions[bot])
  • Apply COPIERTemplate 0.6.0 with minimum optional questions (#50) (@abelsiqueira)
  • Update COPIERTemplate with recommended optional questions (#51) (@abelsiqueira)
  • Create convenience function to read all CSV from folder (#57) (@abelsiqueira)
  • Release 0.2.0 (#58) (@abelsiqueira)

Closed issues:

  • Finish setting up the TulipaIO.jl repo (#21)
  • fill argument has ill-defined type / code doesn't work if fill is Vector (#32)
  • Create function to read all CSV files in a folder (#56)

v0.1.0

11 May 09:48
Compare
Choose a tag to compare

TulipaIO v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat) (#4) (@github-actions[bot])
  • CompatHelper: add new compat entry for JSON3 at version 1, (keep existing compat) (#5) (@github-actions[bot])
  • CompatHelper: add new compat entry for DuckDB at version 0.10, (keep existing compat) (#7) (@github-actions[bot])
  • CompatHelper: add new compat entry for PrettyTables at version 2, (keep existing compat) (#10) (@github-actions[bot])
  • Implement simple InfluxDB client (#19) (@wcoenraads)
  • Update README.md (#20) (@clizbe)
  • CompatHelper: add new compat entry for HTTP at version 1, (keep existing compat) (#22) (@github-actions[bot])
  • Fix String <-> Symbol confusion in API (#24) (@suvayu)
  • Remove TulipaIO from docs/Project.toml (#26) (@clizbe)
  • Link to TulipaEnergyModel dev docs and move TIO specific info into README.dev.md (#37) (@abelsiqueira)
  • Remove Copier workflow for now (#40) (@abelsiqueira)
  • Add basic documentation (#43) (@abelsiqueira)

Closed issues:

  • Minimal read-only InfluxDB client using the REST API in Julia (#6)
  • Add guide linking ESDL params to Tulipa (#8)
  • Change readme.dev & contributing to link to TulipaEnergyModel (#9)
  • C. Function to set a column to a value (#13)
  • B. Function to read different data sources and replace columns (#14)
  • BUG: Println fixes error (#15)
  • Refactor pipeline.jl into 2 files (#18)
  • Remove TulipaIO from docs/Project.toml (#25)
  • Fix copier template (#39)
  • Finalize basic docs (#41)