dapper 1.7.2__tar.gz → 1.7.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dapper-1.7.2 → dapper-1.7.3}/PKG-INFO +5 -4
- {dapper-1.7.2 → dapper-1.7.3}/dapper/__init__.py +1 -1
- {dapper-1.7.2 → dapper-1.7.3}/dapper.egg-info/PKG-INFO +5 -4
- {dapper-1.7.2 → dapper-1.7.3}/dapper.egg-info/requires.txt +2 -2
- {dapper-1.7.2 → dapper-1.7.3}/setup.py +6 -3
- {dapper-1.7.2 → dapper-1.7.3}/LICENCE.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/README.md +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/README.md +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/da_methods/README.md +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/da_methods/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/da_methods/baseline.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/da_methods/ensemble.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/da_methods/extended.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/da_methods/other.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/da_methods/particle.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/da_methods/variational.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/dpr_config.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/dpr_config.yaml +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/DoublePendulum/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/DoublePendulum/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/DoublePendulum/settings101.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Id/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Ikeda/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Ikeda/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Ikeda/some_settings_01.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/KS/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/KS/bocquet2019.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/KS/compare_schemes.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/KS/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LA/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LA/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LA/evensen2009.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LA/raanes2015.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LA/small.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz05/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz05/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz05/settings01.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/anderson2010rhf.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/bocquet2012.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/extras.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/mandel2016.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/ramgraber2022.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/sakov2012.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz63/wiljes2017.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz84/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz84/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz84/harder.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz84/pajonk2012.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/anderson2009.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/bocquet2010.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/bocquet2010_m40.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/bocquet2015loc.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/extras.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/frei2013bridging.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/hoteit2015.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/miyoshi2011.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/pinheiro2019.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/raanes2016.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/sakov2008.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/spantini2019.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/spectral_obs.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/todter2015.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96/todter2015_G.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96s/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/Lorenz96s/grudzien2020.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LorenzUV/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LorenzUV/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LorenzUV/illust_LorenzUV.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LorenzUV/illust_parameterizations.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LorenzUV/lorenz96.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LorenzUV/wilks05.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LotkaVolterra/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LotkaVolterra/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/LotkaVolterra/settings101.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/counillon2009.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/Makefile +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/README.md +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/calc.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/data.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/helmholtz.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/interface.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/nfw.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/parameters.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/prms_cou09_ens.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/prms_cou09_truth.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/prms_counillon2009_ens.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/prms_counillon2009_truth.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/prms_sak08.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/prms_sakov2008.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/prms_sample_generation.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/prms_test_model.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/qg.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/qgflux.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/qgstep.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/f90/utils.f90 +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/governing_eqn.png +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/illust_obs.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/QG/sakov2008.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/README.md +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/VL20/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/VL20/demo.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/explore_props.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/integration.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/mods/utils.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/stats.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/stats_etc.md +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/chronos.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/colors.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/datafiles.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/linalg.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/liveplotting.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/localization.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/matrices.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/multiproc.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/progressbar.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/randvars.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/remote/README.md +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/remote/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/remote/autoscaler.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/remote/uplink.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/rounding.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/seeding.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/series.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/tools/viz.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/xp_launch.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper/xp_process.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper.egg-info/SOURCES.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper.egg-info/dependency_links.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/dapper.egg-info/top_level.txt +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/pyproject.toml +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/setup.cfg +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/__init__.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_HMMs.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_TLMs.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_data.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_demos.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_example_2.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_iEnKS.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_localization.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_matrices.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_operator.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_plotting.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_printing.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_randvars.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_rng.py +0 -0
- {dapper-1.7.2 → dapper-1.7.3}/tests/test_round2.py +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dapper
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.3
|
|
4
4
|
Summary: DAPPER benchmarks the performance of data assimilation (DA) methods.
|
|
5
5
|
Author: Patrick N. Raanes
|
|
6
6
|
Author-email: patrick.n.raanes@gmail.com
|
|
7
|
+
License: MIT
|
|
7
8
|
Project-URL: Documentation, https://nansencenter.github.io/DAPPER/
|
|
8
9
|
Project-URL: Source, https://github.com/nansencenter/DAPPER
|
|
9
10
|
Project-URL: Tracker, https://github.com/nansencenter/DAPPER/issues
|
|
@@ -12,7 +13,6 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
12
13
|
Classifier: Intended Audience :: Science/Research
|
|
13
14
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
14
15
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Requires-Python: >=3.12
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
@@ -23,8 +23,8 @@ Requires-Dist: matplotlib>=3.10
|
|
|
23
23
|
Requires-Dist: pyyaml>=6.0.2
|
|
24
24
|
Requires-Dist: ipython>=7.34
|
|
25
25
|
Requires-Dist: ipdb
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist: notebook<
|
|
26
|
+
Requires-Dist: setuptools
|
|
27
|
+
Requires-Dist: notebook<6.5
|
|
28
28
|
Requires-Dist: mpl-tools==0.4.1
|
|
29
29
|
Requires-Dist: tqdm~=4.67
|
|
30
30
|
Requires-Dist: colorama~=0.4.1
|
|
@@ -95,6 +95,7 @@ Dynamic: classifier
|
|
|
95
95
|
Dynamic: description
|
|
96
96
|
Dynamic: description-content-type
|
|
97
97
|
Dynamic: keywords
|
|
98
|
+
Dynamic: license
|
|
98
99
|
Dynamic: license-file
|
|
99
100
|
Dynamic: project-url
|
|
100
101
|
Dynamic: provides-extra
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dapper
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.3
|
|
4
4
|
Summary: DAPPER benchmarks the performance of data assimilation (DA) methods.
|
|
5
5
|
Author: Patrick N. Raanes
|
|
6
6
|
Author-email: patrick.n.raanes@gmail.com
|
|
7
|
+
License: MIT
|
|
7
8
|
Project-URL: Documentation, https://nansencenter.github.io/DAPPER/
|
|
8
9
|
Project-URL: Source, https://github.com/nansencenter/DAPPER
|
|
9
10
|
Project-URL: Tracker, https://github.com/nansencenter/DAPPER/issues
|
|
@@ -12,7 +13,6 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
12
13
|
Classifier: Intended Audience :: Science/Research
|
|
13
14
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
14
15
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
16
16
|
Classifier: Operating System :: OS Independent
|
|
17
17
|
Requires-Python: >=3.12
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
@@ -23,8 +23,8 @@ Requires-Dist: matplotlib>=3.10
|
|
|
23
23
|
Requires-Dist: pyyaml>=6.0.2
|
|
24
24
|
Requires-Dist: ipython>=7.34
|
|
25
25
|
Requires-Dist: ipdb
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist: notebook<
|
|
26
|
+
Requires-Dist: setuptools
|
|
27
|
+
Requires-Dist: notebook<6.5
|
|
28
28
|
Requires-Dist: mpl-tools==0.4.1
|
|
29
29
|
Requires-Dist: tqdm~=4.67
|
|
30
30
|
Requires-Dist: colorama~=0.4.1
|
|
@@ -95,6 +95,7 @@ Dynamic: classifier
|
|
|
95
95
|
Dynamic: description
|
|
96
96
|
Dynamic: description-content-type
|
|
97
97
|
Dynamic: keywords
|
|
98
|
+
Dynamic: license
|
|
98
99
|
Dynamic: license-file
|
|
99
100
|
Dynamic: project-url
|
|
100
101
|
Dynamic: provides-extra
|
|
@@ -31,8 +31,11 @@ INSTALL_REQUIRES = [
|
|
|
31
31
|
"pyyaml>=6.0.2",
|
|
32
32
|
"ipython>=7.34",
|
|
33
33
|
"ipdb",
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
# Latest installs (Mac and Ubuntu) of notebook 6.5 fail
|
|
35
|
+
# (Could not open static file ''), so downgrade:
|
|
36
|
+
"setuptools",
|
|
37
|
+
"notebook<6.5", # Colab will still use 6.5
|
|
38
|
+
# "notebook<7", # only nbclassic supports nbAgg (liveplotting in Jupyter) backend
|
|
36
39
|
"mpl-tools==0.4.1",
|
|
37
40
|
"tqdm~=4.67",
|
|
38
41
|
"colorama~=0.4.1",
|
|
@@ -113,6 +116,7 @@ setup(
|
|
|
113
116
|
description=DOCLINES[0],
|
|
114
117
|
long_description="\n".join(DOCLINES[2:]),
|
|
115
118
|
long_description_content_type="text/markdown",
|
|
119
|
+
license="MIT",
|
|
116
120
|
# >=3.5 for @.
|
|
117
121
|
# >=3.6 for mpl>=3.1.
|
|
118
122
|
# >=3.7 for dataclass, capture_output, dict ordering, np>=1.20.
|
|
@@ -133,7 +137,6 @@ setup(
|
|
|
133
137
|
"Intended Audience :: Science/Research",
|
|
134
138
|
"Topic :: Scientific/Engineering :: Mathematics",
|
|
135
139
|
"Programming Language :: Python :: 3",
|
|
136
|
-
"License :: OSI Approved :: MIT License",
|
|
137
140
|
"Operating System :: OS Independent",
|
|
138
141
|
],
|
|
139
142
|
keywords=(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|