v0.1.0
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)