Releases: iris-hep/func_adl_type_generator
2.3.0 - Enums: inline usage and return values
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
Prevent emitting the C++ string
class.
Full Changelog: 2.2.1...2.2.2
2.2.1 - Spaces in Python Names blocked
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
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
We are updating to the most recent releases as used in science-images.
2.1.1
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
2.1.1b2 Update to not run the pypi push
2.1.1b1 - Fixing up the release process
Full Changelog: 2.1.0...2.1.0b1
2.1.0 - Library tracking, proper const pointer tracking
Full Changelog: 2.0.1...2.1.0
Use `default_codegen` when talking to ServiceX
Minor update that adds a default_codegen
to all ServiceX objects so they will use, by default, the proper front-end.