QuantumSavory / QuantumSymbolics.jl

Computer algebra tools for symbolic manipulations in quantum mechanics and quantum information
MIT License
29 stars 9 forks source link

allow strings in args #24

Closed ba2tro closed 9 months ago

ba2tro commented 9 months ago

fixes #23

Krastanov commented 9 months ago

after you get the buildkite PR to run, and you have tests here passing, feel free to merge without waiting for me

add release notes in the CHANGELOG, bump the version number in Project.toml and use JuliaRegistrator to make a new release

The changelog updates can be something along the lines "improvements to tests and documentation support" given that there are no user-facing changes or improvements. No need to write much text there at all.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e06c171) 57.50% compared to head (0a32ac6) 57.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ======================================= Coverage 57.50% 57.50% ======================================= Files 14 14 Lines 433 433 ======================================= Hits 249 249 Misses 184 184 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Krastanov commented 9 months ago

Just FYI, the makedocs call needs to be updated because a breaking release of Documenter was made between our last release and today. We had to make the same update to QuantumClifford and QuantumSavory