Skip to content

v1.1.0

Compare
Choose a tag to compare
@rlaphoenix rlaphoenix released this 10 Jun 11:25
· 37 commits to master since this release

New Features

  • Once installed, d2v will be an available terminal command. This can be used to read or parse then read a D2V file.

Improvements

  • Replace setuptools/setup.py with Poetry for a much better dependency and package management environment.
  • Delete now unnecessary bash scripts I used to use starting with v1.0.1 for setuptools usage (setuptools was annoying).
  • D2V class moved from __init__.py to d2v.py. It's generally recommended for the init file to only have needed code
    on import only, it's also generally less readable at a glance where the class was. It's still imported and set in
    __ALL__ so that from pyd2v import D2V is still possible.
  • General improvements and to the README information and structure.