murraylab / PsychRNN

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

v1.0.0 Release #30

Closed syncrostone closed 3 years ago

syncrostone commented 3 years ago

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

Thank you to the following users who contributed patches:

Thank you also to Alex Williams (@ahwillia) for suggesting adding an example with fixed random seeds to the documentation.

New Features

Bug Fixes

codecov[bot] commented 3 years ago

Codecov Report

Merging #30 (ad5f26e) into master (626e660) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   76.08%   76.08%           
=======================================
  Files          14       14           
  Lines         874      874           
=======================================
  Hits          665      665           
  Misses        209      209           
Impacted Files Coverage Δ
psychrnn/_version.py 0.00% <0.00%> (ø)

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 626e660...5731774. Read the comment docs.

syncrostone commented 3 years ago

Travis is no longer free, so testing will have to move, but since tests passed on the most recent code related update, I'm merging in the 1.0.0 release. Testing will need to be transferred to github actions.