purem 3.0.2__tar.gz → 3.0.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: 3.0.2
3
+ Version: 3.0.4
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
@@ -53,6 +53,10 @@ Purem - High-Performance Mapping Operations
53
53
  :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
54
54
  :alt: Architecture Processor
55
55
 
56
+ .. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green
57
+ :target: https://github.com/worktif/purem_sandbox
58
+ :alt: Apple Silicon
59
+
56
60
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
57
61
  :target: https://worktif.com/documents/terms-of-service
58
62
  :alt: License: BUSL-1.1
@@ -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
+ [![Apple Silicon](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
@@ -9,6 +9,10 @@ Purem - High-Performance Mapping Operations
9
9
  :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
10
10
  :alt: Architecture Processor
11
11
 
12
+ .. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green
13
+ :target: https://github.com/worktif/purem_sandbox
14
+ :alt: Apple Silicon
15
+
12
16
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
13
17
  :target: https://worktif.com/documents/terms-of-service
14
18
  :alt: License: BUSL-1.1
purem-3.0.4/VERSION ADDED
@@ -0,0 +1 @@
1
+ 3.0.4
@@ -94,8 +94,6 @@ class Purem:
94
94
  )
95
95
  self._loader: Loader = Loader()
96
96
  self._log: Logger = Logger()
97
- print('self._license_key: ', self._license_key)
98
-
99
97
  if self._license_key is not None:
100
98
  self.configure(license_key=self._license_key)
101
99
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: purem
3
- Version: 3.0.2
3
+ Version: 3.0.4
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
@@ -53,6 +53,10 @@ Purem - High-Performance Mapping Operations
53
53
  :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
54
54
  :alt: Architecture Processor
55
55
 
56
+ .. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green
57
+ :target: https://github.com/worktif/purem_sandbox
58
+ :alt: Apple Silicon
59
+
56
60
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
57
61
  :target: https://worktif.com/documents/terms-of-service
58
62
  :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 = "3.0.2"
7
+ version = "3.0.4"
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.2/VERSION DELETED
@@ -1 +0,0 @@
1
- 3.0.2
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