Skip to content

Releases: ladybug-tools/ladybug

v0.6.0

24 Aug 03:15
Compare
Choose a tag to compare

0.6.0 (2019-08-24)

Bug Fixes

  • date: Fix bug in Date.from_doy() classmethod (3f55fbd)

Features

  • datetime: Add to_array and from_array methods to datetime (6214818)

v0.5.1

20 Aug 00:14
Compare
Choose a tag to compare

0.5.1 (2019-08-20)

Bug Fixes

  • wea: add missing is_leap_year input (b7f427d)

v0.5.0

19 Aug 23:37
Compare
Choose a tag to compare

0.5.0 (2019-08-19)

Features

  • datatype: Adding data types for schedule type limits (7de62c9)
  • date, time: Add objects for Date and Time (0126e6f)

v0.4.3

21 Jun 21:34
Compare
Choose a tag to compare

0.4.3 (2019-06-21)

Bug Fixes

v0.4.2

17 Jun 19:39
Compare
Choose a tag to compare

0.4.2 (2019-06-17)

Performance Improvements

  • regex: Moving regex compiling out of methods (7e3d815)

v0.4.1

07 Jun 17:22
05c219a
Compare
Choose a tag to compare

0.4.1 (2019-06-07)

Performance Improvements

  • geometry: Replacing euclid with ladybug_geometry (05c219a)

v0.4.0

30 Apr 17:12
Compare
Choose a tag to compare

0.4.0 (2019-04-30)

Features

v0.3.2

20 Mar 21:18
Compare
Choose a tag to compare

0.3.2 (2019-03-20)

Bug Fixes

  • deploy: fix travis file for docs deployment (4b8a023), closes #125

v0.3.1

20 Mar 19:51
4c2bb6d
Compare
Choose a tag to compare

0.3.1 (2019-03-20)

Bug Fixes

  • deploy: use javascript semantic-release package for deployment (3361688), closes #125

v0.3.0

18 Mar 14:15
Compare
Choose a tag to compare

Feature

  • Added Immutable Types for Data Collections (dbf0c71)
  • Added Immutable Types for Data Collections (94449ef)
  • Added data types for Specific Energy (Enthalpy) and Temperature Time (Degree Days) (e8ec5a7)
  • Add Degree-Days and Degree-Hours (8a5c5d9)
  • Add SpecificEnergy and Enthalpy (a50f91e)

Fix

  • Fixing Location.duplicate() method (98a5d98)
  • Fixing Location.duplicate() method (f80a295)
  • Putting epw missing, min, and max valules on EPW (65e9891)
  • Bug fix to methods getting monthly collections from daily (4c30ec2)
  • Putting epw missing, min, and max valules on EPW (61b6035)

Documentation

  • Add automated API documentation (4c7d64e)
  • Added documentation deployment to travis (32b8c8b)
  • added docs folder and conf.py (8831548)