v1.0.17
What's Changed
- Add methods to
PyObject
forIs
,Equals
andNotEquals
by @tonybaloney in #151 - Aspire tracing tweaks by @tonybaloney in #158
- Chill the logging out a bit by @tonybaloney in #157
- Implement <, >, <=, >= by @AaronRobinsonMSFT in #156
- Compiler conversions by @aaronpowell in #171
- Improve performance by 2x and add a basic benchmark test by @tonybaloney in #159
- Reducing the calls to ConvertTo/ConvertFrom so we can refactor them easier by @aaronpowell in #174
- Make the returned dictionary and list types lazy by @tonybaloney in #178
Internals
- refactor the profile into a benchmark by @tonybaloney in #175
- Caching nuget packages between runs by @aaronpowell in #160
- More work on test reporting by @aaronpowell in #155
- Experimenting with test reporter by @aaronpowell in #152
Full Changelog: v1.0.16...v1.0.17