Skip to content

Releases: PyCOMPLETE/PyPIC

PyPIC Version 2.4.5

27 Jan 17:17
4e6e981

Choose a tag to compare

Small changes:

  • Some clean-up and reorganization in test scripts

This version of PyPIC is incompatible with Python 2!

PyPIC Version 2.4.4 (Python 3)

27 Nov 14:29

Choose a tag to compare

Python 3 version of PyPIC 2.4.4.

This version of PyECLOUD is incompatible with Python 2.

PyPIC Version 2.4.4 (Python 2)

09 Nov 12:26

Choose a tag to compare

Fix:

  • Possibility of obtaining a state from another state

PyPIC Version 2.4.3

22 Oct 16:45

Choose a tag to compare

Fix:

  • Python 3 compatibility of GPU modules

PyPIC Version 2.4.2

08 Jul 11:01

Choose a tag to compare

Bugfix:

  • Name error in gather_rho and gather_phi

PyPIC Version 2.4.1

21 Jun 13:05

Choose a tag to compare

Fixes:

  • PyPIC.GPU versioning fixed (with top level git assigned version)

Python3 compatibility:

  • PyPIC.GPU module updated with proper local relative imports, print statements and tab removals

PyPIC Version 2.4.0

14 Mar 17:52

Choose a tag to compare

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

27 Feb 12:00

Choose a tag to compare

New feature:

  • Possibility to add to stored distribution when scattering

Thanks Lotta!

PyPIC Version 2.2.7

18 Oct 13:23

Choose a tag to compare

Minor bugfix: "!=None" replaced with "is not None" for compatibility with strict python versions.

PyPIC Version 2.2.6

08 Sep 15:10

Choose a tag to compare

Minor bugfix: "==None" replaced with "is None" for compatibility with strict python versions.