38 / d4-format

The D4 Quantitative Data Format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d4tools is not on cargo, version numbers/releases?

holmrenser opened this issue · comments

There is no d4tools on cargo, however there is a d4utils version 0.2.18. Additionally, there seems to be one version 0.1 release on github.

I would love to incorporate d4tools in some workflows, and have a go at trying the python API, but I strongly prefer semver releases over specifying commits in my documentation.

On a related note: many of my workflows make heavy use of conda, so I wouldn't mind a conda package of d4tools. This would also require somewhat consistent versioning.

Let me know if there is anything I can do to help, I'll gladly submit PRs.

Hi, thanks for bring this up.

  • d4tools is published on crates.io, however, the crate name is still "d4utils" which is the old name of d4tools. We want to change the crate name when we publish next release

  • It's an known bug the CLI reports wrong version number - and this has been fixed in our master branch, but not yet on any release yet.

We are now working on preparing the next major release with a a lot of fix and improvements. Also, we have a much improved python API which should make pyd4 much powerful than currently we have.

We definitely want to make d4tools available on Conda as well!

Thanks a lot for your help!