CQCL / pytket-cutensornet

cuTensorNet Python API extensions for pytket quantum SDK
Apache License 2.0
8 stars 1 forks source link

update dependebot and clean up links #46

Closed cqc-melf closed 7 months ago

cqc-melf commented 7 months ago

part two of the documentation update.

I have also added the dependabot, which it looks like you did not had before?

If you have any questions, please let me know.

(We had similar PRs on all of the extensions, see for example https://github.com/CQCL/pytket-stim/pull/35 for the discussion.)

yapolyak commented 7 months ago

Do I understand it correctly that dependabot will be checking project's dependancies, and make automatic PRs when their updates are available?

cqc-melf commented 7 months ago

Do I understand it correctly that dependabot will be checking project's dependancies, and make automatic PRs when their updates are available?

Yes that is the idea. You still need to add updates to the changelog and check that the new version is compatible.

yapolyak commented 7 months ago

So, say, do you guys always go with actions updates, and pylint/black updates?