-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove norm field and update normalization functions (#108)
* Remove norm field * Update tests * Replace normalize with sign * Rename normalizea to sign_abs * Make sign_abs type-stable * Document sign function * Remove normalizeq * Add sign and sign_abs to docs * Increase version number * Remove sign_abs * Mark test non-broken * Remove sign_abs actually * Add missing period * Remove argq * Apply suggestions from code review Co-authored-by: Yuto Horikawa <hyrodium@gmail.com> * Remove depwarn * Remove old method * Fix docstring * Make doctest less like complex Co-authored-by: Yuto Horikawa <hyrodium@gmail.com>
- Loading branch information
Showing
5 changed files
with
88 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,10 @@ imag_part | |
conj | ||
``` | ||
|
||
```@docs | ||
sign | ||
``` | ||
|
||
```@docs | ||
slerp | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.