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.

Files changed (23) hide show
  1. {barsukov-1.2.6 → barsukov-1.2.7}/.gitignore +2 -2
  2. {barsukov-1.2.6/src/barsukov.egg-info → barsukov-1.2.7}/PKG-INFO +1 -1
  3. {barsukov-1.2.6 → barsukov-1.2.7/src/barsukov.egg-info}/PKG-INFO +1 -1
  4. {barsukov-1.2.6 → barsukov-1.2.7}/.github/workflows/versioning.yml +0 -0
  5. {barsukov-1.2.6 → barsukov-1.2.7}/MANIFEST.in +0 -0
  6. {barsukov-1.2.6 → barsukov-1.2.7}/README.md +0 -0
  7. {barsukov-1.2.6 → barsukov-1.2.7}/setup.cfg +0 -0
  8. {barsukov-1.2.6 → barsukov-1.2.7}/setup.py +0 -0
  9. {barsukov-1.2.6 → barsukov-1.2.7}/src/Untitled.ipynb +0 -0
  10. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/__init__.py +0 -0
  11. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/data/__init__.py +0 -0
  12. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/data/fft.py +0 -0
  13. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/exp/__init__.py +0 -0
  14. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/exp/exp_utils.py +0 -0
  15. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/exp/mwHP.py +0 -0
  16. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/logger.py +0 -0
  17. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/obj2file.py +0 -0
  18. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/script.py +0 -0
  19. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov/time.py +0 -0
  20. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov.egg-info/SOURCES.txt +0 -0
  21. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov.egg-info/dependency_links.txt +0 -0
  22. {barsukov-1.2.6 → barsukov-1.2.7}/src/barsukov.egg-info/requires.txt +0 -0
  23. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: barsukov
3
- Version: 1.2.6
3
+ Version: 1.2.7
4
4
  Summary: Experiment Automation Package
5
5
  Home-page: https://barsukov.ucr.edu
6
6
  Author: Igor Barsukov, Steven Castaneda
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: barsukov
3
- Version: 1.2.6
3
+ Version: 1.2.7
4
4
  Summary: Experiment Automation Package
5
5
  Home-page: https://barsukov.ucr.edu
6
6
  Author: Igor Barsukov, Steven Castaneda
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes