-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quoted degree symbol in function argument (e.g. code("°")); Alway…
…s perform conversion to optimal (SI) unit when the expression is a number multiplied by a unit and input equals output; Fix Unicode number base (multiply with 2^32 for each position); Support for different character encodings in code() function; Replace variables with corresponding units (e.g. c with c_unit) in unit expressions; Improve output implicit unit expression; Degree symbol handling tweaks for composite units; Update warning for digits >= radix; Put default separator in quotes, in load() and export() functions; Update ChangeLog; Update translations; Increment library revision; Remove GIO leftovers; Modify man page for roffit compatibility; Add link to online man page to README; Update selfcontained-binary.patch
- Loading branch information
Showing
29 changed files
with
11,925 additions
and
11,324 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
2020-10-25 Hanna Knutsson <[email protected]> | ||
|
||
* Fix quoted degree symbol in function argument (e.g. code("°")) | ||
|
||
2020-10-23 Hanna Knutsson <[email protected]> | ||
|
||
* Support for different character encodings in code() function | ||
* Fix Unicode number base (multiply with 2^32 for each position) | ||
* Fix default separator in load() and export() | ||
* Always perform conversion to optimal (SI) unit when the expression is a number multiplied by a unit and input equals output | ||
|
||
2020-10-22 Hanna Knutsson <[email protected]> | ||
|
||
* Add matrix rank (rk) and reduced row echelon form (rref) functions | ||
* Add support for d/dx notation for derivatives, e.g. d/dx sin(x) = diff(sin(x)) | ||
|
||
2020-10-20 Hanna Knutsson <[email protected]> | ||
|
||
* Replace variables with corresponding units (e.g. c with c_unit) in unit expressions | ||
|
||
2020-10-18 Hanna Knutsson <[email protected]> | ||
|
||
* Fix date/time output includes (wrong) decimals (zeroes) in some cases (e.g. with nextlunarphase()) | ||
|
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
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
This file was deleted.
Oops, something went wrong.
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
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
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.