purem 3.0.3__tar.gz → 3.0.5__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: 3.0.3
3
+ Version: 3.0.5
4
4
  Summary: The official high-performance mapping function for mixed-type arrays powered by Work TIF Ltd.
5
5
  Author-email: Raman Marozau <raman@worktif.com>
6
6
  License-Expression: BUSL-1.1
@@ -49,9 +49,21 @@ Purem - High-Performance Mapping Operations
49
49
  :target: https://pypi.org/project/purem/
50
50
  :alt: PyPI version
51
51
 
52
- .. image:: https://img.shields.io/badge/architecture-x86--64-blue.svg
52
+ .. image:: https://img.shields.io/badge/architecture-x86--64-002e30.svg
53
53
  :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
54
- :alt: Architecture Processor
54
+ :alt: Architecture Processor x86_64
55
+
56
+ .. image:: https://img.shields.io/badge/architecture-ARM64-002e30.svg
57
+ :target: https://worktif.com
58
+ :alt: Architecture Processor ARM64
59
+
60
+ .. image:: https://img.shields.io/pypi/pyversions/purem.svg
61
+ :target: https://worktif.com
62
+ :alt: Architecture Processor ARM64
63
+
64
+ .. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green.svg
65
+ :target: https://worktif.com
66
+ :alt: Apple Silicon
55
67
 
56
68
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
57
69
  :target: https://worktif.com/documents/terms-of-service
@@ -1,6 +1,9 @@
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
+ [![Architecture](https://img.shields.io/badge/architecture-x86--64-002e30)](https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf)
4
+ [![ARM64](https://img.shields.io/badge/architecture-ARM64-002e30)](https://github.com/worktif/purem_sandbox)
5
+ ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/purem)
6
+ [![Apple Silicon](https://img.shields.io/badge/sandbox-Apple%20Silicon-green)](https://github.com/worktif/purem_sandbox)
4
7
  [![License: BUSL-1.1](https://img.shields.io/badge/license-BUSL--1.1-blue.svg)](https://worktif.com/documents/terms-of-service)
5
8
 
6
9
  ## Overview
@@ -5,9 +5,21 @@ 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
8
+ .. image:: https://img.shields.io/badge/architecture-x86--64-002e30.svg
9
9
  :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
10
- :alt: Architecture Processor
10
+ :alt: Architecture Processor x86_64
11
+
12
+ .. image:: https://img.shields.io/badge/architecture-ARM64-002e30.svg
13
+ :target: https://worktif.com
14
+ :alt: Architecture Processor ARM64
15
+
16
+ .. image:: https://img.shields.io/pypi/pyversions/purem.svg
17
+ :target: https://worktif.com
18
+ :alt: Architecture Processor ARM64
19
+
20
+ .. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green.svg
21
+ :target: https://worktif.com
22
+ :alt: Apple Silicon
11
23
 
12
24
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
13
25
  :target: https://worktif.com/documents/terms-of-service
purem-3.0.5/VERSION ADDED
@@ -0,0 +1 @@
1
+ 3.0.5
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: purem
3
- Version: 3.0.3
3
+ Version: 3.0.5
4
4
  Summary: The official high-performance mapping function for mixed-type arrays powered by Work TIF Ltd.
5
5
  Author-email: Raman Marozau <raman@worktif.com>
6
6
  License-Expression: BUSL-1.1
@@ -49,9 +49,21 @@ Purem - High-Performance Mapping Operations
49
49
  :target: https://pypi.org/project/purem/
50
50
  :alt: PyPI version
51
51
 
52
- .. image:: https://img.shields.io/badge/architecture-x86--64-blue.svg
52
+ .. image:: https://img.shields.io/badge/architecture-x86--64-002e30.svg
53
53
  :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
54
- :alt: Architecture Processor
54
+ :alt: Architecture Processor x86_64
55
+
56
+ .. image:: https://img.shields.io/badge/architecture-ARM64-002e30.svg
57
+ :target: https://worktif.com
58
+ :alt: Architecture Processor ARM64
59
+
60
+ .. image:: https://img.shields.io/pypi/pyversions/purem.svg
61
+ :target: https://worktif.com
62
+ :alt: Architecture Processor ARM64
63
+
64
+ .. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green.svg
65
+ :target: https://worktif.com
66
+ :alt: Apple Silicon
55
67
 
56
68
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
57
69
  :target: https://worktif.com/documents/terms-of-service
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "purem"
7
- version = "3.0.3"
7
+ version = "3.0.5"
8
8
  description = "The official high-performance mapping function for mixed-type arrays powered by Work TIF Ltd."
9
9
  readme = { file = "README.rst", content-type = "text/x-rst" }
10
10
  requires-python = ">=3.11"
purem-3.0.3/VERSION DELETED
@@ -1 +0,0 @@
1
- 3.0.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