Skip to content

Commit

Permalink
Release 4.3 (#149)
Browse files Browse the repository at this point in the history
* Release 4.3

* remove old files

* get some py3.8 coverage from actions

* tweak readme to specify current version

and add test for same
  • Loading branch information
edyoung authored Jul 19, 2020
1 parent 50642b2 commit 5fb9f60
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 2,373 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-gnofract4d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python: 3.6
toxenv: py
- os: ubuntu-latest
python: 3.7
python: 3.8
toxenv: pylint

env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ You can then run Gnofract 4D in the local directory:

./gnofract4d

Alternatively to build and install Gnofract 4D (version 4.2 as an example) type:
Alternatively to build and install Gnofract 4D type:

pip3 install gnofract4d-4.2.tar.gz
pip3 install gnofract4d-4.3.tar.gz

You can then run it by clicking on the desktop icon or typing:

Expand Down
2 changes: 1 addition & 1 deletion fract4d/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from . import fractal

# version of Gnofract 4D
VERSION = '4.2'
VERSION = '4.3'

POSITION_ARGUMENTS = ("xcenter", "ycenter", "zcenter", "wcenter",
"xyangle", "xzangle", "xwangle", "yzangle", "ywangle", "zwangle",
Expand Down
4 changes: 0 additions & 4 deletions fractutils/__init__.py

This file was deleted.

62 changes: 0 additions & 62 deletions fractutils/checkalloc.py

This file was deleted.

12 changes: 0 additions & 12 deletions fractutils/fetch.py

This file was deleted.

25 changes: 0 additions & 25 deletions fractutils/formdb.py

This file was deleted.

2 changes: 0 additions & 2 deletions fractutils/formulas.py

This file was deleted.

37 changes: 0 additions & 37 deletions fractutils/get.py

This file was deleted.

Loading

0 comments on commit 5fb9f60

Please sign in to comment.