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

Prepare Release 0.7.1 #387

Merged
merged 2 commits into from Jun 22, 2021
Merged

Conversation

mbeyeler
Copy link
Member

Preparing release 0.7.1

@mbeyeler mbeyeler added this to the v0.7.1 milestone Jun 21, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2021

Codecov Report

Merging #387 (e553373) into master (020eff6) will increase coverage by 7.57%.
The diff coverage is 91.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #387      +/-   ##
==========================================
+ Coverage   86.18%   93.75%   +7.57%     
==========================================
  Files          43       90      +47     
  Lines        3025     7530    +4505     
==========================================
+ Hits         2607     7060    +4453     
- Misses        418      470      +52     
Flag Coverage Δ
unittests 93.75% <91.65%> (+7.57%) ⬆️

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

Impacted Files Coverage Δ
pulse2percept/models/setup.py 0.00% <0.00%> (ø)
pulse2percept/models/tests/test_base.py 98.66% <ø> (+0.95%) ⬆️
pulse2percept/models/tests/test_beyeler2019.py 100.00% <ø> (ø)
pulse2percept/models/tests/test_horsager2009.py 100.00% <ø> (ø)
pulse2percept/models/tests/test_nanduri2012.py 100.00% <ø> (ø)
pulse2percept/models/tests/test_temporal.py 100.00% <ø> (ø)
pulse2percept/percepts/__init__.py 100.00% <ø> (ø)
pulse2percept/percepts/base.py 88.73% <ø> (ø)
pulse2percept/percepts/tests/test_base.py 100.00% <ø> (ø)
pulse2percept/setup.py 0.00% <ø> (ø)
... and 156 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4509d2f...e553373. Read the comment docs.

@mbeyeler mbeyeler merged commit 436ea95 into pulse2percept:master Jun 22, 2021
mbeyeler added a commit that referenced this pull request Jun 22, 2021
mbeyeler added a commit that referenced this pull request Jun 22, 2021
* Increment version number

* [FIX] Axon map in Argus plotters (#366)

* fix axon map in Argus plotters

* fix typo

* fix more typos

* [FIX] Axon map plot for left eyes (#367)

* [DOC] Update release notes

* [FIX] Show warning when Scoreboard / AxonMap models are used with implant.z > 0 (#368)

* [ENH] Speed up AxonMap build (#369)

* replace np.insert with np.concatenate

* Update release notes

* [FIX] Axon map usability (#370)

* Raise ValueError when lambda is too small

* Add note in the docs about resetting parameters

* Fix axon map docs, refactor axon methods

* remove axon map legacy build

* Update release notes

* [ENH] Update Nanduri2012 data (#376)

* updated nanduri dataset

* Updated / added test cases

* Add docstring for new column

* Fixed docstring for new column

* [ENH] Speed up ElectrodeArray.plot() (#375)

* speed up implant.plot

* Update release notes

* update test

* [ENH] Add FadingTemporal model (#378)

* Add FadingTemporal model

* Fix docs and release notes

* [FIX] Percept plotting and animation (#379)

* fix plot method

* remove get_interval, use utils.unique instead

* Fix Matplotlib deprecation error

* [FIX] BVT24 electrode naming convention (#380)

* [ENH] Various performance enhancements (#382)

* speed up stim.compress()

* Speed up alphabetic electrode numbering

* fix typo

* fix contiguous error

* add new cython submodule

* refactor Nanduri Cython

* Refactor Horsager Cython

* Refactor Beyeler Cython

* add cumpow function

* [ENH] Various implant upgrades (#383)

* Update earray indexing

* fix is_charge_balanced

* add easy conversion from ImageStimulus, VideoStimulus to implant.stim

* Activate/deactivate electrodes

* [DOC] Fix CircleElectrodeArray

* [FIX] BarStimulus, GratingStimulus docs (#384)

* [ENH] Various stimulus upgrades (#385)

* Speed up VideoStimulus init

* Fix rgb2gray for a video that's already grayscale

* Speed up Stimulus init

* replace np.isclose with math.isclose for speedup

* Switch monotonic ValueError to warning

* Add video.trim()

* [FIX] Order of display items in implant plots (#386)

* add constants; fix np.bool deprecation warning

* adjust alpha of electrode plots

* Don't expose constants at the module level

* [FIX] plot_sinusoidal example

* [FIX] Add docstrings for constants

* Prepare Release 0.7.1 (#387)

* Prepare Release 0.7.1

* Add MANIFEST.in

Co-authored-by: Jacob Granley <jgranley@ucsb.edu>
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

2 participants