You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/changelog.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
## Changelog
2
2
3
+
### V0.30.0 (01/09/2023)
4
+
5
+
**New Features**
6
+
7
+
- Support Delving into High-Quality Synthetic Face Occlusion Segmentation Datasets ([#2194](https://github.com/open-mmlab/mmsegmentation/pull/2194))
8
+
9
+
**Bug Fixes**
10
+
11
+
- Fix incorrect `test_cfg` setting in UNet base configs ([#2347](https://github.com/open-mmlab/mmsegmentation/pull/2347))
12
+
- Fix KNet `IterativeDecodeHead` bug in master branch ([#2333](https://github.com/open-mmlab/mmsegmentation/pull/2333))
13
+
- Fix deadlock issue related with MMSegWandbHook ([#2398](https://github.com/open-mmlab/mmsegmentation/pull/2398))
14
+
15
+
**Enhancement**
16
+
17
+
- Update CI and pre-commit checking ([#2309](https://github.com/open-mmlab/mmsegmentation/pull/2309),[#2331](https://github.com/open-mmlab/mmsegmentation/pull/2331))
18
+
- Add `Projects/` folder, and the first example project in 0.x ([#2457](https://github.com/open-mmlab/mmsegmentation/pull/2457))
19
+
- Fix the deprecation of `np.float` and CI configuration problems ([#2451](https://github.com/open-mmlab/mmsegmentation/pull/2451))
20
+
21
+
**Documentation**
22
+
23
+
- Add high quality synthetic face occlusion dataset link to readme ([#2453](https://github.com/open-mmlab/mmsegmentation/pull/2453))
24
+
- Fix the docstring error in the `PascalContextDataset59` class ([#2450](https://github.com/open-mmlab/mmsegmentation/pull/2450))
25
+
26
+
**Contributors**
27
+
28
+
-@smttsp made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2347
29
+
-@MilkClouds made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2398
30
+
-@Spritea made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/2450
0 commit comments