aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-02update release tag in all files on the repo (#1138)Gravatar MaxThevenet 1-1/+1
2020-06-01update release number everywhere in repo (#1064)Gravatar MaxThevenet 1-1/+1
2020-05-19Bug fix in picmi field diagnostics with picmistandard.0.0.8 (#1032)Gravatar David Grote 1-1/+1
Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
2020-05-18Require Python 3.6+ (#1021)Gravatar David Grote 1-1/+2
* Added specification of the version picmistandard * Set the requirement of Python version >= 3.6 * Add Python version requirement to the docs * Add comment about Python version to docs
2020-05-15replace release number 20.04 by 20.05 in the repo (#1027)Gravatar MaxThevenet 1-1/+1
2020-04-21Python documentation updates (#936)Gravatar David Grote 1-1/+1
* Update Python documentation * Added numpy as a requirement for the Python installation * Cleaned EOL white space in Python documentation * Add periodictable to the Python packages required Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja> * Added periodictable to required packages for pure Python version Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
2020-04-01Update release number (#875)Gravatar MaxThevenet 1-1/+1
* update release number * add message to get list of PR merged since last release * keep set -e * Update Tools/update_release.sh suggested by @ax3l
2020-03-03update tag number (#764)Gravatar MaxThevenet 1-1/+1
2020-02-12update release tag in the code (#706)Gravatar MaxThevenet 1-1/+1
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+8
2020-01-16update release/tag versionGravatar MaxThevenet 1-1/+1
2019-10-03Update version numberGravatar Remi Lehe 1-1/+1
2019-08-11Update version numberGravatar Remi Lehe 1-1/+1
2019-07-26In picmi, add support for all elementsGravatar Dave Grote 1-1/+1
2019-05-14Fixes for the Python RZ versionGravatar Dave Grote 1-2/+2
2019-05-02Update version numberGravatar Remi Lehe 1-1/+1
2019-04-02Update version numberGravatar Remi Lehe 1-1/+1
2019-02-05Update version numberGravatar Remi Lehe 1-1/+1
2018-11-09Update version numberGravatar Remi Lehe 1-1/+1
2018-09-28Update versionGravatar Remi Lehe 1-1/+1
2018-09-28Update version number and installation instructionsGravatar Remi Lehe 1-0/+1
2018-09-27Switch from distutils to setuptools and add dependencyGravatar Remi Lehe 1-7/+2
2018-09-07The 2d and 3d Python versions can both be installedGravatar Dave Grote 1-2/+2
2018-08-24Added PYINSTALLOPTIONS to Make.WarpXGravatar Dave Grote 1-5/+5
2018-08-24Update how the python version is imported.Gravatar Dave Grote 1-1/+13
A pure Python version can be installed when only writing input files is reguired.
2017-12-06Added python callbacks, like beforestep etcGravatar Dave Grote 1-0/+7
2017-03-23Switched high level Python wrapper to ctypesGravatar Grote 1-39/+2
2017-03-09Converted python interface to AMReXGravatar Dave Grote 1-18/+21
Also added python level time step and incomplete wrap to access the fields.
2017-02-27Make sure the setup scripts gets the proper options for C++11 on OS X.Gravatar Andrew Myers 1-2/+8
2017-02-03Added Python wrapper around top level classes.Gravatar Dave Grote 1-2/+13
2017-01-19Fixing the Python extension installation on Linux.Gravatar atmyers 1-1/+1
2017-01-10Added python wrapper around addNParticlesGravatar Dave Grote 1-0/+9
The underlying routine needs to be implemented
2017-01-10Cleaned up python importing of warpxGravatar Dave Grote 1-0/+1
2016-11-09Initial python wrapped versionGravatar Dave Grote 1-0/+21