Skip to content

Releases: TulipaEnergy/TulipaClustering.jl

v0.2.3

24 Oct 08:29
14f22e9
Compare
Choose a tag to compare

TulipaClustering v0.2.3

Diff since v0.2.2

Merged pull requests:

  • docs: add greg-neustroev as a contributor for code, doc, and 2 more (#72) (@allcontributors[bot])
  • Bump lycheeverse/lychee-action from 1 to 2 (#73) (@dependabot[bot])
  • [AUTO] pre-commit update (#74) (@github-actions[bot])
  • 16 hull clustering (#75) (@greg-neustroev)
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#76) (@github-actions[bot])

Closed issues:

  • Implement gnomonic clustering (#16)
  • [Bug] Error in function fit_rep_period_weights! using the weight_type = :conical_bounded (#71)

v0.2.2

11 Oct 14:51
6b826c6
Compare
Choose a tag to compare

TulipaClustering v0.2.2

Diff since v0.2.1

Merged pull requests:

  • Update Julia compatibility to the new LTS version (#69) (@datejada)
  • Add medoids information to the results (#70) (@datejada)

Closed issues:

  • Add information about the "original period" corresponding to the selected representative (#55)

v0.2.1

09 Oct 11:50
70864fa
Compare
Choose a tag to compare

TulipaClustering v0.2.1

Diff since v0.2.0

Merged pull requests:

Closed issues:

  • Implement projection onto a discrete space (#17)
  • Change readme.dev & contributing to link to TulipaEnergyModel (#32)
  • Apply BestieTemplate.jl (#39)
  • Validate the number of representative periods (#45)
  • Implement test for function ClusteringResult(profiles, weight_matrix) (#51)
  • [Bug] Add compat bound for DuckDB_jll and DuckDB versions (#56)
  • Add Contributors to the repository (#63)

v0.2.0

28 Jun 14:49
359ba56
Compare
Choose a tag to compare

TulipaClustering v0.2.0

Diff since v0.1.1

Merged pull requests:

Closed issues:

  • Fix DOI in README.md (#19)
  • Sync names and files with TEM (#34)
  • Use TulipaIO for input (#35)
  • Create rep_periods_data structure (#37)

v0.1.1

21 Dec 15:22
cccb55d
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

A minor release for Zenodo to generate a DOI

v0.1.0

09 Dec 15:55
eb0803c
Compare
Choose a tag to compare

TulipaClustering v0.1.0

Merged pull requests:

  • Implement input parcing (#6) (@greg-neustroev)
  • CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat) (#7) (@github-actions[bot])
  • CompatHelper: add new compat entry for DataFrames at version 1, (keep existing compat) (#8) (@github-actions[bot])
  • Implement clustering (#9) (@greg-neustroev)
  • Implement methods for finding representative period weights (#10) (@greg-neustroev)
  • Output saving (#11) (@greg-neustroev)
  • CompatHelper: add new compat entry for Clustering at version 0.15, (keep existing compat) (#12) (@github-actions[bot])
  • CompatHelper: add new compat entry for Distances at version 0.10, (keep existing compat) (#13) (@github-actions[bot])
  • Fix code coverage URL (#20) (@greg-neustroev)
  • Change I/O formats (#21) (@greg-neustroev)
  • Change the incomplete last period's weight to 1 (#24) (@greg-neustroev)
  • Fix the bug with bounded conical weights (#27) (@greg-neustroev)

Closed issues:

  • Implement a basic clustering method (#1)
  • Implement input parcing (#2)
  • Implement clustering (#3)
  • Implement weighting (#4)
  • Implement output saving to csv (#5)
  • Change the input/output file formats to match the new Tulipa format (#14)
  • Fix code coverage URL in the README.md (#18)
  • Ensure that an incomplete period's weight is consistent with the other periods' weights (#23)
  • Fix conical bounded weights when all periods are complete (#26)