Skip to content

0.3.2

Compare
Choose a tag to compare
@JGreenlee JGreenlee released this 12 Apr 05:13
· 222 commits to master since this release
  • New and improved directory structure for the repo

  • It works as a pip package now and can be used as a dependency in a conda project's yml file like this:

    dependencies:
    - pip:
      - git+https://github.com/JGreenlee/[email protected]
  • It now exposes as an npm package from the root level instead of from a subdirectory

  • Added a lot to the README, explaining usage