murraylab / PsychRNN

https://psychrnn.readthedocs.io
MIT License
133 stars 42 forks source link

v1.0.0-alpha Release #17

Closed syncrostone closed 4 years ago

syncrostone commented 4 years ago

This is the alpha pre-release of the stable v1.0.0 release. Below is a summary of changes and updates from the previous release, v0.4.

New Features

Other New Features

Breaking Changes

Other changes (may affect results)

Other Changes (should not affect users)

Bug Fixes

codecov[bot] commented 4 years ago

Codecov Report

Merging #17 into master will increase coverage by 23.35%. The diff coverage is 72.41%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #17       +/-   ##
===========================================
+ Coverage   52.87%   76.23%   +23.35%     
===========================================
  Files          13       14        +1     
  Lines         730      871      +141     
===========================================
+ Hits          386      664      +278     
+ Misses        344      207      -137     
Impacted Files Coverage Δ
psychrnn/_version.py 0.00% <0.00%> (ø)
psychrnn/backend/curriculum.py 0.00% <0.00%> (ø)
psychrnn/tasks/delayed_discrim.py 0.00% <0.00%> (ø)
psychrnn/backend/loss_functions.py 83.33% <66.66%> (-4.17%) :arrow_down:
psychrnn/backend/models/basic.py 81.25% <66.66%> (+81.25%) :arrow_up:
psychrnn/backend/initializations.py 79.48% <78.48%> (+0.45%) :arrow_up:
psychrnn/backend/rnn.py 85.36% <80.30%> (-3.77%) :arrow_down:
psychrnn/tasks/perceptual_discrimination.py 90.24% <90.24%> (ø)
psychrnn/tasks/match_to_category.py 93.47% <93.47%> (ø)
psychrnn/backend/simulation.py 97.05% <98.82%> (+97.05%) :arrow_up:
... and 11 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 9774bc3...6eea5a1. Read the comment docs.