DASPy-toolbox 1.0.0__tar.gz → 1.1.0__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.
Files changed (54) hide show
  1. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/DASPy_toolbox.egg-info/PKG-INFO +5 -4
  2. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/PKG-INFO +5 -4
  3. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/README.md +4 -3
  4. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/setup.py +1 -1
  5. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/DASPy_toolbox.egg-info/SOURCES.txt +0 -0
  6. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/DASPy_toolbox.egg-info/dependency_links.txt +0 -0
  7. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/DASPy_toolbox.egg-info/entry_points.txt +0 -0
  8. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/DASPy_toolbox.egg-info/requires.txt +0 -0
  9. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/DASPy_toolbox.egg-info/top_level.txt +0 -0
  10. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/LICENSE.txt +0 -0
  11. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/__init__.py +0 -0
  12. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/advanced_tools/__init__.py +0 -0
  13. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/advanced_tools/channel.py +0 -0
  14. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/advanced_tools/decomposition.py +0 -0
  15. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/advanced_tools/denoising.py +0 -0
  16. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/advanced_tools/fdct.py +0 -0
  17. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/advanced_tools/strain2vel.py +0 -0
  18. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/basic_tools/__init__.py +0 -0
  19. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/basic_tools/filter.py +0 -0
  20. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/basic_tools/freqattributes.py +0 -0
  21. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/basic_tools/preprocessing.py +0 -0
  22. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/basic_tools/visualization.py +0 -0
  23. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/core/__init__.py +0 -0
  24. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/core/collection.py +0 -0
  25. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/core/dasdatetime.py +0 -0
  26. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/core/example.pkl +0 -0
  27. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/core/make_example.py +0 -0
  28. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/core/read.py +0 -0
  29. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/core/section.py +0 -0
  30. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/core/write.py +0 -0
  31. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/__init__.py +0 -0
  32. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/calc_travel_time.py +0 -0
  33. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/core.py +0 -0
  34. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/detection.py +0 -0
  35. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/gamma/__init__.py +0 -0
  36. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/gamma/_base.py +0 -0
  37. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/gamma/_bayesian_mixture.py +0 -0
  38. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/gamma/_gaussian_mixture.py +0 -0
  39. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/gamma/app.py +0 -0
  40. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/gamma/seismic_ops.py +0 -0
  41. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/gamma/utils.py +0 -0
  42. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/location.py +0 -0
  43. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/magnitude.py +0 -0
  44. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/seismic_detection/phase_picking.py +0 -0
  45. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/structure_imaging/__init__.py +0 -0
  46. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/structure_imaging/ambient_noise.py +0 -0
  47. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/structure_imaging/dispersion.py +0 -0
  48. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/structure_imaging/fault_zone.py +0 -0
  49. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/structure_imaging/inversion.py +0 -0
  50. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/traffic_monitoring/JamDetection.py +0 -0
  51. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/traffic_monitoring/SpeedMeasurement.py +0 -0
  52. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/traffic_monitoring/VehicleDetection.py +0 -0
  53. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/daspy/traffic_monitoring/__init__.py +0 -0
  54. {DASPy-toolbox-1.0.0 → DASPy-toolbox-1.1.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DASPy-toolbox
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: DASPy is an open-source project dedicated to provide a python package for DAS (Distributed Acoustic Sensing) data processing, which comprises classic seismic data processing techniques and Specialized algorithms for DAS applications.
5
5
  Home-page: https://github.com/HMZ-03/DASPy
6
6
  Author: Minzhe Hu, Zefeng Li
@@ -42,15 +42,16 @@ DASPy runs on Python 3.9 and up. We recommend you use the latest version of pyth
42
42
 
43
43
  ### Pip (recommanded)
44
44
  ```
45
- pip install git+https://github.com/HMZ-03/DASPy.git
45
+ pip install DASPy-toolbox
46
46
  ```
47
47
 
48
- If you installed DASPy this way, you can upgrade DASPy with the following command:
48
+ Install the latest version from GitHub:
49
49
 
50
50
  ```
51
- pip install --upgrade git+https://github.com/HMZ-03/DASPy.git
51
+ pip install git+https://github.com/HMZ-03/DASPy.git
52
52
  ```
53
53
 
54
+
54
55
  ### Conda
55
56
  ```
56
57
  conda install -c hmz-03 daspy
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DASPy-toolbox
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: DASPy is an open-source project dedicated to provide a python package for DAS (Distributed Acoustic Sensing) data processing, which comprises classic seismic data processing techniques and Specialized algorithms for DAS applications.
5
5
  Home-page: https://github.com/HMZ-03/DASPy
6
6
  Author: Minzhe Hu, Zefeng Li
@@ -42,15 +42,16 @@ DASPy runs on Python 3.9 and up. We recommend you use the latest version of pyth
42
42
 
43
43
  ### Pip (recommanded)
44
44
  ```
45
- pip install git+https://github.com/HMZ-03/DASPy.git
45
+ pip install DASPy-toolbox
46
46
  ```
47
47
 
48
- If you installed DASPy this way, you can upgrade DASPy with the following command:
48
+ Install the latest version from GitHub:
49
49
 
50
50
  ```
51
- pip install --upgrade git+https://github.com/HMZ-03/DASPy.git
51
+ pip install git+https://github.com/HMZ-03/DASPy.git
52
52
  ```
53
53
 
54
+
54
55
  ### Conda
55
56
  ```
56
57
  conda install -c hmz-03 daspy
@@ -17,15 +17,16 @@ DASPy runs on Python 3.9 and up. We recommend you use the latest version of pyth
17
17
 
18
18
  ### Pip (recommanded)
19
19
  ```
20
- pip install git+https://github.com/HMZ-03/DASPy.git
20
+ pip install DASPy-toolbox
21
21
  ```
22
22
 
23
- If you installed DASPy this way, you can upgrade DASPy with the following command:
23
+ Install the latest version from GitHub:
24
24
 
25
25
  ```
26
- pip install --upgrade git+https://github.com/HMZ-03/DASPy.git
26
+ pip install git+https://github.com/HMZ-03/DASPy.git
27
27
  ```
28
28
 
29
+
29
30
  ### Conda
30
31
  ```
31
32
  conda install -c hmz-03 daspy
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
 
4
4
  setup(
5
- name='DASPy-toolbox', version='1.0.0',
5
+ name='DASPy-toolbox', version='1.1.0',
6
6
  description=(
7
7
  'DASPy is an open-source project dedicated to provide a python package '
8
8
  'for DAS (Distributed Acoustic Sensing) data processing, which '
File without changes
File without changes