Change log 
==========

0.0.1 (26/01/2025)
-------------------
First release

0.0.2 (27/01/2025)
-------------------
Second release (stable)

0.0.3 (31/01/2025)
-------------------
Third release (stable, I hope)

0.0.4 (31/01/2025)
-------------------
Fourth release (stable, I hope 2)

0.0.5 (02/02/2025)
-------------------
Fith release, with a lot of new fonctions

0.1.2 (18/02/2025)
-------------------
A new release with, again, a lot of new and useful functions including :
    
    - subindex

    - pascal_row

    - list_prime
    
    - decomp
    
0.1.21 (24/03/2025)
-------------------
Fixing readme file

0.1.22 (24/03/2025)
-------------------
Fixing readme file

0.1.32 (29/04/2025)
-------------------
- Removed `apply()` because it duplicated functionality of `map()`

- Changed `rathureqpy.pi()`, `rathureqpy.e()`, and `rathureqpy.tau()` to `rathureqpy.pi`, `rathureqpy.e`, and `rathureqpy.tau` (variables instead of functions)

- Added `integ(f, a, b, N)` to calculate the integral using the trapezoidal rule, with sign adjustment if `a > b`

0.1.40 (12/06/2025)
-------------------
A new release with, again, a lot of new and useful functions for mathematical writing !
    
    - lat

    - symbol

    - dot

    - vec

    - greek

    - italic

    - bold

    - mathbb

    - cursive

0.1.41 (13/06/2025)
-------------------
Fixing `lat` (exponent and index) and adding `inf` to `symbol`

0.2.0 (18/09/2025)
-------------------
A new release with, the addition of Matrix!
    
    - mat

        - __getitem__

        - __setitem__

        - __len__

        - size
        
        - __add__
        
        - __radd__
        
        - __sub__
        
        - __mul__
        
        - __rmul__
        
        - __truediv__
        
        - __pow__
        
        - __neg__
        
        - __eq__
        
        - __ne__
        
        - T
        
        - copy
        
        - trace
        
        - tolist
        
        - __iter__
        
        - flatten
        
        - diag_mat
        
        - diag_vec
        
        - replace
        
        - replaced
        
        - map
        
        - det
        
        - rank
        
        - __repr__
        
        - __str__

    - zero

    - I

    - diagonal

    - full

    - random