Skip to content

Commit 7fb5093

Browse files
committed
chore: change changelog from rst to md
1 parent a4e8900 commit 7fb5093

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed
Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
*********
2-
Changelog
3-
*********
1+
# Changelog
42

5-
Version 1.0.1 (2024-12-04)
6-
**************************
3+
## Version 1.0.1 (2024-12-04)
74

85
* 🧹 Lint: Reconfigured linting settings.
96
* 🐛 Fixes: Removed unused Haversine distance function and adapted to `osmnx` API changes.
107
* 🛠️ Update: Updated `test.yml` for artifacts v4.4.0 breaking change.
118
* 📝 Documentation: Various updates including changelog, badge links,
129
mobile optimization, GitHub handles, installation instructions, `CITATION.cff`, and `paper.md`.
1310

14-
Version 1.0.0 (2024-08-12)
15-
**************************
11+
## Version 1.0.0 (2024-08-12)
1612

1713
* ✨ First major release ✨
1814
* 📦 Prepared for osmnx 2.0.0 and shipped `cities.yml` in pypi package.
@@ -50,8 +46,7 @@ Version 0.2.2 (2023-06-27)
5046
name.
5147
* ⬆️ Demand Change: Added Superblock aggregate statistics for the betweennesses.
5248

53-
Version 0.2.1 (2023-06-22)
54-
**************************
49+
## Version 0.2.1 (2023-06-22)
5550

5651
* ✨ Second release ✨
5752
* ⬆️ Integrated final graph statistics and Superblock statistics.
@@ -66,16 +61,14 @@ Version 0.2.1 (2023-06-22)
6661
:target: https://codecov.io/gh/BikeNetKit/superblockify
6762
:height: 2ex
6863

69-
Version 0.2.0 (2023-06-20)
70-
**************************
64+
## Version 0.2.0 (2023-06-20)
7165

7266
* 🔧 Sped up population distribution in
7367
:func:`superblockify.population.approximation.get_edge_population`.
7468
* ⬆️ Add population and density to Superblocks
7569
* 🐛 Fix: Graph import projection order. Un-skewed distance attribute.
7670

77-
Version 0.1.3 (2023-06-19)
78-
**************************
71+
## Version 0.1.3 (2023-06-19)
7972

8073
* 📚️ Documented approaches in reference notebooks :ref:`Population Data`,
8174
:ref:`Street Tessellation`, and :ref:`Street Population Density`.
@@ -88,31 +81,27 @@ Version 0.1.3 (2023-06-19)
8881
* ⬆️ Added general graph statistics :mod:`superblockify.metric.graph_stats`.
8982
Including spatial clustering and anisotropy.
9083

91-
Version 0.1.2 (2023-05-18)
92-
**************************
84+
## Version 0.1.2 (2023-05-18)
9385

9486
* ⬆️ Added Partitioner based on Betweenness Centrality.
9587
* 🐛 Fix segfault in betweenness centrality calculation caused by testcase with one node
9688
graph.
9789

98-
Version 0.1.1 (2023-05-15)
99-
**************************
90+
## Version 0.1.1 (2023-05-15)
10091

10192
* ⬆️ Added Betweenness Centrality Calculation in measures, precompiled version works
10293
quick on metropolitan sized city networks.
10394
* ⬆️ Added speed limit: Routing and low traffic speed overwriting. Unit can be passed
10495
when initializing a partitioner.
10596

106-
Version 0.1.0 (2023-04-11)
107-
**************************
97+
## Version 0.1.0 (2023-04-11)
10898

10999
* ✨ Initial release ✨
110100
* 🔧 Full rework of the restricted distance calculation. Runs quicker and is more
111101
memory efficient. Also, path finding had a bug in the previous version.
112102

113103

114-
Version 0.0.0
115-
*************
104+
## Version 0.0.0
116105

117106
* See changes before in the repository under the tag `0.0.0
118-
<https://github.com/BikeNetKit/superblockify/tags>`_.
107+
<https://github.com/BikeNetKit/superblockify/tags>`_.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": {
33
".": {
44
"release-type": "python",
5-
"changelog-path": "docs/changelog.rst",
5+
"changelog-path": "docs/changelog.md",
66
"extra-files": [
77
"superblockify/_version.py",
88
"docs/conf.py"

0 commit comments

Comments
 (0)