aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-06Release 22.06 (#3161)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.06 * PICSAR: 22.06 * WarpX: 22.06
2022-05-03Release 22.05 (#3076)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.05 * PICSAR: 22.05 * WarpX: 22.05 * Fix issue with RZ electrostatic solver Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
2022-04-01Release 22.04 (#3018)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.04 * PICSAR: 22.04 * WarpX: 22.04
2022-03-03Release 22.03 (#2912)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.03 * PICSAR: 22.03 * WarpX: 22.03
2022-02-02Release 22.02 (#2820)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.02 * PICSAR: 22.02 * WarpX: 22.02
2022-01-12Make moving window dimensionality consistent in PICMI (#2721)Gravatar Prabhat Kumar 1-1/+1
* Make moving window dimensionality consistent in PICMI * update PICMI_inputs_plasma_acceleration_1d.py * two elements for moving window velocity in RZ * update RZ laser_acceration test * update PICMI version * update PICMI Langmuir RZ test
2022-01-04Release 22.01 (#2718)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.01 * PICSAR: 22.01 * WarpX: 22.01
2021-12-10Python/setup.py: picmistandard==0.0.18Gravatar Axel Huebl 1-1/+1
Forgotten in #2593
2021-12-02Release 21.12 (#2614)Gravatar Axel Huebl 1-1/+1
* AMReX: 21.12 * PICSAR: 21.12 * WarpX: 21.12
2021-11-22Python: Start 1D Support (#2582)Gravatar Axel Huebl 1-1/+1
* Python: Start 1D Support Start supporting 1D builds in Python. * Fix 1D: PML FillZero unused ... since PMLs are not yet supported in 1D. * BeamRelevant: Fix unused p_pos0 * FromTXYEFileLaserProfile: Not Impl in 1D * QED Schwinger: 1D not Implemented Fix unused warnings, add aborts. * 1D RealVect/IntVect: Initialization Use explicit scalar constructors, no braces. Fix warning in clang 10. * 1D NCI Filter: Fix unused members & Init Unimplemented, but throws warnings. * PSATD: 1D not Implemented - remove compile warnings - start porting some parts * NCIGodfreyFilter: Clean up 2D & Else
2021-11-02Release 21.11 (#2518)Gravatar Axel Huebl 1-1/+1
* Update: AMReX/PICSAR to 21.11 AMReX is a post 21.11 release, due to a needed bugfix in compGrad with EB that landed 4hrs after release. * WarpX: 21.11
2021-10-25PICMI: Add PML div(E),div(B) Cleaning Options (#2480)Gravatar Edoardo Zoni 1-1/+1
2021-10-23PICMI: Add div(E),div(B) Cleaning Options (#2477)Gravatar Edoardo Zoni 1-1/+1
* PICMI: Add div(E),div(B) Cleaning Options * Update PICMI Version: 0.0.15
2021-10-04Release 21.10 (#2370)Gravatar Axel Huebl 1-1/+1
* Update: AMReX/PICSAR to 21.10 * WarpX: 21.10
2021-09-02Release 21.09 (#2270)Gravatar Axel Huebl 1-1/+1
* Update: AMReX/PICSAR to 21.09 * WarpX: 21.09
2021-08-03Release 21.08 (#2158)Gravatar Axel Huebl 1-1/+1
* AMReX/PICSAR: 21.08 * WarpX: 21.08
2021-07-02Release 21.07 (#2047)Gravatar Axel Huebl 1-1/+1
* AMReX/PICSAR: 21.07 * WarpX: 21.07
2021-06-01Release 21.06 (#1996)Gravatar Axel Huebl 1-1/+1
* AMReX/PICSAR: 21.06 * WarpX: 21.06
2021-05-04New release 21.05 (#1931)Gravatar Remi Lehe 1-1/+1
* Deploy new Azure worker, for the embedded boundary test * Correct missing end of line * Update amrex version * Update PICSAR version * Update WarpX version
2021-04-01Release 21.04 (#1865)Gravatar Axel Huebl 1-1/+1
2021-03-11Version: 21.03 (#1772)Gravatar Axel Huebl 1-1/+1
I forgot to bump the version for the last release with our script. Will do better next time.
2021-02-18Add "." to libwarpx Aliases (#1720)Gravatar Axel Huebl 1-2/+2
* Add "." to libwarpx Aliases Add a "." to the suffix of the short-hand `libwarpx.<DIM>.<so|dll>` libs. This unifies the suffix with the structure in executables and makes it easier to find a "long" version of the library (not in this PR). Also fixes the suffix naming on Windows to ".dll", since this is a true C/C++ library, not a Python module (aka not a shared library following Python entry points and conventions). * CMake: Add library alias in install Also add the expected library alias in CMake install prefixes.
2021-02-03Updates to match picmi version 0.0.14 (#1672)Gravatar David Grote 1-2/+2
* Updates to match picmi version 0.0.14 Added call to register constants. * Python: Bump Versions Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
2021-01-11Add electrostatic to picmi (#1548)Gravatar David Grote 1-1/+1
* Update ElectrostaticSolver in picmi * Added relativistic option to picmi ElectrostaticSolver * Update PICMI version * Fix electrostatic with picmi Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
2020-12-04CMake: objects, shared library, Python (#1519)Gravatar Axel Huebl 1-12/+39
* CMake: libwarpx Reorder CMake builds to collect everything in an object file library, which is then used to link out a shared library and the WarpX executable app. * setup.py: Install up to 3 libs at once Inside CMake build dir: ``` PYWARPX_LIB_DIR=$PWD/lib python3 -m pip wheel ../Python/ ``` * Docs: CMake + Python * CI: Python CMake Package
2020-12-01setup.py: new release tagGravatar Axel Huebl 1-1/+1
2020-10-05PICMI: read flag for laser continuous injection (#1358)Gravatar Edoardo Zoni 1-1/+1
* PICMI: read flag for laser continuous injection * Simplify assignment of do_continuous_injection * Update PICMI version Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
2020-09-17Increment minimum PICMI version required (#1343)Gravatar Remi Lehe 1-1/+1
2020-09-14PICMI analytic applied fields (#1306)Gravatar David Grote 1-1/+1
* PICMI Added applied fields * PICMI fixed typo in Constants * Change picmistandard version requirement to 0.0.9 * Increment required picmi version Co-authored-by: Remi Lehe <remi.lehe@normalesup.org>
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