purem 2.1.3__tar.gz → 2.1.4__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: purem
3
- Version: 2.1.3
3
+ Version: 2.1.4
4
4
  Summary: High-performance mapping function for mixed-type arrays
5
5
  Author-email: Raman Marozau <raman@worktif.com>
6
6
  License-Expression: BUSL-1.1
@@ -42,6 +42,10 @@ Purem - High-Performance Mapping Operations
42
42
  :target: https://pypi.org/project/purem/
43
43
  :alt: PyPI version
44
44
 
45
+ .. image:: https://img.shields.io/badge/architecture-x86--64-blue.svg
46
+ :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
47
+ :alt: Architecture Processor
48
+
45
49
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
46
50
  :target: https://worktif.com/documents/terms-of-service
47
51
  :alt: License: BUSL-1.1
@@ -1,5 +1,6 @@
1
1
  # Purem - High-Performance Mapping Operations
2
2
  [![PyPI version](https://badge.fury.io/py/purem.svg)](https://pypi.org/project/purem/)
3
+ [![Architecture](https://img.shields.io/badge/architecture-x86--64-blue)](https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf)
3
4
  [![License: BUSL-1.1](https://img.shields.io/badge/license-BUSL--1.1-blue.svg)](https://worktif.com/documents/terms-of-service)
4
5
 
5
6
  ## Overview
@@ -5,6 +5,10 @@ Purem - High-Performance Mapping Operations
5
5
  :target: https://pypi.org/project/purem/
6
6
  :alt: PyPI version
7
7
 
8
+ .. image:: https://img.shields.io/badge/architecture-x86--64-blue.svg
9
+ :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
10
+ :alt: Architecture Processor
11
+
8
12
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
9
13
  :target: https://worktif.com/documents/terms-of-service
10
14
  :alt: License: BUSL-1.1
purem-2.1.4/VERSION ADDED
@@ -0,0 +1 @@
1
+ 2.1.4
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: purem
3
- Version: 2.1.3
3
+ Version: 2.1.4
4
4
  Summary: High-performance mapping function for mixed-type arrays
5
5
  Author-email: Raman Marozau <raman@worktif.com>
6
6
  License-Expression: BUSL-1.1
@@ -42,6 +42,10 @@ Purem - High-Performance Mapping Operations
42
42
  :target: https://pypi.org/project/purem/
43
43
  :alt: PyPI version
44
44
 
45
+ .. image:: https://img.shields.io/badge/architecture-x86--64-blue.svg
46
+ :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
47
+ :alt: Architecture Processor
48
+
45
49
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
46
50
  :target: https://worktif.com/documents/terms-of-service
47
51
  :alt: License: BUSL-1.1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "purem"
7
- version = "2.1.3"
7
+ version = "2.1.4"
8
8
  description = "High-performance mapping function for mixed-type arrays"
9
9
  readme = { file = "README.rst", content-type = "text/x-rst" }
10
10
  requires-python = ">=3.11"
purem-2.1.3/VERSION DELETED
@@ -1 +0,0 @@
1
- 2.1.3
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes