@@ -17,11 +17,7 @@ Installation
1717
1818 ``git clone https://github.com/WUST-FOG/gnlse-python.git ``
1919
20- 4. Install the requirements:
21-
22- ``pip install -r requirements.txt ``
23-
24- 5. Install the package:
20+ 4. Install the package with all requirements:
2521
2622 ``pip install . ``
2723
@@ -85,7 +81,7 @@ Major features
8581 and calculated from effective refractive indices.
8682 * A number of example scripts in the ``examples `` subdirectory:
8783
88- * ``plot_input_pulse.py ``, plotting various input impulse envelopes,
84+ * ``plot_input_pulse.py ``, plotting various input pulse envelopes,
8985 * ``plot_Raman_response.py ``, plotting supported Raman response functions
9086 in the time domain,
9187 * ``test_3rd_order_soliton.py ``, demonstrating the evolution of spectral
@@ -96,8 +92,8 @@ Major features
9692 different GNLSE and M-GNLSE
9793 (take into account mode profile dispersion),
9894 * ``test_Dudley ``, an example of supercontinuum generation using
99- different input impulse envelopes,
100- * ``test_gvd ``, showing impulse broadening due to group velocity
95+ different input pulse envelopes,
96+ * ``test_gvd ``, showing pulse broadening due to group velocity
10197 dispersion,
10298 * ``test_import_export.py ``, an example of saving and loading simulation
10399 results to and from a \* .mat file.
@@ -110,21 +106,24 @@ Major features
110106Release information
111107-------------------
112108
113- v1.1.2 was released on August 30, 2021 . The master branch works with
109+ v2.0.0 was released on April 26, 2022 . The master branch works with
114110**Python 3.7. **
115111
116- ======= =============== ====================================================
117- Version Date Notes
118- ======= =============== ====================================================
119- 1.1.2 August 30, 2021 * ADD: Continious wave envelope
120- * FIX: Shift scalling data for nonlinear coefficient
121- 1.1.1 August 28, 2021 * CHANGE: Minor bug fix with scaling
122- * CHANGE: Few minor changes in the documentation
123- 1.1.0 August 21, 2021 * Modified-GNLSE extension
124- * CHANGE: Code refactor - relocate attribiutes
125- 1.0.0 August 13, 2020 * The first proper release
126- * CHANGE: Complete documentation and code.
127- ======= =============== ====================================================
112+ ======= ================= ====================================================
113+ Version Date Notes
114+ ======= ================= ====================================================
115+ 2.0.0 April 26, 2022 * CHANGE: Code refactor - rename modules
116+ * FIX: Fixed extrapolation for nonlinear coefficient
117+ 1.1.3 February 13, 2022 * FIX: Fix scaling for interpolated dispersion
118+ 1.1.2 August 30, 2021 * ADD: Continious wave envelope
119+ * FIX: Shift scalling data for nonlinear coefficient
120+ 1.1.1 August 28, 2021 * CHANGE: Minor bug fix with scaling
121+ * CHANGE: Few minor changes in the documentation
122+ 1.1.0 August 21, 2021 * Modified-GNLSE extension
123+ * CHANGE: Code refactor - relocate attribiutes
124+ 1.0.0 August 13, 2020 * The first proper release
125+ * CHANGE: Complete documentation and code.
126+ ======= ================= ====================================================
128127
129128Authors
130129*******
0 commit comments