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

[WIP] Add support for MPContribs. #37

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1b91c9d
method for creating mpcontribs cards.
deepanshs Feb 19, 2021
033c1a9
Merge branch 'master' into mpcontribs
deepanshs Feb 21, 2021
b87b8b3
Merge branch 'master' of https://github.com/DeepanshS/MRsimulator int…
deepanshs Feb 26, 2021
9af4bbe
fixed test error.
deepanshs Feb 26, 2021
89f909e
fixed sign issue from shielding to shift.
deepanshs Feb 26, 2021
4deab3d
Merge branch 'master' into mpcontribs
deepanshs Mar 3, 2021
98291b7
.
deepanshs Mar 5, 2021
2e9e8f6
add example show how to generate mpcontrib cards.
deepanshs Mar 10, 2021
232df0e
.
deepanshs Mar 10, 2021
a6bfa7c
Added Classes for contribs code
deepanshs Mar 12, 2021
8efc65a
Added keywords from mpcontribs ContributionsSchema to the ContribSche…
deepanshs Mar 12, 2021
09544aa
Merge branch 'master' into mpcontribs
deepanshs Apr 13, 2021
8848531
Merge branch 'master' into mpcontribs
deepanshs Apr 24, 2021
111be04
add dict() to mrsimulator.__init__ file.
deepanshs May 1, 2021
c982f5c
improved test coverage
deepanshs May 1, 2021
d8d37df
Merge branch 'master' into mpcontribs
deepanshs May 4, 2021
a8a4053
Merge branch 'master' into mpcontribs
deepanshs May 8, 2021
a151510
Merge branch 'master' into mpcontribs
deepanshs May 13, 2021
27c04a3
Merge branch 'master' into mpcontribs
deepanshs Jun 1, 2021
7edad3a
fixed duplicate dict() def.
deepanshs Jun 1, 2021
06add19
Merge branch 'master' into mpcontribs
deepanshs Jun 3, 2021
68c79c1
update contribs module to include attachments.
deepanshs Jun 4, 2021
2af804a
Merge branch 'master' of https://github.com/DeepanshS/MRsimulator int…
deepanshs Jun 11, 2021
ccc1f54
- add mpcontribs to requirements-dev.txt
deepanshs Jun 11, 2021
a1786ac
Merge branch 'master' into mpcontribs
deepanshs Jul 30, 2021
7ae12e0
Merge branch 'master' into mpcontribs
deepanshs Sep 28, 2021
7a0216d
include mpcontribs-client to requirements.
deepanshs Sep 28, 2021
d97009b
add mpcontribs-client to requirements.
deepanshs Sep 28, 2021
4566934
fixed test error.
deepanshs Sep 28, 2021
a4251d7
update numpy requirements to v1.20
deepanshs Sep 29, 2021
8341ee6
.
deepanshs Sep 29, 2021
96963a8
.
deepanshs Sep 29, 2021
f4df980
.
deepanshs Sep 29, 2021
2b64242
.
deepanshs Sep 29, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
include mpcontribs-client to requirements.
deepanshs committed Sep 28, 2021
commit 7a0216d12617255baf0a3ed5f1151fbc3e85eb1d
1 change: 1 addition & 0 deletions environment-dev.yml
Original file line number Diff line number Diff line change
@@ -36,3 +36,4 @@ dependencies:
- recommonmark
- sphinx-version-warning
- plotly
- mpcontribs-client
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -31,3 +31,4 @@ sphinx-tabs>=1.1.13
recommonmark
sphinx-version-warning
plotly
mpcontribs-client