Skip to content

Releases: cascode-labs/virtue

v0.4.1

06 Oct 11:25
041ec4f
Compare
Choose a tag to compare

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

06 Oct 10:55
Compare
Choose a tag to compare

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

18 Aug 06:46
Compare
Choose a tag to compare

What's Changed

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

v0.3.1

16 Aug 08:42
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

15 Aug 20:51
Compare
Choose a tag to compare

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

09 Aug 20:59
Compare
Choose a tag to compare

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

08 Aug 03:36
Compare
Choose a tag to compare

What's Changed

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

v0.1.0

30 Jul 19:42
ab182da
Compare
Choose a tag to compare

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