Skip to content

Releases: python-processing-unit/Prefix

0.5.0

Choose a tag to compare

@python-processing-unit python-processing-unit released this 01 Mar 09:16

Backwards-incompatible features:

N/A

Backwards-compatible features:

Expand search paths to include stdlib/ and stdext/.

Add SELF.

Bugfixes:

Convert MAP to use a hash table for performance.

0.4.1

Choose a tag to compare

@python-processing-unit python-processing-unit released this 27 Feb 22:30

Backwards-incompatible features:

N/A

Backwards-compatible features:

N/A

Bugfixes:

Fix contradiction in specification regarding FOR.

Ban . from identifiers.

Make TRY catch ParseError.

0.4.0

Choose a tag to compare

@python-processing-unit python-processing-unit released this 27 Feb 05:42

Backwards-incompatible features:

N/A

Backwards-compatible features:

NEQ operator, -private mode.

Bugfixes:

N/A

0.3.0

Choose a tag to compare

@python-processing-unit python-processing-unit released this 25 Feb 23:01

Backwards-incompatible features:

Make TNS and MAP atomic.

Backwards-compatible features:

N/A

Bugfixes:

Fix FUNC handling in SIGNATURE.

0.2.0

Choose a tag to compare

@python-processing-unit python-processing-unit released this 23 Feb 10:32

Add FLT infinities, NaN.

Initial release.

Choose a tag to compare

@python-processing-unit python-processing-unit released this 23 Feb 02:30
48e1932

This is the first release of Prefix.

It is highly unstable, and future changes will likely break most existing code.