amalgam-lang 12.2.2__py3-none-manylinux_2_29_aarch64.whl → 12.3.1__py3-none-manylinux_2_29_aarch64.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.
Binary file
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "54.2.3"
2
+ "version": "54.3.1"
3
3
  }
Binary file
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "54.2.3"
2
+ "version": "54.3.1"
3
3
  }
amalgam/lib/version.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": {
3
- "amalgam": "54.2.3",
4
- "amalgam_sha": "9f376228c0a9bdd01a1be071dd96a2b8147b3da3",
5
- "amalgam_url": "https://github.com/howsoai/amalgam/releases/tag/54.2.3",
3
+ "amalgam": "54.3.1",
4
+ "amalgam_sha": "490a68b7968de07ed19b272e4ccfe1fd5b051adb",
5
+ "amalgam_url": "https://github.com/howsoai/amalgam/releases/tag/54.3.1",
6
6
  "amalgam_build_date": "",
7
7
  "amalgam_display_title": ""
8
8
  }
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: amalgam-lang
3
- Version: 12.2.2
4
- Summary: A direct interface with Amalgam compiled DLL or so.
3
+ Version: 12.3.1
4
+ Summary: A direct interface with Amalgam compiled DLL, dylib, or so.
5
5
  Author: Howso Incorporated
6
6
  Author-email: support@howso.com
7
7
  License: GNU AFFERO GENERAL PUBLIC LICENSE
@@ -670,7 +670,7 @@ Project-URL: homepage, https://howso.com
670
670
  Project-URL: documentation, https://docs.howso.com/
671
671
  Project-URL: repository, https://github.com/howsoai/amalgam-lang-py
672
672
  Keywords: machine,learning,artificial,intelligence
673
- Classifier: Development Status :: 3 - Alpha
673
+ Classifier: Development Status :: 5 - Production/Stable
674
674
  Classifier: Intended Audience :: Science/Research
675
675
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
676
676
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
@@ -692,7 +692,6 @@ Provides-Extra: dev
692
692
  Requires-Dist: flake8 ; extra == 'dev'
693
693
  Requires-Dist: flake8-docstrings ; extra == 'dev'
694
694
  Requires-Dist: flake8-import-order ; extra == 'dev'
695
- Requires-Dist: pip-tools ; extra == 'dev'
696
695
  Requires-Dist: pytest ; extra == 'dev'
697
696
  Requires-Dist: pytest-cov ; extra == 'dev'
698
697
  Requires-Dist: pytest-mock ; extra == 'dev'
@@ -713,7 +712,7 @@ Coding in [Amalgam](https://github.com/howsoai/amalgam) can be done natively as
713
712
 
714
713
  ## Supported Platforms
715
714
 
716
- Compatible with Python versions: 3.8, 3.9, 3.10, and 3.11
715
+ Compatible with Python versions: 3.9, 3.10, 3.11, and 3.12.
717
716
 
718
717
  #### Operating Systems
719
718
 
@@ -0,0 +1,14 @@
1
+ amalgam/__init__.py,sha256=oHu7Zr4eGDUqj93pLwz8t7gLa8lpAx6Q-xbGiJ3nJx0,18
2
+ amalgam/api.py,sha256=IWS--0NCnhsadMYSna2gLllNxG_i3HpymY3eXbugwDU,36796
3
+ amalgam/lib/version.json,sha256=Dxz_GwWwIwZGhCn2kYQJbKNPT3WFuUyzvnfTBJbLHZA,250
4
+ amalgam/lib/linux/arm64/amalgam-mt.so,sha256=kmEUTuRaxLPTKt2lWusCmV5f1XunZTIHpyT0mFSwAeQ,3103752
5
+ amalgam/lib/linux/arm64/amalgam-omp.so,sha256=zA-27bRKyKMu_RhsB3siVpbpL0wrCW3pE9eqPpqZQRY,2996712
6
+ amalgam/lib/linux/arm64/amalgam-st.so,sha256=a-u3BEZCYSuW8t4x0dKAwREFNYyfT97konDOTidMjJ8,3008896
7
+ amalgam/lib/linux/arm64/docs/version.json,sha256=L3jx_Y7dbaYT--qNFQslarMfOWJzG-QQafO1qRdGXgY,25
8
+ amalgam/lib/linux/arm64_8a/amalgam-st.so,sha256=Hbmk70gKSUL44A_j093ntAu-An9pIf-1QinT7pw5Xqc,2992072
9
+ amalgam/lib/linux/arm64_8a/docs/version.json,sha256=L3jx_Y7dbaYT--qNFQslarMfOWJzG-QQafO1qRdGXgY,25
10
+ amalgam_lang-12.3.1.dist-info/LICENSE.txt,sha256=2xqHuoHohba7gpcZZKtOICRjzeKsQANXG8WoV9V35KM,33893
11
+ amalgam_lang-12.3.1.dist-info/METADATA,sha256=8hxbWAkXzFq5l-QDmXIFgjHmRonVKwolBKiSoCsEjx0,43814
12
+ amalgam_lang-12.3.1.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
13
+ amalgam_lang-12.3.1.dist-info/top_level.txt,sha256=rmPHU144SyaB25u5-FAQyECAQnJ39NvuJEcKXMRcdBo,8
14
+ amalgam_lang-12.3.1.dist-info/RECORD,,
@@ -1,14 +0,0 @@
1
- amalgam/__init__.py,sha256=oHu7Zr4eGDUqj93pLwz8t7gLa8lpAx6Q-xbGiJ3nJx0,18
2
- amalgam/api.py,sha256=IWS--0NCnhsadMYSna2gLllNxG_i3HpymY3eXbugwDU,36796
3
- amalgam/lib/version.json,sha256=XHDs_LK-yfqAxuLT1VNxrzYAHPS_gctN22xYYPNLSOk,250
4
- amalgam/lib/linux/arm64/amalgam-mt.so,sha256=3RA4QVW1PXNzPXRttbX5ZJJ2pu4JELfHR8AeWkMcIyg,3079056
5
- amalgam/lib/linux/arm64/amalgam-omp.so,sha256=Kb8tHSv1HFcuz0qoVKIHwaIIqfBOIPfHljnNPt7iZzE,2959744
6
- amalgam/lib/linux/arm64/amalgam-st.so,sha256=lfFfIJ97JzO5pJozdJV-YWkl81KCAPW3Nbkk7fDgdlw,2951448
7
- amalgam/lib/linux/arm64/docs/version.json,sha256=fS7dTjQ-Q1yphjFljK840jUs4jrna1nAPYqbQnyoB-c,25
8
- amalgam/lib/linux/arm64_8a/amalgam-st.so,sha256=yTwvsMmMkvUqmanvTdLFYFgoW9H2rTnJrCYHvlJRZ5o,2971480
9
- amalgam/lib/linux/arm64_8a/docs/version.json,sha256=fS7dTjQ-Q1yphjFljK840jUs4jrna1nAPYqbQnyoB-c,25
10
- amalgam_lang-12.2.2.dist-info/LICENSE.txt,sha256=2xqHuoHohba7gpcZZKtOICRjzeKsQANXG8WoV9V35KM,33893
11
- amalgam_lang-12.2.2.dist-info/METADATA,sha256=kWf0wbUVKQyo_wyOposD7XtE6hJlVyKGgcrdnu9HFHI,43834
12
- amalgam_lang-12.2.2.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
13
- amalgam_lang-12.2.2.dist-info/top_level.txt,sha256=rmPHU144SyaB25u5-FAQyECAQnJ39NvuJEcKXMRcdBo,8
14
- amalgam_lang-12.2.2.dist-info/RECORD,,