-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ | |
__contact__ = '[email protected]' | ||
__copyright__ = 'Copyright (c) 2023 Mathieu Daëron' | ||
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause' | ||
__date__ = '2023-05-14' | ||
__version__ = '2.1.0' | ||
__date__ = '2023-05-16' | ||
__version__ = '2.1.1' | ||
|
||
import os | ||
import numpy as np | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -844,8 +844,8 @@ <h2 id="api-documentation">API Documentation</h2> | |
</span><span id="L-20"><a href="#L-20"><span class="linenos"> 20</span></a><span class="n">__contact__</span> <span class="o">=</span> <span class="s1">'[email protected]'</span> | ||
</span><span id="L-21"><a href="#L-21"><span class="linenos"> 21</span></a><span class="n">__copyright__</span> <span class="o">=</span> <span class="s1">'Copyright (c) 2023 Mathieu Daëron'</span> | ||
</span><span id="L-22"><a href="#L-22"><span class="linenos"> 22</span></a><span class="n">__license__</span> <span class="o">=</span> <span class="s1">'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'</span> | ||
</span><span id="L-23"><a href="#L-23"><span class="linenos"> 23</span></a><span class="n">__date__</span> <span class="o">=</span> <span class="s1">'2023-05-14'</span> | ||
</span><span id="L-24"><a href="#L-24"><span class="linenos"> 24</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s1">'2.1.0'</span> | ||
</span><span id="L-23"><a href="#L-23"><span class="linenos"> 23</span></a><span class="n">__date__</span> <span class="o">=</span> <span class="s1">'2023-05-16'</span> | ||
</span><span id="L-24"><a href="#L-24"><span class="linenos"> 24</span></a><span class="n">__version__</span> <span class="o">=</span> <span class="s1">'2.1.1'</span> | ||
</span><span id="L-25"><a href="#L-25"><span class="linenos"> 25</span></a> | ||
</span><span id="L-26"><a href="#L-26"><span class="linenos"> 26</span></a><span class="kn">import</span> <span class="nn">os</span> | ||
</span><span id="L-27"><a href="#L-27"><span class="linenos"> 27</span></a><span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span> | ||
|