Skip to content

Latest commit

 

History

History
132 lines (73 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

132 lines (73 loc) · 1.49 KB

0.12.1

  • Remove pygame dep to accomodate pygame-ce

0.12.0

  • @hapi.onmousedown
  • @hapi.onmouseup
  • @hapi.onmousedrag

0.11.3

  • Add up to 3.13 support

0.11.2

  • Fix: check_color
  • Fix: verify_func_params

0.11.1

  • Fix: shapes.py _fill
  • Chore: Update demos

0.11.0

  • Feat: python -m hooman.demos

0.10.0

  • Feat: time functions: .day, .hour, .year, .month
  • Feat: Add HALF_PI etc
  • Feat: .millis for milliseconds since program started
  • Feat: .frameCount for number of frames since program started
  • Feat: Add square, circle
  • Feat: pmouseX, pmouseY

0.9.4

  • Feat: ripple_graph

0.9.3

  • Feat: candy_colors

0.9.2

  • Concentric circle demo
  • Fix arc param type: Add float type

0.9.1

  • Fix install

0.9.0

0.8.2

  • Integrate mode
  • Fix screen record bug

0.8.0

  • Screen recorder

0.7.0

  • SVG generation support
  • Keyword arguments supported in addition to dictionary

0.6.0

  • Enhanced line chart
  • Enhanced scatter plot
  • Add scatter plot hist

0.5.0

Add scatter plot

0.4.1

Enhanced line chart

0.4.0

Enhanced line chart

0.3.2

minute second and clock

0.3.1

  • supershapes
  • constrain
  • cross_hair

0.2.8

  • star shape added
  • transparent circles added
  • arrow added
  • curve rect added

0.2.7

  • this param added to button callback (action)
  • action_arg removed
  • on_hover_enter
  • on_hover_exit
  • curve_amount changed to curve

0.2.6

  • polygons
  • docs up to date
  • changelog added
  • set_caption added