Releases: xyzpw/scicalc
Releases · xyzpw/scicalc
v4.3
v4.2.1
v4.2
v4.1
v4.0
- added optional usage of colons with the
clock
function - clock can go over 24 hours
Full Changelog: v4.0-rc1...v4.0
v4.0-rc1
- changes to files and locations
- renamed repo
- changed arguments
- defaulting to auto multiplication via brackets
Full Changelog: v3.2...v4.0-rc1
v3.2
Changes
- results without equations will not be added to history works with float values
Full Changelog: v3.1...v3.2
v3.1
What's New
- numbers are no longer added to history if it is not an expression
- option to exclude outliers when calculating mean
- when using `sqrt` ,numbers will not be inside parenthesis if the expression is a single number
- ability to clear specific index ranges from history
Full Changelog: v3.0...v3.1
v3.0
- new cli arguments
- bracket_asterisk
- developer
- history_index
- developer
- new features
- view history within a range
- visualize prettified fractions
Full Changelog: v2.0...v3.0
v2.0
Changes to Existing Functions
- Default angle unit is now radians
Features
- New command-line options
- New constants
- New functions
- ptp
- showhelp
- clock
- storage
- sigfig
- roundsigfig
- sigfigs
- temperature
- arctan
- arcsin
- arccos
- Added the ability to use factorial via
num!
- New symbols
- infinity
- Added the ability to use imaginary numbers (i)
Enhancements
- Added docstrings to most functions which include usage info
- Added the ability to use negative numbers with
sqrt
- Enhanced regex patterns
- When using factorial functions, the history will display it with
(num)!
- When using
abs
, the history will display it with|exp|
New Dependencies
- numpy
Full Changelog: V1.0.0...v2.0