Skip to content

Releases: iris-hep/func_adl

3.4.0b7 - enum and other fixes

26 Mar 06:54
4e2a4f5

Choose a tag to compare

Pre-release

Specific fixes below - but lots of details making code in the wild work.

What's Changed

Full Changelog: 3.4.0b6...3.4.0b7

3.4.0b6 - typed (named) data classes and tuples

11 Mar 12:39
7ea1397

Choose a tag to compare

What's Changed

Full Changelog: 3.3.3...3.4.0b6

3.4.0b5 - and again

06 Mar 13:38

Choose a tag to compare

3.4.0b5 - and again Pre-release
Pre-release

Full Changelog: 3.4.0b4...3.4.0b5

3.4.0b4 - another attempt

06 Mar 13:37

Choose a tag to compare

Pre-release

Full Changelog: 3.4.0b3...3.4.0b4

3.4.0b3 - another try at python publishing

06 Mar 13:31

Choose a tag to compare

Full Changelog: 3.4.0b2...3.4.0b3

3.4.0b2- see if the pypi publishing pipeline works

06 Mar 13:23

Choose a tag to compare

3.4.0b1 - Test Release

06 Mar 12:50

Choose a tag to compare

Pre-release

Making a move to python 3.13 and upgrading build system. This is to test the pypi push mechanism to make sure it is still working. You can use this, but it doesn't have any functional changes.
 

What's Changed

Full Changelog: 3.3.3...3.4.0b1

Bug fix: Zip operator crash and `len` warning

12 Sep 21:51
b67b122

Choose a tag to compare

Fixed one crash and one extra warning message:

  • Zip now won't crash when trying to do the internal type checking. It does not yet return the proper result, but that should be safe for most uses (see #150).
  • len operator no longer produces a warning and type checks as a float.

What's Changed

Full Changelog: 3.3.2...3.3.3

Add license

10 Sep 21:30

Choose a tag to compare

Apparently a blocker for conda is not having explicit license... Here is the fix.

What's Changed

Full Changelog: 3.3.1...3.3.2

Dict type-following

27 Apr 08:06
5f23cfb

Choose a tag to compare

Prior to this, when you accessed methods that were part of a dictionary the type following wasn't done correctly. This release will update to code that does this correctly.

Note this is still now working correctly for tuples!

What's Changed

Full Changelog: 3.3.0...3.3.1