Skip to content

Releases: xyzpw/scicalc

v4.3

11 Aug 07:18
Compare
Choose a tag to compare
  • add lambertw
  • add solve

Full Changelog: v4.2.1...v4.3

v4.2.1

11 Aug 03:49
Compare
Choose a tag to compare
  • changed Boltzmann constant name from k to kb

v4.2

03 Aug 20:54
Compare
Choose a tag to compare
  • added picograms unit to mass function
  • bug fixes

v4.1

03 Jul 19:21
Compare
Choose a tag to compare
  • new functions:
    • howlongago - returns the time passed since the specified time in 24-hour format
  • updated regex patterns
  • bug fixes

v4.0

05 Jun 00:53
Compare
Choose a tag to compare
  • 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

08 May 03:56
Compare
Choose a tag to compare
  • changes to files and locations
  • renamed repo
  • changed arguments
  • defaulting to auto multiplication via brackets

Full Changelog: v3.2...v4.0-rc1

v3.2

24 Mar 11:09
Compare
Choose a tag to compare

Changes

  • results without equations will not be added to history works with float values

Full Changelog: v3.1...v3.2

v3.1

24 Feb 04:12
Compare
Choose a tag to compare

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

08 Feb 06:18
Compare
Choose a tag to compare
  • 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

31 Dec 16:58
8e6c231
Compare
Choose a tag to compare

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