Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-02 | update release tag in all files on the repo (#1138) | 1 | -1/+1 | ||
2020-06-01 | update release number everywhere in repo (#1064) | 1 | -1/+1 | ||
2020-05-19 | Bug fix in picmi field diagnostics with picmistandard.0.0.8 (#1032) | 1 | -1/+1 | ||
Co-authored-by: Remi Lehe <remi.lehe@normalesup.org> | |||||
2020-05-18 | Require Python 3.6+ (#1021) | 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-15 | replace release number 20.04 by 20.05 in the repo (#1027) | 1 | -1/+1 | ||
2020-04-21 | Python documentation updates (#936) | 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-01 | Update release number (#875) | 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-03 | update tag number (#764) | 1 | -1/+1 | ||
2020-02-12 | update release tag in the code (#706) | 1 | -1/+1 | ||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+8 | ||
2020-01-16 | update release/tag version | 1 | -1/+1 | ||
2019-10-03 | Update version number | 1 | -1/+1 | ||
2019-08-11 | Update version number | 1 | -1/+1 | ||
2019-07-26 | In picmi, add support for all elements | 1 | -1/+1 | ||
2019-05-14 | Fixes for the Python RZ version | 1 | -2/+2 | ||
2019-05-02 | Update version number | 1 | -1/+1 | ||
2019-04-02 | Update version number | 1 | -1/+1 | ||
2019-02-05 | Update version number | 1 | -1/+1 | ||
2018-11-09 | Update version number | 1 | -1/+1 | ||
2018-09-28 | Update version | 1 | -1/+1 | ||
2018-09-28 | Update version number and installation instructions | 1 | -0/+1 | ||
2018-09-27 | Switch from distutils to setuptools and add dependency | 1 | -7/+2 | ||
2018-09-07 | The 2d and 3d Python versions can both be installed | 1 | -2/+2 | ||
2018-08-24 | Added PYINSTALLOPTIONS to Make.WarpX | 1 | -5/+5 | ||
2018-08-24 | Update how the python version is imported. | 1 | -1/+13 | ||
A pure Python version can be installed when only writing input files is reguired. | |||||
2017-12-06 | Added python callbacks, like beforestep etc | 1 | -0/+7 | ||
2017-03-23 | Switched high level Python wrapper to ctypes | 1 | -39/+2 | ||
2017-03-09 | Converted python interface to AMReX | 1 | -18/+21 | ||
Also added python level time step and incomplete wrap to access the fields. | |||||
2017-02-27 | Make sure the setup scripts gets the proper options for C++11 on OS X. | 1 | -2/+8 | ||
2017-02-03 | Added Python wrapper around top level classes. | 1 | -2/+13 | ||
2017-01-19 | Fixing the Python extension installation on Linux. | 1 | -1/+1 | ||
2017-01-10 | Added python wrapper around addNParticles | 1 | -0/+9 | ||
The underlying routine needs to be implemented | |||||
2017-01-10 | Cleaned up python importing of warpx | 1 | -0/+1 | ||
2016-11-09 | Initial python wrapped version | 1 | -0/+21 | ||