Skip to content

feature/merged - merge of all active feature work#261

Closed
dsyme wants to merge 9 commits intofeature/analyzersfrom
feature/merged
Closed

feature/merged - merge of all active feature work#261
dsyme wants to merge 9 commits intofeature/analyzersfrom
feature/merged

Conversation

@dsyme
Copy link
Copy Markdown
Collaborator

@dsyme dsyme commented Nov 28, 2020

This PR isn't for merging.

As I'm working on these features, and awaiting review (lots needed), it's useful to merge them all into one branch that I can use for auto-testing https://github.com/DiffSharp/dsharp-models

This PR is to make sure DiffSharp testing is run on this merge

To update branches:

feature/gmodels: #248
feature/sym: #207

git checkout feature/gmodels && git pull home dev
dotnet build
git commit -a -m "merge"
git push home feature/gmodels

git checkout feature/sym && git pull home feature/gmodels
dotnet build
git commit -a -m "merge"
git push home feature/sym

git checkout feature/analyzers && git pull home feature/sym
dotnet build
git commit -a -m "merge"
git push home feature/analyzers

git checkout feature/avgpool && git pull home dev
dotnet build
git commit -a -m "merge"
git push home feature/avgpool

git checkout feature/activations && git pull home dev
dotnet build
git commit -a -m "merge"
git push home feature/activations

git checkout feature/merged
git pull home feature/analyzers
git commit -a -m "merge"
git pull home feature/avgpool
git commit -a -m "merge"
git pull home feature/activations
git commit -a -m "merge"
dotnet build
git push home feature/merged

git checkout feature/mut-backprop && git pull home dev && git push home feature/mut-backprop

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 28, 2020

Codecov Report

Merging #261 (f1ce0f4) into feature/analyzers (9c84352) will decrease coverage by 1.03%.
The diff coverage is 35.47%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##           feature/analyzers     #261      +/-   ##
=====================================================
- Coverage              58.97%   57.94%   -1.03%     
=====================================================
  Files                     36       38       +2     
  Lines                   7830     8202     +372     
  Branches                1777     1942     +165     
=====================================================
+ Hits                    4617     4752     +135     
- Misses                  2330     2554     +224     
- Partials                 883      896      +13     
Impacted Files Coverage Δ
src/DiffSharp.Core/DiffSharp.Activations.fs 0.00% <0.00%> (ø)
src/DiffSharp.Core/RawTensor.fs 86.27% <ø> (+0.65%) ⬆️
src/DiffSharp.Core/Tensor.fs 62.79% <ø> (+0.23%) ⬆️
....Backends.ShapeChecking/ShapeChecking.RawTensor.fs 5.51% <0.00%> (-0.58%) ⬇️
...iffSharp.Backends.Reference/Reference.RawTensor.fs 57.45% <22.54%> (-4.81%) ⬇️
src/DiffSharp.Backends.Torch/Torch.RawTensor.fs 77.69% <46.67%> (-2.43%) ⬇️
src/DiffSharp.Core/DiffSharp.AvgPool.fs 80.65% <80.65%> (ø)
src/DiffSharp.Core/ShapeFunctions.fs 61.39% <100.00%> (+0.42%) ⬆️
... and 2 more

@dsyme dsyme changed the base branch from dev to feature/analyzers April 14, 2021 15:35
@dsyme
Copy link
Copy Markdown
Collaborator Author

dsyme commented Oct 11, 2021

Closing as all features in this merge except symbolics are in dev branch now

@dsyme dsyme closed this Oct 11, 2021
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.

1 participant