Skip to content

Releases: we-taper/listcondalic

Fix a small bug in stripping version info.

09 Aug 14:13
22be442

Choose a tag to compare

Fix readme and a bug (#5)

* Update README.

* Fix bug and adds a debug mode.

* Adds failure case to the test file.

* Fix potential bug in striping version info

* Adds unittest.

* Fix test code error

* Enable test a status check

v0.1.0: 2nd draft: read conda package info in a reasonable way (#3)

06 Aug 16:32
d6e621c

Choose a tag to compare

Here we try to combine the result from pip and `conda-meta` to produce a requirement file that isn't too big (including too many information) in a reasonable amount of time (without using the extremely slow `conda search`).

* Adds versioneer.

* output license info as json

* update to search for dependencies.

* big update

* Update readme.

* update readme

v0.0.1

06 Aug 03:46
e563c9f

Choose a tag to compare

Update: publish (#2)

* use all by default and add restrict

* Adds publish workflow