Skip to content

Commit

Permalink
Update docs and requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbieri committed Feb 27, 2022
1 parent 129a06a commit 3c93b15
Show file tree
Hide file tree
Showing 10 changed files with 339 additions and 13,137 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ A demonstration of the code can be found in [demo.html](demo.html) (output of [d

### Dependencies

| Package  | Version  | Annotation   |
|:--------------|:-------------:|:------------------------------------------------|
| matplotlib | 3.5.0 | Always needed (includes numpy) |
| jupyter | 1.0.0 | Just for the demonstration in demo.ipynb |
| IPython | 7.29.0 | Just for the demonstration in demo.ipynb |
| pdoc | 8.0.1 | Only to generate the documentation from scratch |
| Package   | Version   | Annotation   |
|:---------------|:--------------:|:------------------------------------------------|
| matplotlib | 3.5.1 | Always needed (includes numpy) |
| jupyter | 1.0.0 | Just for the demonstration in demo.ipynb |
| IPython | 8.1.0 | Just for the demonstration in demo.ipynb |
| pdoc | 10.0.1 | Only to generate the documentation from scratch |
<br>
Install the dependencies with the following command:

Expand Down
140 changes: 60 additions & 80 deletions docs/Shelegia_Motta_2021.html

Large diffs are not rendered by default.

109 changes: 62 additions & 47 deletions docs/Shelegia_Motta_2021/IModel.html

Large diffs are not rendered by default.

160 changes: 87 additions & 73 deletions docs/Shelegia_Motta_2021/Models.html

Large diffs are not rendered by default.

244 changes: 3 additions & 241 deletions docs/index.html

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions docs/search.js

Large diffs are not rendered by default.

Binary file added docs/sm21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib==3.5.0
matplotlib==3.5.1
jupyter==1.0.0
pdoc==8.0.1
IPython==7.31.1
pdoc==10.0.1
IPython==8.1.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name='Shelegia_Motta_2021',
packages=find_packages(exclude=["Shelegia_Motta_2021_Test"]),
version='1.0.0', # change with new version
version='1.0.1', # change with new version
license='MIT',
description='Implements the model presented in Shelegia and Motta (2021)',
long_description=long_description,
Expand All @@ -32,6 +32,6 @@
'Programming Language :: Python :: 3.8',
],
install_requires=[
"matplotlib>=3.5.0", # change with new version
"matplotlib>=3.5.1", # change with new version
],
)
12,787 changes: 104 additions & 12,683 deletions slides.ipynb

Large diffs are not rendered by default.

0 comments on commit 3c93b15

Please sign in to comment.