rpy-bridge 0.3.0__tar.gz → 0.3.1__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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rpy-bridge
3
- Version: 0.3.0
4
- Summary: Bridge helpers for calling R from Python via rpy2
3
+ Version: 0.3.1
4
+ Summary: Python-to-R interoperability engine with environment management, type-safe conversions, data normalization, and safe R function execution.
5
5
  Author-email: Victoria Cheung <victoriakcheung@gmail.com>
6
6
  License: MIT License
7
7
 
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "rpy-bridge"
3
- version = "0.3.0"
4
- description = "Bridge helpers for calling R from Python via rpy2"
3
+ version = "0.3.1"
4
+ description = "Python-to-R interoperability engine with environment management, type-safe conversions, data normalization, and safe R function execution."
5
5
  readme = "README.md"
6
6
  license = { file = "LICENSE" }
7
7
  authors = [
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rpy-bridge
3
- Version: 0.3.0
4
- Summary: Bridge helpers for calling R from Python via rpy2
3
+ Version: 0.3.1
4
+ Summary: Python-to-R interoperability engine with environment management, type-safe conversions, data normalization, and safe R function execution.
5
5
  Author-email: Victoria Cheung <victoriakcheung@gmail.com>
6
6
  License: MIT License
7
7
 
File without changes
File without changes
File without changes
File without changes