adnus 0.1.3__tar.gz → 0.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.

Potentially problematic release.


This version of adnus might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: adnus
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: A Python library for Advanced Number Systems (AdNuS), including Bicomplex, Neutrosophic, Hyperreal numbers, reals, Complex, Quaternion, Octonion, Sedenion, Pathion, Chingon, Routon, Voudon.
5
5
  License: MIT
6
6
  Author: Mehmet Keçeci
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "adnus"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "A Python library for Advanced Number Systems (AdNuS), including Bicomplex, Neutrosophic, Hyperreal numbers, reals, Complex, Quaternion, Octonion, Sedenion, Pathion, Chingon, Routon, Voudon."
5
5
  authors = ["Mehmet Keçeci <mkececi@yaani.com>"]
6
6
  license = "MIT"
@@ -362,7 +362,7 @@ class HyperrealNumber(AdvancedNumber):
362
362
 
363
363
  def generate_cayley_dickson_number(dimension: int, *components: float) -> Any:
364
364
  """
365
- Generates a hypercomplex number using the Cayley-Dickson construction.
365
+ Generates a hypercomplex number using the Cayley-Dickson construction.
366
366
  Args:
367
367
  dimension: The dimension of the hypercomplex number (2^n)
368
368
  *components: The components of the number
@@ -398,7 +398,7 @@ def generate_cd_chain(max_level: int = 8) -> List:
398
398
  """
399
399
  Generates a chain of Cayley-Dickson algebras up to the specified level.
400
400
  Args:
401
- max_level: Maximum level of the Cayley-Dickson construction
401
+ max_level: Maximum level of the Cayley-Dickson construction
402
402
  Returns:
403
403
  List of hypercomplex number types [CD0, CD1, CD2, ..., CD_max_level]
404
404
  """
File without changes
File without changes
File without changes
File without changes