Release Notes#

v0.4.1#

Released on 2022-10-06 - GitHub - PyPI

What's Changed

  • Fix bug where the data.reg initialization file is generated incorrectly when a package registers a tuple of paths by @curtisma in #41

Full Changelog: v0.4.0...v0.4.1

v0.4.0#

Released on 2022-10-06 - GitHub - PyPI

What's Changed

  • Fix SKILL Packaging System and Register a SKILL package by defining a dict by @curtisma in #35
  • Update SKILL package registration by @curtisma in #38
  • Move environment commands under a "env" subcommand by @curtisma (issue #32)
  • Update Packaging and Environment Documentation by @curtisma (issue #36)
  • Document Skillbridge integration by @curtisma (issue #30)

Full Changelog: v0.3.2...v0.4.0

v0.3.2#

Released on 2022-08-18 - GitHub - PyPI

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1#

Released on 2022-08-16 - GitHub - PyPI

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0#

Released on 2022-08-15 - GitHub - PyPI

What's Changed

  • Add a Python Plugin system for extending Virtue and add a CLI for installing the Virtue SKILL environment into a Python environment by @curtisma in #18

Full Changelog: v0.2.1...v0.3.0

v0.2.1#

Released on 2022-08-09 - GitHub - PyPI

What's Changed

  • Fixed some minor bugs by @curtisma
  • Added conda installation instructions since it was added to conda-forge by @curtisma

Full Changelog: v0.2.0...v0.2.1

v0.2.0#

Released on 2022-08-08 - GitHub - PyPI

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0#

Released on 2022-07-30 - GitHub - PyPI

Initial public release

Features

  • A standard library of packages with functions for common tasks
  • A test framework modeled after pytest
  • A TOML config file reader and writer
  • A package import system that allows the library to define just a single
    top-level import table symbol that allows each package to be imported locally.

What's Changed

New Contributors

Full Changelog: https://github.com/cascode-labs/virtue/commits/v0.1.0