aboutsummaryrefslogtreecommitdiff
path: root/Python/setup.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-02Release 23.02 (#3667)Gravatar Axel Huebl 1-1/+1
* AMReX: 23.02 * PICSAR: 23.02 * WarpX: 23.02
2023-01-03Release 23.01 (#3598)Gravatar Axel Huebl 1-1/+1
* AMReX: 23.01 * PICSAR: 23.01 * WarpX: 23.01
2022-12-13Release 22.12 (#3565)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.12 * PICSAR: 22.12 * WarpX: 22.12
2022-11-17Add Python interface for flux injection (#3486)Gravatar Remi Lehe 1-1/+1
* Update PICMI code * Upgrade picmistandard version * Update PICMI version and assert
2022-11-02Release 22.11 (#3499)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.11 * PICSAR: 22.11 * WarpX: 22.11
2022-10-03Release 22.10 (#3444)Gravatar Axel Huebl 1-1/+1
* AMReX: Weekly Update One commit after 22.10 release, to fix oneAPI DPC++ 2022.02: 22.10-1-g13aa4df0f5 * PICSAR: 22.10 * WarpX: 22.10
2022-10-02Major update of the Python/picmi documentation (#3329)Gravatar David Grote 1-1/+1
* Include WarpX specific documentation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Undo the precommit change of import in __init__.py * Docs: Install Pure Python WarpX PICMI Allows to use these classes in our Sphinx autodocs in the manual. * Sphinx: Add Napoleon Extension https://sphinxcontrib-napoleon.readthedocs.io * PICMI Doc Strings: Fix Some Warnings * Removed the DocumentedMetaClass since it was moved to picmistandard * Defined the languate in Docs/source/conf.py * Cleaned up minor issues in the rst files * Updated existing doc strings in picmi.py * Reformatted doc strings in Regression/Checksum/checksumAPI.py * Reformatted doc strings in Regression/Checksum * First set of WarpX specific documentation * Updated to picmistandard version 0.0.20 * Cleaned up the Python document page Fixed up the text to be more clear. Added section headers for each picmi class (for easy reference). * Further updates to picmi.py doc strings Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
2022-09-02Release 22.09 (#3365)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.09 * PICSAR: 22.09 * WarpX: 22.09
2022-08-29Python: 3.7+ (#3342)Gravatar Axel Huebl 1-1/+1
* Python: 3.7+ Python 3.6 is now end-of-life. Bump support to 3.7+. * CUDA CI: Python3 Update
2022-08-01Release 22.08 (#3276)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.08 * PICSAR: 22.08 * WarpX: 22.08
2022-07-09Release 22.07 (#3211)Gravatar Axel Huebl 1-1/+1
* AMReX: 22.07 * PICSAR: 22.07 * WarpX: 22.07 * SENSEI: Update to 4.0.0 * AMReX: 22.07-4-gcbdc6580ee Include SENSEI build fixes.
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