Skip to content

Releases: sepandhaghighi/mycoffee

Version 1.9

21 Jun 12:20
cc8237b
Compare
Choose a tag to compare

Added

  • 2 new methods
    1. Clever dripper #126
    2. Phin filter #125
  • --coffee argument
  • --mode argument

Changed

  • Test system modified
  • README.md updated
  • METHODS.md updated

Version 1.8

02 May 16:26
31d6a7e
Compare
Choose a tag to compare

Changed

  • get_result function modified
  • filter_params function modified
  • mycoffee_info function modified
  • coffee parameter splitted to coffee[cup] and coffee[total]
  • water parameter splitted to water[cup] and water[total]
  • check_ratio_limits function parameters updated
  • check_temperature_limits function parameters updated
  • check_grind_limits function parameters updated
  • calc_coffee function parameters updated
  • Test system modified
  • Warning messages updated
  • Python 3.6 support dropped

Version 1.7

26 Mar 16:15
5f4411b
Compare
Choose a tag to compare

Added

  • ratio parameter
  • strength parameter #45

Changed

  • Python typing features added to all modules #109
  • Test system modified
  • README.md updated

Version 1.6

12 Mar 07:52
81ff647
Compare
Choose a tag to compare

Added

  • --save-path argument
  • --save-format argument

Changed

  • Warning functions modified
  • Result functions modified
  • Input case sensitivity bug fixed
  • Temperature bug fixed
  • Test system modified
  • README.md updated

Version 1.5

26 Feb 17:41
f8a5148
Compare
Choose a tag to compare

Added

  • --info argument #80
  • --ignore-warnings argument
  • --temperature-unit argument #74
  • --temperature-units-list argument #74

Changed

  • Test system modified
  • README.md updated

Version 1.4

15 Feb 14:17
a101223
Compare
Choose a tag to compare

Added

  • --temperature argument #74
  • Temperature upper limit #74
  • Temperature lower limit #74

Changed

  • --info argument renamed to --message #80
  • Warning messages updated
  • README.md updated
  • METHODS.md updated

Version 1.3

31 Jan 10:22
2b68cc9
Compare
Choose a tag to compare

Added

  • get_grind_type function #83
  • validate_positive_int function
  • validate_positive_float function

Changed

  • README.md updated
  • check_ratio_limits function bug fixed #81
  • String templates modified
  • Test system modified

Version 1.2

13 Jan 15:12
6d78a24
Compare
Choose a tag to compare

Added

  • 2 new water units
    1. Troy Pounds (t lb) #67
    2. Pennyweight (dwt) #66
  • 2 new coffee units
    1. Troy Pounds (t lb) #67
    2. Pennyweight (dwt) #66
  • --grind argument #64
  • Grind upper limit #64
  • Grind lower limit #64
  • check_grind_limits function #64

Changed

  • README.md updated
  • METHODS.md updated

Version 1.1

02 Jan 11:56
1be5f03
Compare
Choose a tag to compare
  • 5 new water units added
    1. Troy Ounce (t oz) #59
    2. Grain (gr) #60
    3. Carats (ct) #61
    4. Cubic Centimeters (cc) #69
    5. Centiliters (cl) #68
  • 3 new coffee units added
    1. Troy Ounce (t oz) #59
    2. Grain (gr) #60
    3. Carats (ct) #61
  • README.md updated

Version 1.0

17 Dec 11:09
b981324
Compare
Choose a tag to compare
  • 3 new water units added
    1. Pint (pt) #47
    2. Quart (qt) #46
    3. Fluid Ounce (fl oz) #48
  • README.md updated