Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 16cfa26

Browse files
Release: 0.9.0 (#130)
1 parent 5f5a8bb commit 16cfa26

File tree

3 files changed

+21
-36
lines changed

3 files changed

+21
-36
lines changed

.auto-changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"template": ".auto-changelog-template.hbs",
44
"commitLimit": false,
55
"backfillLimit": false,
6-
"ignoreCommitPattern": "^Release:? [0-9]+\\.[0-9]+\\.[0-9]+$|^Update CHANGELOG.*|.*\\[skip-changelog\\].*|^\\[pre-commit.ci\\]|^\\(dependabot\\) .*|\\(#100\\)|\\(#102\\)",
6+
"ignoreCommitPattern": "^Release:? [0-9]+\\.[0-9]+\\.[0-9]+( ?\\(#[0-9]+\\))?$|^Update CHANGELOG.*|.*\\[skip-changelog\\].*|^\\[pre-commit.ci\\]|^\\(dependabot\\) .*|\\(#100\\)|\\(#102\\)",
77
"commitUrl": "https://github.com/BlueBrain/morphology-workflows/commit/{id}",
88
"issueUrl": "https://github.com/BlueBrain/morphology-workflows/issues/{id}",
99
"mergeUrl": "https://github.com/BlueBrain/morphology-workflows/pull/{id}",

.auto-changelog-template.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Example Definitions
136136
- {{message}} ({{author}}{{#if href}} - [#{{id}}]({{href}}){{/if}})
137137
{{/commit-list}}
138138

139-
{{#commit-list merges heading='### General Changes' exclude='[bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild\(|^[dD]eprecate:|^[dD]eprecate\(|^[fF]eat:|^[fF]eat\(|^[fF]ix:|^[fF]ix\(|^[cC]hore:|^[cC]hore\(|^[cC][iI]:|^[cC][iI]\(|^[dD]ocs:|^[dD]ocs\(|^[rR]efactor:|^[rR]efactor\(|^[tT]est:|^[tT]est\(|^[sS]tyle:|^[sS]tyle\(|^[pP]erf:|^[pP]erf\(|\[skip-changelog\]'}}
139+
{{#commit-list merges heading='### General Changes' exclude='[bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild ?\(|^[dD]eprecate:|^[dD]eprecate ?\(|^[fF]eat:|^[fF]eat ?\(|^[fF]ix:|^[fF]ix ?\(|^[cC]hore:|^[cC]hore ?\(|^[cC][iI]:|^[cC][iI] ?\(|^[dD]ocs:|^[dD]ocs ?\(|^[rR]efactor:|^[rR]efactor ?\(|^[tT]est:|^[tT]est ?\(|^[sS]tyle:|^[sS]tyle ?\(|^[pP]erf:|^[pP]erf ?\(|\[skip-changelog\]'}}
140140
- {{message}} ({{author}}{{#if href}} - [#{{id}}]({{href}}){{/if}})
141141
{{/commit-list}}
142142

@@ -190,7 +190,7 @@ Example Definitions
190190
- {{subject}} ({{author}}{{#if href}} - [{{shorthash}}]({{href}}){{/if}})
191191
{{/commit-list}}
192192

193-
{{#commit-list commits heading='### General Changes' exclude='[bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild\(|^[dD]eprecate:|^[dD]eprecate\(|^[fF]eat:|^[fF]eat\(|^[fF]ix:|^[fF]ix\(|^[cC]hore:|^[cC]hore\(|^[cC][iI]:|^[cC][iI]\(|^[dD]ocs:|^[dD]ocs\(|^[rR]efactor:|^[rR]efactor\(|^[tT]est:|^[tT]est\(|^[sS]tyle:|^[sS]tyle\(|^[pP]erf:|^[pP]erf\(|\[skip-changelog\]'}}
193+
{{#commit-list commits heading='### General Changes' exclude='[bB]reaking [cC]hange:|[bB]reaking:|^[bB]uild:|^[bB]uild ?\(|^[dD]eprecate:|^[dD]eprecate ?\(|^[fF]eat:|^[fF]eat ?\(|^[fF]ix:|^[fF]ix ?\(|^[cC]hore:|^[cC]hore ?\(|^[cC][iI]:|^[cC][iI] ?\(|^[dD]ocs:|^[dD]ocs ?\(|^[rR]efactor:|^[rR]efactor ?\(|^[tT]est:|^[tT]est ?\(|^[sS]tyle:|^[sS]tyle ?\(|^[pP]erf:|^[pP]erf ?\(|\[skip-changelog\]'}}
194194
- {{subject}} ({{author}}{{#if href}} - [{{shorthash}}]({{href}}){{/if}})
195195
{{/commit-list}}
196196

CHANGELOG.md

Lines changed: 18 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/BlueBrain/morphology-workflows/compare/0.8.1..0.9.0)
4+
5+
> 21 December 2023
6+
7+
### Build
8+
9+
- Bump MorphIO and fix tests accordingly (Adrien Berchet - [#125](https://github.com/BlueBrain/morphology-workflows/pull/125))
10+
11+
### New Features
12+
13+
- Add logger entry to know which morphology could not be written in make_release (Adrien Berchet - [#129](https://github.com/BlueBrain/morphology-workflows/pull/129))
14+
15+
### Fixes
16+
17+
- Handle any number of points in _add_soma and add a specific test (Adrien Berchet - [#123](https://github.com/BlueBrain/morphology-workflows/pull/123))
18+
- Create contour soma properly (Adrien Berchet - [#122](https://github.com/BlueBrain/morphology-workflows/pull/122))
19+
320
## [0.8.1](https://github.com/BlueBrain/morphology-workflows/compare/0.8.0..0.8.1)
421

5-
> 14 November 2023
22+
> 15 November 2023
623
724
### Fixes
825

@@ -38,10 +55,6 @@
3855

3956
- Setup Ruff config (Adrien Berchet - [#115](https://github.com/BlueBrain/morphology-workflows/pull/115))
4057

41-
### General Changes
42-
43-
- Release 0.8.0 (Adrien Berchet - [#119](https://github.com/BlueBrain/morphology-workflows/pull/119))
44-
4558
## [0.7.0](https://github.com/BlueBrain/morphology-workflows/compare/0.6.1..0.7.0)
4659

4760
> 22 May 2023
@@ -60,7 +73,6 @@
6073

6174
### General Changes
6275

63-
- Release: 0.7.0 (Adrien Berchet - [#97](https://github.com/BlueBrain/morphology-workflows/pull/97))
6476
- Fix layers not int (Alexis Arnaudon - [#92](https://github.com/BlueBrain/morphology-workflows/pull/92))
6577
- Use JSON schema from NeuroR.main.Repair and fix CLI command in docs (Adrien Berchet - [#90](https://github.com/BlueBrain/morphology-workflows/pull/90))
6678

@@ -72,10 +84,6 @@
7284

7385
- Update command and doc (Adrien Berchet - [#88](https://github.com/BlueBrain/morphology-workflows/pull/88))
7486

75-
### General Changes
76-
77-
- Release: 0.6.1 (Adrien Berchet - [#89](https://github.com/BlueBrain/morphology-workflows/pull/89))
78-
7987
## [0.6.0](https://github.com/BlueBrain/morphology-workflows/compare/0.5.3..0.6.0)
8088

8189
> 13 March 2023
@@ -94,7 +102,6 @@
94102

95103
### General Changes
96104

97-
- Release: 0.6.0 (Adrien Berchet - [#86](https://github.com/BlueBrain/morphology-workflows/pull/86))
98105
- Add propagation between workflows, fix MakeCollage and fix empty mtypes (Adrien Berchet - [#83](https://github.com/BlueBrain/morphology-workflows/pull/83))
99106

100107
## [0.5.3](https://github.com/BlueBrain/morphology-workflows/compare/0.5.2..0.5.3)
@@ -109,10 +116,6 @@
109116

110117
- Bump pre-commit hooks (Adrien Berchet - [#80](https://github.com/BlueBrain/morphology-workflows/pull/80))
111118

112-
### General Changes
113-
114-
- Release: 0.5.3 (Adrien Berchet - [#81](https://github.com/BlueBrain/morphology-workflows/pull/81))
115-
116119
## [0.5.2](https://github.com/BlueBrain/morphology-workflows/compare/0.5.1..0.5.2)
117120

118121
> 5 January 2023
@@ -121,10 +124,6 @@
121124

122125
- Bump Sphinx (Adrien Berchet - [#77](https://github.com/BlueBrain/morphology-workflows/pull/77))
123126

124-
### General Changes
125-
126-
- Release: 0.5.2 (Adrien Berchet - [#78](https://github.com/BlueBrain/morphology-workflows/pull/78))
127-
128127
## [0.5.1](https://github.com/BlueBrain/morphology-workflows/compare/0.5.0..0.5.1)
129128

130129
> 22 December 2022
@@ -133,10 +132,6 @@
133132

134133
- Use optional params for region and mtype and improve default logger (Adrien Berchet - [#75](https://github.com/BlueBrain/morphology-workflows/pull/75))
135134

136-
### General Changes
137-
138-
- Release: 0.5.1 (Adrien Berchet - [#76](https://github.com/BlueBrain/morphology-workflows/pull/76))
139-
140135
## [0.5.0](https://github.com/BlueBrain/morphology-workflows/compare/0.4.2..0.5.0)
141136

142137
> 22 December 2022
@@ -149,10 +144,6 @@
149144

150145
- Make the rerun parameter work with CLI (Adrien Berchet - [#73](https://github.com/BlueBrain/morphology-workflows/pull/73))
151146

152-
### General Changes
153-
154-
- Release: 0.5.0 (Adrien Berchet - [#74](https://github.com/BlueBrain/morphology-workflows/pull/74))
155-
156147
## [0.4.2](https://github.com/BlueBrain/morphology-workflows/compare/0.4.1..0.4.2)
157148

158149
> 13 December 2022
@@ -170,10 +161,6 @@
170161

171162
### General Changes
172163

173-
- Release 0.4.2 (Adrien Berchet - [#71](https://github.com/BlueBrain/morphology-workflows/pull/71))
174-
175-
### General Changes
176-
177164
- Update README.md (alex4200 - [53b70d4](https://github.com/BlueBrain/morphology-workflows/commit/53b70d41c4b271f47fef00ba24b27b48747bf68b))
178165

179166
## [0.4.1](https://github.com/BlueBrain/morphology-workflows/compare/0.4.0..0.4.1)
@@ -192,7 +179,6 @@
192179

193180
### General Changes
194181

195-
- Release 0.4.1 (Alexis Arnaudon - [#63](https://github.com/BlueBrain/morphology-workflows/pull/63))
196182
- Reconnect axons to soma (Alexis Arnaudon - [#62](https://github.com/BlueBrain/morphology-workflows/pull/62))
197183
- Simpler smooth algorithm (Alexis Arnaudon - [#56](https://github.com/BlueBrain/morphology-workflows/pull/56))
198184
- Add duplicate layers to releases (Alexis Arnaudon - [#60](https://github.com/BlueBrain/morphology-workflows/pull/60))
@@ -214,7 +200,6 @@
214200

215201
### General Changes
216202

217-
- Release 0.4.0 (Adrien Berchet - [#53](https://github.com/BlueBrain/morphology-workflows/pull/53))
218203
- Remove warning from scipy (Adrien Berchet - [#48](https://github.com/BlueBrain/morphology-workflows/pull/48))
219204
- Add workflow to compute placeholders (Adrien Berchet - [#22](https://github.com/BlueBrain/morphology-workflows/pull/22))
220205

0 commit comments

Comments
 (0)