Sylvain Tricot
fc117d4e04
Merge tag '0.1.1' into devel
...
0.1.1
2022-03-07 15:22:55 +01:00
Sylvain Tricot
4890a9e1f9
Merge branch 'hotfix/0.1.1'
2022-03-07 15:22:40 +01:00
Sylvain Tricot
16e5b865f1
Fixed bug about version naming.
...
The version was not read since setuptools_scm was
not installed (neither required).
2022-03-07 15:21:18 +01:00
Sylvain Tricot
d5c5073d3c
Merge tag '0.1' into devel
...
0.1
2022-03-07 14:42:15 +01:00
Sylvain Tricot
ad9ba151a4
Merge branch 'release/0.1'
2022-03-07 14:41:31 +01:00
Sylvain Tricot
cf778b90cc
Added matplotlib as required in 'make all' target.
...
... otherwise click-man cannot proceed.
2022-03-07 14:38:14 +01:00
Sylvain Tricot
babfb58a07
Fixed bug 'plot_type' not found.
...
The variable 'plot_type' was changed to 'stem'.
2022-03-07 14:17:20 +01:00
Sylvain Tricot
2da7549d99
Fixed ModuleNotFoundError during 'make'.
...
The eps.so was loaded by __init__.py during making
the shared object and was obviously not found.
The import is now enclose in a try...except block to
avoid raising an exception.
2022-03-07 14:15:23 +01:00
Sylvain Tricot
04e936c881
Added gitignore file.
2022-03-07 11:59:04 +01:00
Sylvain Tricot
b6a1e2bb04
Added a simple Python example.
2022-03-07 11:54:56 +01:00
Sylvain Tricot
2a5bfba3da
Output is redirected to stdout by default.
2022-03-07 11:53:48 +01:00
Sylvain Tricot
a28696d2a7
Added the compute function.
2022-03-07 11:53:05 +01:00
Sylvain Tricot
88436fabdf
Added python support for writing input file.
2022-03-03 18:42:55 +01:00
Sylvain Tricot
b1d47a718e
Rewrote Makefile rules
2022-02-28 22:30:37 +01:00
Sylvain Tricot
1feaa0591f
New file hierarchy.
...
This allows to build python bindings with a new Makefile
2022-02-25 17:27:15 +01:00
Sylvain Tricot
9893530eb7
initial commit
2022-02-02 16:19:10 +01:00