matlabpy 0.0.3__py3-none-any.whl → 0.0.7__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.
matlabpy/__init__.py CHANGED
@@ -0,0 +1,3 @@
1
+ from .matlabpy import M, mat, zeros, ones, eye, rand, linspace, diag
2
+
3
+ __all__ = ["M", "mat", "zeros", "ones", "eye", "rand", "linspace", "diag"]
@@ -1,14 +1,17 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: matlabpy
3
- Version: 0.0.3
3
+ Version: 0.0.7
4
4
  Summary: A Python library for MATLAB integration
5
5
  Author: Daniel F. Hernández Gardiol
6
6
  Author-email: dan.fhg@gmail.com
7
7
  Requires-Python: >=3.14
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.14
10
+ Requires-Dist: numpy (>=1.20.0)
10
11
  Description-Content-Type: text/markdown
11
12
 
13
+ hopefully this will be version 6
14
+
12
15
  matpy.py — A lightweight Python library that mimics core MATLAB matrix syntax & operators
13
16
 
14
17
  To publish a new version:
@@ -24,3 +27,9 @@ git tag v$(poetry version --short)
24
27
  # 4. Push the commit and the tag to GitHub
25
28
  git push origin main
26
29
  git push origin v$(poetry version --short)
30
+
31
+ poetry version patch
32
+ git commit -am "Bump version to $(poetry version --short)"
33
+ git tag v$(poetry version --short)
34
+ git push origin main
35
+ git push origin v$(poetry version --short)
@@ -0,0 +1,4 @@
1
+ matlabpy/__init__.py,sha256=MleIBao5lYlWadcFJ8TN8I2uefYWSKb53vSHrZ6pHLE,145
2
+ matlabpy-0.0.7.dist-info/METADATA,sha256=0aypkVzt2IdWFYPQSjnOvkVe7TfvPFIxzrb4kOVi3Jc,1046
3
+ matlabpy-0.0.7.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
+ matlabpy-0.0.7.dist-info/RECORD,,
@@ -1,4 +0,0 @@
1
- matlabpy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- matlabpy-0.0.3.dist-info/METADATA,sha256=Ygk1HM1SZvM82k4CwDrnLH45Bx1VMzOcaH4oJBDaOV0,800
3
- matlabpy-0.0.3.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
- matlabpy-0.0.3.dist-info/RECORD,,