Skip to content

Commit

Permalink
This is 3.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Jan 27, 2025
1 parent cc6e2b6 commit 8393f5b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
20 changes: 14 additions & 6 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Authors
=======

- Sean Gillies <[email protected]>
- Steven Ring <[email protected]>
- Mike Taves <[email protected]>
- Kevin Wurster <[email protected]>
- Todd Small <[email protected]>
- Juan Luis Cano Rodríguez <[email protected]>
- Casey Duncan
- Sean Gillies
- Denis Rykov
- Juan Luis Cano Rodríguez
- Kevin Wurster
- Kirill Kouzoubov
- Loïc Dutrieux
- Michael Wess
- Mike Taves
- Nick Maxwell
- Rotzbua
- Ryan Grout
- Steven Ring
- Stuart Axon
- Vincent Sarago
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGES
=======

3.0a1 (TBD)
-----------
3.0a1 (2025-01-27)
------------------

- Type hint annotations for functions and methods are complete (#121).
- Affine raises ValueError if initialized with values for g, h, and i that are
Expand Down
2 changes: 1 addition & 1 deletion src/affine.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

__all__ = ["Affine"]
__author__ = "Sean Gillies"
__version__ = "3.0dev"
__version__ = "3.0a1"

EPSILON: float = 1e-5
EPSILON2: float = 1e-10
Expand Down

0 comments on commit 8393f5b

Please sign in to comment.