|
1 | 1 | # Changelog of v1.x
|
2 | 2 |
|
| 3 | +## v1.0.0rc1 (2/11/2022) |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Support PoolFormer ([#2191](https://github.com/open-mmlab/mmsegmentation/pull/2191)) |
| 8 | +- Add Decathlon dataset ([#2227](https://github.com/open-mmlab/mmsegmentation/pull/2227)) |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +- Add BioMedical data loading ([#2176](https://github.com/open-mmlab/mmsegmentation/pull/2176)) |
| 13 | +- Add LIP dataset ([#2251](https://github.com/open-mmlab/mmsegmentation/pull/2251)) |
| 14 | +- Add `GenerateEdge` data transform ([#2210](https://github.com/open-mmlab/mmsegmentation/pull/2210)) |
| 15 | + |
| 16 | +### Bug fix |
| 17 | + |
| 18 | +- Fix segmenter-vit-s_fcn config ([#2037](https://github.com/open-mmlab/mmsegmentation/pull/2037)) |
| 19 | +- Fix binary segmentation ([#2101](https://github.com/open-mmlab/mmsegmentation/pull/2101)) |
| 20 | +- Fix MMSegmentation colab demo ([#2089](https://github.com/open-mmlab/mmsegmentation/pull/2089)) |
| 21 | +- Fix ResizeToMultiple transform ([#2185](https://github.com/open-mmlab/mmsegmentation/pull/2185)) |
| 22 | +- Use SyncBN in mobilenet_v2 ([#2198](https://github.com/open-mmlab/mmsegmentation/pull/2198)) |
| 23 | +- Fix typo in installation ([#2175](https://github.com/open-mmlab/mmsegmentation/pull/2175)) |
| 24 | +- Fix typo in visualization.md ([#2116](https://github.com/open-mmlab/mmsegmentation/pull/2116)) |
| 25 | + |
| 26 | +### Enhancement |
| 27 | + |
| 28 | +- Add mim extras_requires in setup.py ([#2012](https://github.com/open-mmlab/mmsegmentation/pull/2012)) |
| 29 | +- Fix CI ([#2029](https://github.com/open-mmlab/mmsegmentation/pull/2029)) |
| 30 | +- Remove ops module ([#2063](https://github.com/open-mmlab/mmsegmentation/pull/2063)) |
| 31 | +- Add pyupgrade pre-commit hook ([#2078](https://github.com/open-mmlab/mmsegmentation/pull/2078)) |
| 32 | +- Add `out_file` in `add_datasample` of `SegLocalVisualizer` to directly save image ([#2090](https://github.com/open-mmlab/mmsegmentation/pull/2090)) |
| 33 | +- Upgrade pre commit hooks ([#2154](https://github.com/open-mmlab/mmsegmentation/pull/2154)) |
| 34 | +- Ignore test timm in CI when torch\<1.7 ([#2158](https://github.com/open-mmlab/mmsegmentation/pull/2158)) |
| 35 | +- Update requirements ([#2186](https://github.com/open-mmlab/mmsegmentation/pull/2186)) |
| 36 | +- Fix Windows platform CI ([#2202](https://github.com/open-mmlab/mmsegmentation/pull/2202)) |
| 37 | + |
| 38 | +### Documentation |
| 39 | + |
| 40 | +- Add `Overview` documentation ([#2042](https://github.com/open-mmlab/mmsegmentation/pull/2042)) |
| 41 | +- Add `Evaluation` documentation ([#2077](https://github.com/open-mmlab/mmsegmentation/pull/2077)) |
| 42 | +- Add `Migration` documentation ([#2066](https://github.com/open-mmlab/mmsegmentation/pull/2066)) |
| 43 | +- Add `Structures` documentation ([#2070](https://github.com/open-mmlab/mmsegmentation/pull/2070)) |
| 44 | +- Add `Structures` ZN documentation ([#2129](https://github.com/open-mmlab/mmsegmentation/pull/2129)) |
| 45 | +- Add `Engine` ZN documentation ([#2157](https://github.com/open-mmlab/mmsegmentation/pull/2157)) |
| 46 | +- Update `Prepare datasets` and `Visualization` doc ([#2054](https://github.com/open-mmlab/mmsegmentation/pull/2054)) |
| 47 | +- Update `Models` documentation ([#2160](https://github.com/open-mmlab/mmsegmentation/pull/2160)) |
| 48 | +- Update `Add New Modules` documentation ([#2067](https://github.com/open-mmlab/mmsegmentation/pull/2067)) |
| 49 | +- Fix the installation commands in get_started.md ([#2174](https://github.com/open-mmlab/mmsegmentation/pull/2174)) |
| 50 | +- Add MMYOLO to README.md ([#2220](https://github.com/open-mmlab/mmsegmentation/pull/2220)) |
| 51 | + |
3 | 52 | ## v1.0.0rc0 (31/8/2022)
|
4 | 53 |
|
5 | 54 | We are excited to announce the release of MMSegmentation 1.0.0rc0.
|
|
0 commit comments