Skip to content

Commit

Permalink
Bump version number to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Nov 3, 2022
1 parent 14ad76e commit 2e71996
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
Changes
=======

0.11.0 (xxxx-xx-xx)
0.11.0 (2022-11-03)
------------------

- New: Add option to avoid overlapping of the circle / square symbols (in PropSymbol, PropSymbolChoro and PropSymbolTypo).
- New: Add option to avoid overlapping of the circle / square symbols (in PropSymbol, PropSymbolChoro and PropSymbolTypo). Closes #77.

- Update cartographic templates that are available on the landing page (thanks to @rysebaert for preparing the data and providing the templates).

- Update NUTS datasets to 2020 version.

- Update of datasets for Metropolitan France to a version based on voronoi polygons calculated from the centroids of the communes of the ADMIN-EXPRESS-COG 2022 version.

- Add new cartographic projections from d3-geo-projection : *Interrupted Quartic Authalic*, *Interrupted Mollweide Hemispheres*, *PolyHedral Butterfly*, *Polyhedral Collignon*, *Polyhedral Waterman*, *Hammer*, *Eckert-Greifendorff* (based on `d3.geoHammer`), *Quartic Authalic* (based on `d3.geoHammer`) and *Spilhaus* (based on `d3.geoStereographic`).


0.10.1 (2022-10-13)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"minify": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/webpack/bin/webpack.js --watch"
},
"version": "0.10.1",
"version": "0.11.0",
"dependencies": {
"@turf/turf": "^6.5.0",
"alertifyjs": "^1.13.1",
Expand Down
6 changes: 4 additions & 2 deletions documentation/src/changelog_fr.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Historique des versions et des changements effectués

#### 0.11.0 (xxxx-xx-xx)
#### 0.11.0 (2022-11-03)

- Nouvelle fonctionnalité : Ajout d'une option pour éviter le chevauchement des symboles proportionnels.
- Nouvelle fonctionnalité : Ajout d'une option pour éviter le chevauchement des symboles proportionnels (<a href="https://github.com/riatelab/magrit/issues/77">issue Github #77</a>)

- Mise à jour des templates cartographiques disponibles sur la page d'accueil (merci à Ronan Ysebaert pour la préparation et la mise à disposition des données).

- Mise à jour des jeux de données NUTS (version 2020).

Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.10.1'
__version__ = '0.11.0'

0 comments on commit 2e71996

Please sign in to comment.