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

v0.3.2 -> v0.3.3 #69

Merged
merged 25 commits into from May 8, 2022
Merged

v0.3.2 -> v0.3.3 #69

merged 25 commits into from May 8, 2022

Conversation

nTrouvain
Copy link
Collaborator

@nTrouvain nTrouvain commented May 8, 2022

New features

  • Add japanese_vowels to datasets ! You can now dowload the Japanese vowels dataset to try Reservoir Computing on a well known pattern recognition task.

Major fixes

Minor fixes

  • Lock was used too soon in Ridge.partial_fit. Dot product is now performed in parallel.
  • Better data handling with complex models.
  • New Unsupervised node subclass can be used to mark a Node as unsupervised learner.
  • Update random state generator to numpy.random.Generator in hyper.research.
  • Other minor fixes in examples and typos.

@codecov-commenter
Copy link

codecov-commenter commented May 8, 2022

Codecov Report

Merging #69 (523cd5d) into master (ce11aaf) will increase coverage by 0.81%.
The diff coverage is 94.24%.

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   89.09%   89.90%   +0.81%     
==========================================
  Files          31       33       +2     
  Lines        2539     2666     +127     
  Branches      606      619      +13     
==========================================
+ Hits         2262     2397     +135     
+ Misses        163      151      -12     
- Partials      114      118       +4     
Flag Coverage Δ
unittests 89.68% <94.24%> (+0.83%) ⬆️

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

Impacted Files Coverage Δ
reservoirpy/datasets/_chaos.py 81.00% <ø> (ø)
reservoirpy/nodes/ridge.py 85.41% <70.00%> (-5.29%) ⬇️
reservoirpy/datasets/_utils.py 80.00% <80.00%> (ø)
reservoirpy/nodes/esn.py 94.77% <81.25%> (+1.44%) ⬆️
reservoirpy/utils/model_utils.py 91.11% <89.79%> (+11.56%) ⬆️
reservoirpy/ops.py 83.60% <93.93%> (+0.42%) ⬆️
reservoirpy/model.py 90.41% <98.66%> (+2.00%) ⬆️
reservoirpy/_base.py 93.91% <100.00%> (+0.01%) ⬆️
reservoirpy/_version.py 100.00% <100.00%> (ø)
reservoirpy/datasets/__init__.py 86.66% <100.00%> (+0.95%) ⬆️
... and 10 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 ce11aaf...523cd5d. Read the comment docs.

@nTrouvain nTrouvain merged commit 2e79043 into master May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants