Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
working-directory: ${{env.test-directory}}
run: |
cp ../../hypercomplex/Hypercomplex.hpp Hypercomplex.hpp
cp ../../hypercomplex/Hypercomplex_MPFR.hpp Hypercomplex_MPFR.hpp
cp ../../hypercomplex/Polynomial.hpp Polynomial.hpp

- name: Compile Docs Test Program
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex/badge)](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex)
[![publish](https://github.com/AngryMaciek/hypercomplex/workflows/publish/badge.svg)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Apublish)
[![conda](https://anaconda.org/angrymaciek/hypercomplex/badges/version.svg)](https://anaconda.org/AngryMaciek/hypercomplex)
[![DockerHub](https://badgen.net/badge/icon/2.0.15/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/hypercomplex)
[![DockerHub](https://badgen.net/badge/icon/2.0.16/docker?icon=docker&label=DockerHub&color=blue)](https://hub.docker.com/r/angrymaciek/hypercomplex)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05272/status.svg)](https://doi.org/10.21105/joss.05272)

<img src="img/logo.png" alt="drawing" height="30"/>
Expand Down
2 changes: 1 addition & 1 deletion hypercomplex/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0.15
v2.0.16