kececinumbers 0.6.2__tar.gz → 0.6.3__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: kececinumbers
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
5
  Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
6
  Author: Mehmet Keçeci
@@ -22,7 +22,7 @@ import warnings
22
22
  # importlib.reload(kececinumbers) # F821 undefined name 'kececinumbers'
23
23
 
24
24
  # Paket sürüm numarası
25
- __version__ = "0.6.1"
25
+ __version__ = "0.6.3"
26
26
  __author__ = "Mehmet Keçeci"
27
27
  __email__ = "mkececi@yaani.com"
28
28
 
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # _version.py
3
3
 
4
- __version__ = "0.6.1"
4
+ __version__ = "0.6.3"
5
5
  __license__ = "MIT"
6
6
  __description__ = "Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets."
7
7
  __author__ = "Mehmet Keçeci"
@@ -762,8 +762,8 @@ def get_interactive() -> Tuple[List[Any], Dict[str, Any]]:
762
762
 
763
763
  # User prompts for the starting value
764
764
  start_prompts = {
765
- 1: "Enter positive integer start (e.g., '10'): ",
766
- 2: "Enter negative integer start (e.g., '-5'): ",
765
+ 1: "Enter positive integer start (e.g., '10.0'): ",
766
+ 2: "Enter negative integer start (e.g., '-5.0'): ",
767
767
  3: "Enter complex start (e.g., '3+4j'): ",
768
768
  4: "Enter float start (e.g., '3.14'): ",
769
769
  5: "Enter rational start (e.g., '7/2'): ",
@@ -784,7 +784,7 @@ def get_interactive() -> Tuple[List[Any], Dict[str, Any]]:
784
784
  # Get inputs from the user
785
785
  start_input_val_raw = input(start_prompts.get(type_choice, "Enter starting value: "))
786
786
  add_input_val_raw = input(add_prompts.get(type_choice, default_add_prompt))
787
- num_kececi_steps = int(input("Enter number of Keçeci steps (e.g., 15): "))
787
+ num_kececi_steps = int(input("Enter number of Keçeci steps (e.g., 30): "))
788
788
 
789
789
  show_details_input = input("Do you want to include the intermediate calculation steps? (y/n): ").lower().strip()
790
790
  show_details = (show_details_input == 'y')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kececinumbers
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: Keçeci Numbers: An Exploration of a Dynamic Sequence Across Diverse Number Sets
5
5
  Home-page: https://github.com/WhiteSymmetry/kececinumbers
6
6
  Author: Mehmet Keçeci
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "kececinumbers"
9
- version = "0.6.2"
9
+ version = "0.6.3"
10
10
 
11
11
  # Diğer proje bilgileri (isteğe bağlı ama tavsiye edilir)
12
12
  authors = [
File without changes
File without changes
File without changes
File without changes
File without changes