pynamicalsys 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

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.
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '1.0.0'
21
- __version_tuple__ = version_tuple = (1, 0, 0)
20
+ __version__ = version = '1.0.1'
21
+ __version_tuple__ = version_tuple = (1, 0, 1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pynamicalsys
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A Python toolkit for chaotic analysis and dynamical systems
5
5
  Author-email: Matheus Rolim Sales <rolim.sales.m@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -690,7 +690,7 @@ Requires-Dist: numpy>=1.21
690
690
  Requires-Dist: matplotlib>=3.4
691
691
  Requires-Dist: numba>=0.55
692
692
 
693
- # PyCandy: A Python toolkit for chaotic analysis and dynamical systems
693
+ # pynamicalsys: A Python toolkit for the analysis of dynamical systems
694
694
 
695
695
  [![Documentation Status](https://readthedocs.org/projects/pynamicalsys/badge/?version=latest)](https://pynamicalsys.readthedocs.io/en/latest/)
696
696
  [![PyPI](https://img.shields.io/pypi/v/pynamicalsys.svg)](https://pypi.org/project/pynamicalsys/)
@@ -698,7 +698,7 @@ Requires-Dist: numba>=0.55
698
698
 
699
699
  ## Overview
700
700
 
701
- **PyCandy** is designed to provide a fast, flexible, and user-friendly environment for analyzing **nonlinear dynamical systems**. It is designed for students, researchers, educators, and enthusiasts who want to explore the world of chaos and dynamical systems. Beyond standard tools like trajectory generation and Lyapunov exponents calculation, PyCandy includes advanced features such as
701
+ **pynamicalsys** is designed to provide a fast, flexible, and user-friendly environment for analyzing **nonlinear dynamical systems**. It is designed for students, researchers, educators, and enthusiasts who want to explore the world of chaos and dynamical systems. Beyond standard tools like trajectory generation and Lyapunov exponents calculation, pynamicalsys includes advanced features such as
702
702
 
703
703
  - **Linear dependence index** for chaos detection.
704
704
  - **Recurrence plots** and recurrence time statistics.
@@ -708,7 +708,7 @@ Requires-Dist: numba>=0.55
708
708
  - Basin metric for **quantifying** the structure of **basins of attraction**.
709
709
  - **Plot styling** for consistent and customizable visualizations.
710
710
 
711
- PyCandy is built on top of NumPy and Numba, ensuring high performance and efficiency. Thanks to Numba accelerated computation, PyCandy offers speedups up to **130x** compared to the original Python implementation of the algorithms. This makes it suitable for large-scale simulations and analyses.
711
+ pynamicalsys is built on top of NumPy and Numba, ensuring high performance and efficiency. Thanks to Numba accelerated computation, pynamicalsys offers speedups up to **130x** compared to the original Python implementation of the algorithms. This makes it suitable for large-scale simulations and analyses.
712
712
 
713
713
  ## Installation
714
714
 
@@ -757,19 +757,7 @@ $ pip install --upgrade pip build
757
757
 
758
758
  ## Citation
759
759
 
760
- If you use **PyCandy** package in your work, please consider citing our associated publication:
761
-
762
- ```bibtex
763
- @article{YourPaper2025,
764
- author = {Your Name and Collaborators},
765
- title = {Title of Your Publication},
766
- journal = {Journal Name},
767
- year = {2025},
768
- volume = {XX},
769
- pages = {YY--ZZ},
770
- doi = {10.xxxx/xxxxxx},
771
- }
772
- ```
760
+ Currently, our research paper is under review, but in the mean time, if you use **pynamicalsys** in your work, you can cite the arXiv version:
773
761
 
774
762
  ## Contributing
775
763
 
@@ -1,5 +1,5 @@
1
1
  pynamicalsys/__init__.py,sha256=YKyJciyZ94-ULnQWSGk8Us6yJsNX_2HSNi_Akvnc4tE,1078
2
- pynamicalsys/__version__.py,sha256=fo5PXsZuloQZu3LdpIFTUAXvJmY2L9N5sNGe2tvdU98,511
2
+ pynamicalsys/__version__.py,sha256=2Cl9kcQGg7NiH_eHRcv8wDYSW0X4uS5J0mGdZFO9-h0,511
3
3
  pynamicalsys/common/__init__.py,sha256=W4OESm7TA-EUTGUOtIgBgvSd1n80Mgl0KA2dCkw8yIw,721
4
4
  pynamicalsys/common/basin_analysis.py,sha256=teGEOMPPOdzKNZsN0_OvkzBlcV-UOANRjcdFyI2-FLM,5473
5
5
  pynamicalsys/common/recurrence_quantification_analysis.py,sha256=neBolgoWrGJYOQta71Jf2ZMwNK1RoaZb_wNHqb1mM7I,14356
@@ -17,7 +17,7 @@ pynamicalsys/discrete_time/models.py,sha256=u9MlaCzBzR_OomWRYbEC2sS2qpfDg7qzZjX8
17
17
  pynamicalsys/discrete_time/trajectory_analysis.py,sha256=5m-cVQ5XZ2e-fmyNVWSGa1Nik2vGbNeU56qHvLSBMmQ,48668
18
18
  pynamicalsys/discrete_time/transport.py,sha256=29leQue2ReRbFzT_riqWXTZDvf2O7jMsMOUnAQPBrBU,15972
19
19
  pynamicalsys/discrete_time/validators.py,sha256=4eWQAlZgCzFsrmijzVF10CZuoIMiu-jvrrvRokBFTkY,10013
20
- pynamicalsys-1.0.0.dist-info/METADATA,sha256=eZYHSo6wEEBBxfcDoT-PY1riuxsPo-C_ovsnPCabwOg,45307
21
- pynamicalsys-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
22
- pynamicalsys-1.0.0.dist-info/top_level.txt,sha256=1AqoHXye_hGRkvqu4KY0SdEuNTgqf3xyTlV8xhiJJFU,13
23
- pynamicalsys-1.0.0.dist-info/RECORD,,
20
+ pynamicalsys-1.0.1.dist-info/METADATA,sha256=opnr3I_CdkY8EArhayU--Aq-v3Piipx921gOy2sTtSc,45108
21
+ pynamicalsys-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
22
+ pynamicalsys-1.0.1.dist-info/top_level.txt,sha256=1AqoHXye_hGRkvqu4KY0SdEuNTgqf3xyTlV8xhiJJFU,13
23
+ pynamicalsys-1.0.1.dist-info/RECORD,,