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

[FEATURE] Upgrade version to 1.0.0 #152

Merged
merged 85 commits into from
Jan 13, 2024
Merged

[FEATURE] Upgrade version to 1.0.0 #152

merged 85 commits into from
Jan 13, 2024

Conversation

nnnyt
Copy link
Collaborator

@nnnyt nnnyt commented Aug 5, 2023

Thanks for sending a pull request!
Please make sure you click the link above to view the contribution guidelines,
then fill out the blanks below.

Description

  1. Add models for downstream tasks
  2. Update demos for downstream tasks
  3. Refactor QuesNet
  4. Updated docs

What does this implement/fix? Explain your changes.

  1. Add models for downstream tasks
  2. Update demos for downstream tasks
  3. Refactor QuesNet
  4. Updated docs

Pull request type

  • [DATASET] Add a new dataset
  • [BUGFIX] Bugfix
  • [FEATURE] New feature (non-breaking change which adds functionality)
  • [BREAKING] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [STYLE] Code style update (formatting, renaming)
  • [REFACTOR] Refactoring (no functional changes, no api changes)
  • [BUILD] Build related changes
  • [DOC] Documentation content changes
  • [OTHER] Other (please describe):

Changes

  1. Add models for downstream tasks
  2. Update demos for downstream tasks
  3. Refactor QuesNet
  4. Updated docs

Does this close any currently open issues?

...

Any relevant logs, error output, etc?

...

Checklist

Before you submit a pull request, please make sure you have to following:

Essentials

  • PR's title starts with a category (e.g. [BUGFIX], [FEATURE], [BREAKING], [DOC], etc)
  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage and al tests passing
  • Code is well-documented (extended the README / documentation, if necessary)
  • If this PR is your first one, add your name and github account to AUTHORS.md

Comments

  • If this change is a backward incompatible change, why must this change be made.
  • Interesting edge cases to note here

@nnnyt nnnyt requested review from KenelmQLH and tswsxk August 5, 2023 04:59
@codecov-commenter
Copy link

codecov-commenter commented Aug 7, 2023

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (e21ddaa) 98.01% compared to head (598d788) 97.81%.
Report is 2 commits behind head on master.

Files Patch % Lines
EduNLP/Pretrain/quesnet_vec.py 92.70% 10 Missing ⚠️
EduNLP/Pretrain/disenqnet_vec.py 91.93% 5 Missing ⚠️
EduNLP/I2V/i2v.py 77.77% 4 Missing ⚠️
EduNLP/ModelZoo/bert/bert.py 88.57% 4 Missing ⚠️
EduNLP/ModelZoo/disenqnet/disenqnet.py 95.00% 4 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
- Coverage   98.01%   97.81%   -0.21%     
==========================================
  Files          74       80       +6     
  Lines        4035     4349     +314     
==========================================
+ Hits         3955     4254     +299     
- Misses         80       95      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nnnyt nnnyt changed the title [FEATURE] Upgrade version to 0.1.0 [FEATURE] Upgrade version to 1.0.0 Jan 13, 2024
@KenelmQLH KenelmQLH changed the title [FEATURE] Upgrade version to 1.0.0 [FEATURE] Upgrade version to 1.0.0 Jan 13, 2024
@KenelmQLH KenelmQLH merged commit 95cd9fc into master Jan 13, 2024
8 checks passed
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.

6 participants