AMR 2.1.1.9220__py3-none-any.whl → 2.1.1.9221__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.
AMR/datasets.py CHANGED
@@ -40,9 +40,7 @@ except metadata.PackageNotFoundError:
40
40
 
41
41
  # R package version of AMR
42
42
  r_amr_version = robjects.r(f'as.character(packageVersion("AMR", lib.loc = "{r_amr_lib_path}"))')
43
-
44
- print(python_amr_version)
45
- print(r_amr_version)
43
+ r_amr_version = str(r_amr_version[0])
46
44
 
47
45
  # Compare R and Python package versions
48
46
  if r_amr_version != python_amr_version:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: AMR
3
- Version: 2.1.1.9220
3
+ Version: 2.1.1.9221
4
4
  Summary: A Python wrapper for the AMR R package
5
5
  Home-page: https://github.com/msberends/AMR
6
6
  Author: Matthijs Berends
@@ -0,0 +1,7 @@
1
+ AMR/__init__.py,sha256=CqpcLv7M6mte09zdHYPzBuHJQeFAqJ4s2uN_rExYfoM,7730
2
+ AMR/datasets.py,sha256=_9pBp_J2NXDadNBkqI9PUIA-AkLUt5sAcxZX1t8H8-8,2657
3
+ AMR/functions.py,sha256=91Tl9Jh6sbu-1xUvlst9VyQB5HJOe6ZCNhjtPpnLuik,46722
4
+ amr-2.1.1.9221.dist-info/METADATA,sha256=3tqpnclwFaHAt5m0pfmHNz7IlWUWJiGvnrjKLIZvfG4,10095
5
+ amr-2.1.1.9221.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
6
+ amr-2.1.1.9221.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
+ amr-2.1.1.9221.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.1.0)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- AMR/__init__.py,sha256=CqpcLv7M6mte09zdHYPzBuHJQeFAqJ4s2uN_rExYfoM,7730
2
- AMR/datasets.py,sha256=Fc9Ogxehhthw2T7qVc758zWdYkkztDYyWH4RRMwekcI,2667
3
- AMR/functions.py,sha256=91Tl9Jh6sbu-1xUvlst9VyQB5HJOe6ZCNhjtPpnLuik,46722
4
- amr-2.1.1.9220.dist-info/METADATA,sha256=IC1zGwCDMXU4UIika_3fe6Vw6V2Lqu_fiRqg0tEVXtk,10095
5
- amr-2.1.1.9220.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
6
- amr-2.1.1.9220.dist-info/top_level.txt,sha256=7K6Mq_X_OHdXOzQM5y06VUadXjYkze6yzufL1d7_6xc,4
7
- amr-2.1.1.9220.dist-info/RECORD,,