Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

43 lines (33 loc) · 2.46 KB

Changelog

v1.1.0-beta.0 (2022-04-10)

v1.1.0 (2022-04-10)

Feature

v1.0.0-beta.4 (2022-04-10)

Fix

  • Remove note about python 2 compatibility (677121a)

v1.0.0-beta.3 (2022-04-10)

Fix

  • Remove py.typed for now (440c96b)
  • Rename buffer to fileobj (0f9a379)
  • Leverage Header constructor directly (5483f48)
  • Inheriting from object not needed in python3 (b7dd7a2)
  • Convert namedtuples to dataclasses (bad6dc9)
  • Move code out of __init__ (6dd5f98)
  • Add badges and constributing section to README (13d823b)
  • Put test.nbs into test resources (38316dc)

v1.0.0-beta.2 (2022-04-10)

Fix

v1.0.0-beta.1 (2022-04-10)

Feature

  • Start improving project structure (5949476)

Fix

  • Integrate changes from main and target version 1.0 (07ab0f8)

v0.5.0-beta.0 (2022-04-07)

Feature

  • Start improving project structure (47147d2)