|
1 | 1 | ## Changelog
|
2 | 2 |
|
| 3 | +### V0.25.0 (6/2/2022) |
| 4 | + |
| 5 | +**Highlights** |
| 6 | + |
| 7 | +- Support PyTorch backend on MLU ([1515](https://github.com/open-mmlab/mmsegmentation/pull/1515)) |
| 8 | + |
| 9 | +**Bug Fixes** |
| 10 | + |
| 11 | +- Fix the error of BCE loss when batch size is 1 ([1629](https://github.com/open-mmlab/mmsegmentation/pull/1629)) |
| 12 | +- Fix bug of `resize` function when align_corners is True ([1592](https://github.com/open-mmlab/mmsegmentation/pull/1592)) |
| 13 | +- Fix Dockerfile to run demo script in docker container ([1568](https://github.com/open-mmlab/mmsegmentation/pull/1568)) |
| 14 | +- Correct inference_demo.ipynb path ([1576](https://github.com/open-mmlab/mmsegmentation/pull/1576)) |
| 15 | +- Fix the `build_segmentor` in colab demo ([1551](https://github.com/open-mmlab/mmsegmentation/pull/1551)) |
| 16 | +- Fix md2yml script ([1633](https://github.com/open-mmlab/mmsegmentation/pull/1633), [1555](https://github.com/open-mmlab/mmsegmentation/pull/1555)) |
| 17 | +- Fix main line link in MAE README.md ([1556](https://github.com/open-mmlab/mmsegmentation/pull/1556)) |
| 18 | +- Fix fastfcn `crop_size` in README.md by ([1597](https://github.com/open-mmlab/mmsegmentation/pull/1597)) |
| 19 | +- Pip upgrade when testing windows platform ([1610](https://github.com/open-mmlab/mmsegmentation/pull/1610)) |
| 20 | + |
| 21 | +**Improvements** |
| 22 | + |
| 23 | +- Delete DS_Store file ([1549](https://github.com/open-mmlab/mmsegmentation/pull/1549)) |
| 24 | +- Revise owners.yml ([1621](https://github.com/open-mmlab/mmsegmentation/pull/1621), [1534](https://github.com/open-mmlab/mmsegmentation/pull/1543)) |
| 25 | + |
| 26 | +**Documentation** |
| 27 | + |
| 28 | +- Rewrite the installation guidance ([1630](https://github.com/open-mmlab/mmsegmentation/pull/1630)) |
| 29 | +- Format readme ([1635](https://github.com/open-mmlab/mmsegmentation/pull/1635)) |
| 30 | +- Replace markdownlint with mdformat to avoid ruby installation ([1591](https://github.com/open-mmlab/mmsegmentation/pull/1591)) |
| 31 | +- Add explanation and usage instructions for data configuration ([1548](https://github.com/open-mmlab/mmsegmentation/pull/1548)) |
| 32 | +- Configure Myst-parser to parse anchor tag ([1589](https://github.com/open-mmlab/mmsegmentation/pull/1589)) |
| 33 | +- Update QR code and link for QQ group ([1598](https://github.com/open-mmlab/mmsegmentation/pull/1598), [1574](https://github.com/open-mmlab/mmsegmentation/pull/1574)) |
| 34 | + |
| 35 | +**Contributors** |
| 36 | + |
| 37 | +- @atinfinity made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1568 |
| 38 | +- @DoubleChuang made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1576 |
| 39 | +- @alpha-baymax made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1515 |
| 40 | +- @274869388 made their first contribution in https://github.com/open-mmlab/mmsegmentation/pull/1629 |
| 41 | + |
3 | 42 | ### V0.24.1 (5/1/2022)
|
4 | 43 |
|
5 | 44 | **Bug Fixes**
|
|
0 commit comments