Releases: PyCOMPLETE/PyPIC
Releases · PyCOMPLETE/PyPIC
PyPIC Version 2.4.5
PyPIC Version 2.4.4 (Python 3)
Python 3 version of PyPIC 2.4.4.
This version of PyECLOUD is incompatible with Python 2.
PyPIC Version 2.4.4 (Python 2)
Fix:
- Possibility of obtaining a state from another state
PyPIC Version 2.4.3
Fix:
- Python 3 compatibility of GPU modules
PyPIC Version 2.4.2
Bugfix:
- Name error in gather_rho and gather_phi
PyPIC Version 2.4.1
Fixes:
PyPIC.GPUversioning fixed (with top level git assigned version)
Python3 compatibility:
PyPIC.GPUmodule updated with proper local relative imports, print statements and tab removals
PyPIC Version 2.4.0
Fixes:
- Added missing properties in Multigrid states
- Some maintenance in the example scripts
Python 3 compatibility:
- Introduced auto-generation of python 3 code
- Several fixes for python 3 compatibility of the auto-generated code
PyPIC Version 2.3.0
New feature:
- Possibility to add to stored distribution when scattering
Thanks Lotta!
PyPIC Version 2.2.7
Minor bugfix: "!=None" replaced with "is not None" for compatibility with strict python versions.
PyPIC Version 2.2.6
Minor bugfix: "==None" replaced with "is None" for compatibility with strict python versions.