Skip to content

fix issue #79 #91

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

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f2f4a52
issue #79: setting np.set_printoption threshold param to np.nan is no…
Jan 10, 2020
e19f1f5
gitignore and requirements modified
SebastianoF Nov 17, 2019
a51ba77
questions dict added
SebastianoF Nov 17, 2019
343b475
initialise and questions draft
SebastianoF Nov 17, 2019
b9f3eb7
dict progresses
SebastianoF Nov 17, 2019
953f91a
wip - more dicts entries added
SebastianoF Nov 17, 2019
ca6183a
quesions and hints added, solutions in progress
SebastianoF Nov 18, 2019
ed93c96
dict to 100 questions, hints and answers done
SebastianoF Nov 18, 2019
7d1b400
update textfile scheleton, todo added
SebastianoF Nov 21, 2019
b531b17
pick function implemented
SebastianoF Nov 21, 2019
6627ab7
geneartors added and new md and jupyter files created
SebastianoF Nov 23, 2019
415a4ff
add quick creators of all files via geneators.py
SebastianoF Nov 23, 2019
13c7e5c
rename and ktx source files added
SebastianoF Jan 12, 2020
7e871d4
doc update and data_source removed
SebastianoF Jan 12, 2020
d80aa9c
source updated with latest merged PR and source re-created
SebastianoF Jan 19, 2020
a9fb35b
trailing File addressed
SebastianoF Jan 21, 2020
106ca63
fix No.25
Feb 12, 2020
048e809
Fix error when running initialise.py on localized Windows
Feb 29, 2020
494225f
fix issue #92
zhukpm Mar 7, 2020
8fe9fdb
Create FUNDING.yml
rougier Apr 6, 2020
b254334
issue #79: setting np.set_printoption threshold param to np.nan is no…
Jan 10, 2020
e21ebee
issue #79: setting np.set_printoption threshold param to np.nan is no…
Jan 10, 2020
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
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: rougier # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.ipynb_checkpoints/
__pycache__
venv
.idea
.vscode
Untitled.ipynb
Loading