Skip to content

Releases: PyCOMPLETE/PyPIC

PyPIC Version 2.4.5

Choose a tag to compare

@giadarol giadarol released this 27 Jan 17:17
4e6e981

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)

Choose a tag to compare

@giadarol giadarol released this 27 Nov 14:29

Python 3 version of PyPIC 2.4.4.

This version of PyECLOUD is incompatible with Python 2.

PyPIC Version 2.4.4 (Python 2)

Choose a tag to compare

@giadarol giadarol released this 09 Nov 12:26

Fix:

  • Possibility of obtaining a state from another state

PyPIC Version 2.4.3

Choose a tag to compare

@giadarol giadarol released this 22 Oct 16:45

Fix:

  • Python 3 compatibility of GPU modules

PyPIC Version 2.4.2

Choose a tag to compare

@giadarol giadarol released this 08 Jul 11:01

Bugfix:

  • Name error in gather_rho and gather_phi

PyPIC Version 2.4.1

Choose a tag to compare

@aoeftiger aoeftiger released this 21 Jun 13:05

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

Choose a tag to compare

@giadarol giadarol released this 14 Mar 17:52

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

Choose a tag to compare

@giadarol giadarol released this 27 Feb 12:00

New feature:

  • Possibility to add to stored distribution when scattering

Thanks Lotta!

PyPIC Version 2.2.7

Choose a tag to compare

@giadarol giadarol released this 18 Oct 13:23

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

PyPIC Version 2.2.6

Choose a tag to compare

@giadarol giadarol released this 08 Sep 15:10

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