data-manipulation-utilities 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

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.
@@ -76,6 +76,7 @@ push_all()
76
76
  git add pyproject.toml
77
77
  git commit -m "Publication commit"
78
78
 
79
+ git pull $REMOTE HEAD
79
80
  git push -u $REMOTE HEAD
80
81
  git push $REMOTE --tags
81
82
  done
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: data_manipulation_utilities
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Description-Content-Type: text/markdown
5
5
  Requires-Dist: zfit
6
6
  Requires-Dist: logzero
@@ -15,7 +15,6 @@ Requires-Dist: numpy
15
15
  Requires-Dist: matplotlib
16
16
  Requires-Dist: mplhep
17
17
  Requires-Dist: hist[plot]
18
- Requires-Dist: polars
19
18
  Requires-Dist: pandas
20
19
  Provides-Extra: dev
21
20
  Requires-Dist: pytest; extra == "dev"
@@ -1,4 +1,4 @@
1
- data_manipulation_utilities-0.1.2.data/scripts/publish,sha256=MHDsn93GTeJxpsM3hNbOJ7JEtsugX21WOFQ2PGWairU,1943
1
+ data_manipulation_utilities-0.1.3.data/scripts/publish,sha256=-3K_Y2_4CfWCV50rPB8CRuhjxDu7xMGswinRwPovgLs,1976
2
2
  dmu/arrays/utilities.py,sha256=PKoYyybPptA2aU-V3KLnJXBudWxTXu4x1uGdIMQ49HY,1722
3
3
  dmu/generic/utilities.py,sha256=0Xnq9t35wuebAqKxbyAiMk1ISB7IcXK4cFH25MT1fgw,1741
4
4
  dmu/logging/log_store.py,sha256=v0tiNz-6ktT_afD5DuvCZ8Nmr82JKQOPli8hgd28P1Q,3960
@@ -33,14 +33,14 @@ dmu_data/text/transform.txt,sha256=EX760da6Vkf-_EPxnQlC5hGSkfFhJCCGCD19NU-1Qto,4
33
33
  dmu_data/text/transform_set.toml,sha256=Jeh7BTz82idqvbOQJtl9-ur56mZkzDn5WtvmIb48LoE,150
34
34
  dmu_data/text/transform_set.txt,sha256=1KivMoP9LxPn9955QrRmOzjEqduEjhTetQ9MXykO5LY,46
35
35
  dmu_data/text/transform_trf.txt,sha256=zxBRTgcSmX7RdqfmWF88W1YqbyNHa4Ccruf1MmnYv2A,74
36
- dmu_scripts/git/publish,sha256=MHDsn93GTeJxpsM3hNbOJ7JEtsugX21WOFQ2PGWairU,1943
36
+ dmu_scripts/git/publish,sha256=-3K_Y2_4CfWCV50rPB8CRuhjxDu7xMGswinRwPovgLs,1976
37
37
  dmu_scripts/physics/check_truth.py,sha256=b1P_Pa9ef6VcFtyY6Y9KS9Om9L-QrCBjDKp4dqca0PQ,3964
38
38
  dmu_scripts/rfile/compare_root_files.py,sha256=T8lDnQxsRNMr37x1Y7YvWD8ySHrJOWZki7ZQynxXX9Q,9540
39
39
  dmu_scripts/rfile/print_trees.py,sha256=Ze4Ccl_iUldl4eVEDVnYBoe4amqBT1fSBR1zN5WSztk,941
40
40
  dmu_scripts/ssh/coned.py,sha256=lhilYNHWRCGxC-jtyJ3LQ4oUgWW33B2l1tYCcyHHsR0,4858
41
41
  dmu_scripts/text/transform_text.py,sha256=9akj1LB0HAyopOvkLjNOJiptZw5XoOQLe17SlcrGMD0,1456
42
- data_manipulation_utilities-0.1.2.dist-info/METADATA,sha256=rZH-skce03MM8Hd_eHwsxEakeyJTJVKR0oCFnD-zkJk,19988
43
- data_manipulation_utilities-0.1.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
- data_manipulation_utilities-0.1.2.dist-info/entry_points.txt,sha256=1TIZDed651KuOH-DgaN5AoBdirKmrKE_oM1b6b7zTUU,270
45
- data_manipulation_utilities-0.1.2.dist-info/top_level.txt,sha256=n_x5J6uWtSqy9mRImKtdA2V2NJNyU8Kn3u8DTOKJix0,25
46
- data_manipulation_utilities-0.1.2.dist-info/RECORD,,
42
+ data_manipulation_utilities-0.1.3.dist-info/METADATA,sha256=B5iXndYVjaA3C5mvyw3zrv8Rr6YWaBejpDexpRUKYK0,19966
43
+ data_manipulation_utilities-0.1.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
44
+ data_manipulation_utilities-0.1.3.dist-info/entry_points.txt,sha256=1TIZDed651KuOH-DgaN5AoBdirKmrKE_oM1b6b7zTUU,270
45
+ data_manipulation_utilities-0.1.3.dist-info/top_level.txt,sha256=n_x5J6uWtSqy9mRImKtdA2V2NJNyU8Kn3u8DTOKJix0,25
46
+ data_manipulation_utilities-0.1.3.dist-info/RECORD,,
dmu_scripts/git/publish CHANGED
@@ -76,6 +76,7 @@ push_all()
76
76
  git add pyproject.toml
77
77
  git commit -m "Publication commit"
78
78
 
79
+ git pull $REMOTE HEAD
79
80
  git push -u $REMOTE HEAD
80
81
  git push $REMOTE --tags
81
82
  done