Commit Graph

23 Commits

Author SHA1 Message Date
Sylvain Tricot 9166b8d3ef Merge branch 'release/0.1.3' 2022-06-08 16:49:19 +02:00
Sylvain Tricot 549ec2ea7f Update README 2022-04-19 16:31:03 +02:00
Sylvain Tricot da10eed84e Update install instructions 2022-04-19 16:23:52 +02:00
Sylvain Tricot a073dc1520 Added INSTALL instructions. 2022-03-07 16:26:19 +01:00
Sylvain Tricot 20b7716f4a Merge tag '0.1.2' into devel
0.1.2
2022-03-07 15:40:05 +01:00
Sylvain Tricot d510806ece Merge branch 'hotfix/0.1.2' 2022-03-07 15:39:53 +01:00
Sylvain Tricot 0f2a556aa2 Fixed bug in version naming.
With git flow, the version is read by the tag
(base_version) in setuptools_scm.
2022-03-07 15:38:35 +01:00
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