Recent Releases of TulipaIO

TulipaIO - v0.5.0

TulipaIO v0.5.0

Diff since v0.4.3

Breaking changes

  • fmt_quote(missing) now returns "NULL", instead of returning missing
  • Various table creation functions (including read_csv_folder) now will replace existing tables by default (controlled by replace_if_exists)

Merged pull requests: - Make fmtquote return NULL for missing and nothing (#105) (@abelsiqueira) - [AUTO] pre-commit update (#106) (@github-actions[bot]) - Add options databaseschema and replaceifexists (#107) (@abelsiqueira) - Release 0.5.0 (#108) (@abelsiqueira) - Fix bug where prefix and suffix are not passed if database_schema is empty (#109) (@abelsiqueira) - Decrease log level of no schema for table because it's very common (#110) (@abelsiqueira)

Closed issues: - Use namespace for tables (#44)

- Julia
Published by github-actions[bot] about 1 year ago

TulipaIO - v0.4.3

TulipaIO v0.4.3

Diff since v0.4.2

Merged pull requests: - workflows: enable CI for Windows on PRs (#102) (@suvayu) - pipeline.jl: convert platform specific path to posix for glob (#103) (@suvayu) - [AUTO] pre-commit update (#104) (@github-actions[bot])

- Julia
Published by github-actions[bot] about 1 year ago

TulipaIO - v0.4.2

TulipaIO v0.4.2

Diff since v0.4.1

Merged pull requests: - convenience.jl: accept keyword options for DuckDB's read_csv (#100) (@suvayu)

- Julia
Published by github-actions[bot] about 1 year ago

TulipaIO - v0.4.1

TulipaIO v0.4.1

Diff since v0.4.0

Merged pull requests: - [AUTO] pre-commit update (#94) (@github-actions[bot]) - Export additional table manipulation functions (#99) (@datejada)

Closed issues: - [Bug] New functions in version 0.4.0 are not exported (#98)

- Julia
Published by github-actions[bot] about 1 year ago

TulipaIO - v0.4.0

TulipaIO v0.4.0

Diff since v0.3.0

Breaking changes

  • Update DuckDB version.
  • New API functions.

Merged pull requests: - Features to simplify OBZ case study workflow (#95) (@suvayu) - docs(readme): Remove extra closing parentheses (#96) (@kdheepak) - Update DuckDB version to 1.2.1 (#97) (@abelsiqueira)

- Julia
Published by github-actions[bot] about 1 year ago

TulipaIO - v0.3.0

TulipaIO v0.3.0

Diff since v0.2.1

Breaking changes

  • Versions 0.3.X read the Tulipa files without skipping the first row. Use v0.2 or v0.1, if your Tulipa files has a first row with comments

Merged pull requests: - [AUTO] pre-commit update (#63) (@github-actions[bot]) - Fix option handling in pipeline.jl (#70) (@suvayu) - [AUTO] pre-commit update (#72) (@github-actions[bot]) - build(deps): bump peter-evans/create-pull-request from 6 to 7 (#73) (@dependabot[bot]) - [AUTO] pre-commit update (#74) (@github-actions[bot]) - Update BestieTemplate.jl URL to JuliaBesties (#75) (@abelsiqueira) - [AUTO] pre-commit update (#76) (@github-actions[bot]) - build(deps): bump lycheeverse/lychee-action from 1 to 2 (#77) (@dependabot[bot]) - Project.toml: add compat entries DuckDB until upstream fix (#79) (@suvayu) - pipeline.jl: refactor to make API uniform (#80) (@suvayu) - build(deps): bump codecov/codecov-action from 4 to 5 (#82) (@dependabot[bot]) - Change import to using in test (#83) (@clizbe)

Closed issues: - Tests for the InfluxDB client (#23) - Refactor use of name, tmp, show triplet (#31) - Try to refactor settblcol_impl into a "wrapper" to convert Julia data to DDB (#34) - Change 'import' to 'using' in the tests (#42)

- Julia
Published by github-actions[bot] over 1 year ago

TulipaIO - v0.2.1

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)

- Julia
Published by github-actions[bot] almost 2 years ago

TulipaIO - v0.2.0

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)

- Julia
Published by github-actions[bot] almost 2 years ago

TulipaIO - v0.1.0

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)

- Julia
Published by github-actions[bot] about 2 years ago