Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
fnattino committed Jul 8, 2023
1 parent c1984de commit 1f140fa
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"license": {
"id": "Apache-2.0"
},
"publication_date": "2023-05-05",
"publication_date": "2023-07-08",
"title": "CGC: a Scalable Python Package for Co- and Tri-Clustering of Geodata Cubes",
"version": "0.7.0"
"version": "0.8.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
[Unreleased]
************

[0.8.0] - 2023-07-08
********************

Added
-----

* k-means refinement now reports inertia computed for all k values

Changed
-------

* the parameters that can be used to configure k-means runs have been modified providing more flexibility


[0.7.0] - 2023-05-05
********************

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ authors:
given-names: Raul
orcid: https://orcid.org/0000-0002-1769-6310
cff-version: "1.2.0"
date-released: 2022-05-05
date-released: 2023-07-08
doi: "10.5281/zenodo.3979172"
keywords:
- "clustering"
Expand All @@ -44,5 +44,5 @@ keywords:
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
title: "CGC: a Scalable Python Package for Co- and Tri-Clustering of Geodata Cubes"
version: "0.7.0"
version: "0.8.0"
...
2 changes: 1 addition & 1 deletion cgc/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.0'
__version__ = '0.8.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "clustering-geodata-cubes"
version = "0.7.0"
version = "0.8.0"
dependencies = [
"dask[complete]",
"matplotlib",
Expand Down

0 comments on commit 1f140fa

Please sign in to comment.