barsukov 1.2.6__tar.gz → 1.2.7__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.
Potentially problematic release.
This version of barsukov might be problematic. Click here for more details.
- {barsukov-1.2.6 → barsukov-1.2.7}/.gitignore +2 -2
- {barsukov-1.2.6/src/barsukov.egg-info → barsukov-1.2.7}/PKG-INFO +1 -1
- {barsukov-1.2.6 → barsukov-1.2.7/src/barsukov.egg-info}/PKG-INFO +1 -1
- {barsukov-1.2.6 → barsukov-1.2.7}/.github/workflows/versioning.yml +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/MANIFEST.in +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/README.md +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/setup.cfg +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/setup.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/Untitled.ipynb +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/__init__.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/data/__init__.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/data/fft.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/exp/__init__.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/exp/exp_utils.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/exp/mwHP.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/logger.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/obj2file.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/script.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/time.py +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov.egg-info/SOURCES.txt +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov.egg-info/dependency_links.txt +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov.egg-info/requires.txt +0 -0
- {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov.egg-info/top_level.txt +0 -0
|
@@ -27,7 +27,6 @@ share/python-wheels/
|
|
|
27
27
|
*.egg-info/
|
|
28
28
|
.installed.cfg
|
|
29
29
|
*.egg
|
|
30
|
-
MANIFEST.in
|
|
31
30
|
|
|
32
31
|
# PyInstaller
|
|
33
32
|
# Usually these files are written by a python script from a template
|
|
@@ -79,6 +78,7 @@ docs/_build/
|
|
|
79
78
|
target/
|
|
80
79
|
|
|
81
80
|
# Jupyter Notebook
|
|
81
|
+
*.ipynb
|
|
82
82
|
.ipynb_checkpoints
|
|
83
83
|
|
|
84
84
|
# IPython
|
|
@@ -241,4 +241,4 @@ fabric.properties
|
|
|
241
241
|
.idea/httpRequests
|
|
242
242
|
|
|
243
243
|
# Android studio 3.1+ serialized cache file
|
|
244
|
-
.idea/caches/build_file_checksums.ser
|
|
244
|
+
.idea/caches/build_file_checksums.ser
|
|
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
|