Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump v0.30.0 #2462

Merged
merged 19 commits into from
Jan 11, 2023
Merged

bump v0.30.0 #2462

merged 19 commits into from
Jan 11, 2023

Conversation

xiexinch
Copy link
Collaborator

@xiexinch xiexinch commented Jan 9, 2023

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

Please describe the motivation of this PR and the goal you want to achieve through this PR.

Modification

Please briefly describe what modification is made in this PR.

BC-breaking (Optional)

Does the modification introduce changes that break the backward-compatibility of the downstream repos?
If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.

Use cases (Optional)

If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDet or MMDet3D.
  4. The documentation has been modified accordingly, like docstring or example tutorials.

@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

Base: 88.95% // Head: 88.95% // No change to project coverage 👍

Coverage data is based on head (b2bf183) compared to base (35cd28b).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2462   +/-   ##
=======================================
  Coverage   88.95%   88.95%           
=======================================
  Files         146      146           
  Lines        8753     8753           
  Branches     1474     1474           
=======================================
  Hits         7786     7786           
  Misses        725      725           
  Partials      242      242           
Flag Coverage Δ
unittests 88.95% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/version.py 58.33% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@xiexinch xiexinch changed the title bump v0.29.2 bump v0.30.0 Jan 9, 2023
docs/en/changelog.md Outdated Show resolved Hide resolved
**Enhancement**

- Update CI and pre-commit checking ([#2309](https://github.com/open-mmlab/mmsegmentation/pull/2309),[#2331](https://github.com/open-mmlab/mmsegmentation/pull/2331))
- Add 'Projects/' folder, and the first example project in 0.x ([#2457](https://github.com/open-mmlab/mmsegmentation/pull/2457))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add 'Projects/' folder, and the first example project in 0.x ([#2457](https://github.com/open-mmlab/mmsegmentation/pull/2457))
- Add `Projects/` folder, and the first example project in 0.x ([#2457](https://github.com/open-mmlab/mmsegmentation/pull/2457))


- Update CI and pre-commit checking ([#2309](https://github.com/open-mmlab/mmsegmentation/pull/2309),[#2331](https://github.com/open-mmlab/mmsegmentation/pull/2331))
- Add 'Projects/' folder, and the first example project in 0.x ([#2457](https://github.com/open-mmlab/mmsegmentation/pull/2457))
- Fix the deprecation of np.float and fix ci configuration ([#2451](https://github.com/open-mmlab/mmsegmentation/pull/2451))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix the deprecation of np.float and fix ci configuration ([#2451](https://github.com/open-mmlab/mmsegmentation/pull/2451))
- Fix the deprecation of `np.float` and CI configuration problems ([#2451](https://github.com/open-mmlab/mmsegmentation/pull/2451))

**Documentation**

- Add high quality synthetic face occlusion dataset link to readme ([#2453](https://github.com/open-mmlab/mmsegmentation/pull/2453))
- Fix the docstring error in the class PascalContextDataset59 ([#2450](https://github.com/open-mmlab/mmsegmentation/pull/2450))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Fix the docstring error in the class PascalContextDataset59 ([#2450](https://github.com/open-mmlab/mmsegmentation/pull/2450))
- Fix the docstring error in the `PascalContextDataset59` class ([#2450](https://github.com/open-mmlab/mmsegmentation/pull/2450))

jinwonkim93 and others added 17 commits January 11, 2023 14:27
PR fix version to original repository. change to original repository.
…mlab#2451)

## Motivation

1. numpy from 1.24 deprecated the aliases np.object, np.bool, np.float,
np.complex, np.str, and np.int
https://numpy.org/devdocs/release/1.24.0-notes.html

2. timm needs to pytorch>=1.7, so ignore test timm in pytorch 1.5 and
1.6

3. Remove install pillow as it doesn't test torchvision < 0.5

## Modification

1. np.float->np.float32
 
2. torch >= '1.7.0' -> matrix.torch != '1.5.1+cu101' && matrix.torch !=
'1.6.0+cu101' (as '1.10' < '1.7'

3. Remove install pillow
Co-authored-by: MengzhangLI <mcmong@pku.edu.cn>
README_zh-CN.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@MeowZheng MeowZheng merged commit ed83982 into open-mmlab:master Jan 11, 2023
huajiangjiangLi added a commit to pytorchuser/HD-Seg that referenced this pull request Apr 12, 2023
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants