Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fluiddyn
transonic
Commits
f365e250af61
Commit
3aa4d3a5
authored
Nov 23, 2018
by
Pierre Augier
Browse files
Version 0.1.0
parent
cd1bdd67a160
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES.rst
View file @
f365e250
0.
0.10 (?
)
----------
0.
1.0 (2018-11-23
)
----------
--------
- Compatibility PyPy3.5
- Fix bug script importing local script
- Command line option "clear-cache"
...
...
Makefile
View file @
f365e250
develop
:
p
ython setup.py develop
p
ip
install
-e
.[test]
black
:
black
-l
82 fluidpythran
...
...
fluidpythran/_version.py
View file @
f365e250
__version__
=
"0.
0.9
"
__version__
=
"0.
1.0
"
try
:
from
pyfiglet
import
figlet_format
...
...
setup.cfg
View file @
f365e250
...
...
@@ -12,6 +12,21 @@ classifiers =
install_requires = astunparse
# install_requires = black # avoid this dependency for now (see https://github.com/ambv/black/issues/552)
[options.extras_require]
dev =
sphinx
sphinx_rtd_theme
numpydoc
ipython
jupyter
fluiddyn
test =
pytest
pytest-ipynb
numpy
pythran
[flake8]
ignore = E501,E225,E226,E303,E201,E202,E203,W503
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment