Skip to content

Releases: ljcooke/see

v1.4.0

21 May 05:55
Compare
Choose a tag to compare

v1.3.2

30 Apr 17:35
Compare
Choose a tag to compare

v1.3.1

26 Apr 23:12
Compare
Choose a tag to compare

v1.3.0

24 Apr 14:14
Compare
Choose a tag to compare

Added

  • Unit tests, continuous integration with Travis, and coverage reports
    published on Coveralls.io.
  • For Windows, adjust the output to fit the terminal width as on other
    platforms.

Fixed

  • Replaced one instance of dir with hasattr.

v1.2.0

17 Apr 14:09
Compare
Choose a tag to compare

Added

  • Support for Python 3.5's matrix multiplication operators.
    (Contributed by Frederic De Groef.)

v1.1.1

17 Apr 19:02
Compare
Choose a tag to compare

Fixed

  • Broken on Windows due to a dependency on the fcntl module.
    (Spotted by Christopher Toth.)

v1.1.0

28 Mar 10:01
Compare
Choose a tag to compare

Added

  • Output is adjusted to fit the terminal width.
  • Print '?' after any attributes that raised an exception.
    (Contributed by Andrei Fokau.)

Fixed

  • Unhandled exceptions when reading attributes.
    (Patch contributed by Andrei Fokau.)

v1.0.1

28 Mar 10:02
Compare
Choose a tag to compare

Changed

  • Changed the license from GPL to BSD.