Releases: OpenNBS/pynbs
Releases · OpenNBS/pynbs
v1.1.0-beta.0
v1.1.0-beta.0
v1.1.0
v1.0.0-beta.4
Fix
- Remove note about python 2 compatibility (
677121a
)
v1.0.0-beta.3
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
v1.0.0-beta.1
v0.5.0-beta.0
Feature
- Start improving project structure (
47147d2
)