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

Update 0.2.0 #89

Merged
merged 55 commits into from
Aug 9, 2022
Merged

Update 0.2.0 #89

merged 55 commits into from
Aug 9, 2022

Conversation

skim0119
Copy link
Collaborator

@skim0119 skim0119 commented Aug 7, 2022

Release Checklist for Version Update PR

  • Final check README and CONTRIBUTING.
  • Bump LICENSE year (If needed)
  • Bump version (pyproject.toml)

Test

  • Run the tests
  • Run the formatting
  • CI Check
make test

Build / Installation

  • Check if local installation can be done.
conda create --name temp
conda activate temp
conda install python==<version>
which pip
make poetry-download
make install

Documentation and Website

  • Check all documentations are updated
- BEYOND THIS, EACH STEP SHOULD BE DONE IN SERIAL (STEP_BY_STEPS). -

Last Edit

  • Rebase the commit history (should be done by only one person) before the PR. (Not required)

Update

  1. Merge the branch to main
  2. Release on github. It should automatically upload pypi

Post-release Checklist

  • Update RELEASE.md - It should be in based on milestone description.
  • Commit the changes:
git add RELEASE.md
git commit -m "Changelog for upcoming release <version>"

Final Check

  • Test that it pip installs
  • Check the PyPI listing page to make sure that the README, release notes, and roadmap display properly.
  • Edit the release-page on GitHub. Paste the release notes with a title for the release.
  • Check Codcov and make sure they are running.

Close #30

skim0119 and others added 30 commits July 13, 2022 16:29
(#85) remove fft viz code duplication + add test for rest of the function
@codecov-commenter
Copy link

codecov-commenter commented Aug 7, 2022

Codecov Report

Merging #89 (2c2dbd9) into main (6674fbb) will increase coverage by 18.41%.
The diff coverage is 47.87%.

@@             Coverage Diff             @@
##             main      #89       +/-   ##
===========================================
+ Coverage   65.24%   83.65%   +18.41%     
===========================================
  Files          35       36        +1     
  Lines        1099     1034       -65     
  Branches      124      110       -14     
===========================================
+ Hits          717      865      +148     
+ Misses        366      147      -219     
- Partials       16       22        +6     
Flag Coverage Δ
unittests 83.65% <47.87%> (+18.41%) ⬆️

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

Impacted Files Coverage Δ
miv/io/binary.py 96.36% <ø> (+29.09%) ⬆️
miv/io/data.py 82.92% <ø> (+32.42%) ⬆️
miv/visualization/connectivity.py 30.88% <30.88%> (ø)
miv/statistics/burst.py 93.54% <80.00%> (+27.69%) ⬆️
miv/signal/spike/sorting.py 100.00% <100.00%> (+76.10%) ⬆️
miv/visualization/__init__.py 100.00% <100.00%> (ø)
miv/visualization/fft_domain.py 100.00% <100.00%> (+81.25%) ⬆️
miv/visualization/waveform.py 92.10% <100.00%> (+51.56%) ⬆️
miv/signal/spike/detection.py 100.00% <0.00%> (+4.00%) ⬆️
... and 7 more

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

@skim0119 skim0119 self-assigned this Aug 9, 2022
@skim0119 skim0119 added the logistics Update or improvement to repository and project label Aug 9, 2022
@skim0119 skim0119 added this to the Version 0.2 milestone Aug 9, 2022
@skim0119 skim0119 merged commit 6f90f76 into main Aug 9, 2022
@skim0119 skim0119 deleted the update-0.2.0 branch August 9, 2022 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logistics Update or improvement to repository and project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Milestone v0.2
4 participants