Skip to content

Releases: iris-hep/func_adl_type_generator

2.3.0 - Enums: inline usage and return values

26 Mar 07:08
d72dd4e
Compare
Choose a tag to compare

Major improvements in how enums are handled - including when they are done as return types or as inline expressions. Also, added code to work with enums when the user needs to inject them (e.g. when they are using C++).

Full Changelog: 2.2.2...2.2.3

2.2.2 - string is an intrinsic python class

20 Mar 17:18
6fb77f5
Compare
Choose a tag to compare

Prevent emitting the C++ string class.

Full Changelog: 2.2.1...2.2.2

2.2.1 - Spaces in Python Names blocked

08 Mar 10:39
b489c7e
Compare
Choose a tag to compare

Fixed a few small bugs that were letting through spaces in python class names

Full Changelog: 2.2.0...2.2.1

2.2.0

07 Mar 23:42
f206223
Compare
Choose a tag to compare

Support enums declared globally, but in a namespace, along with working around a few ROOT bugs in R25.

Full Changelog: 2.1.2...2.2.0

Use more recent R21 and R22 releases

21 Feb 18:37
1345eb7
Compare
Choose a tag to compare

We are updating to the most recent releases as used in science-images.

2.1.1

11 Feb 01:16
Compare
Choose a tag to compare

Changes include:

  • Adds new mechanism so undiscovered types can be included
  • Improved the parsing of const pointers (e.g. int const *).
  • Fixed a few type parsing bugs uncovered by increasing the surface area we could parse
  • Infrastructure updates to deal with changes in the pypi publisher.

Full Changelog: 2.1.0...2.1.1

Only to pypi pushes for the release

10 Feb 09:00
Compare
Choose a tag to compare
Pre-release
2.1.1b2

Update to not run the pypi push

2.1.1b1 - Fixing up the release process

10 Feb 08:54
Compare
Choose a tag to compare
Pre-release

Full Changelog: 2.1.0...2.1.0b1

2.1.0 - Library tracking, proper const pointer tracking

07 Feb 09:14
af6f191
Compare
Choose a tag to compare

Use `default_codegen` when talking to ServiceX

23 Sep 04:09
8b2580a
Compare
Choose a tag to compare

Minor update that adds a default_codegen to all ServiceX objects so they will use, by default, the proper front-end.