jupyter / papyri

MIT License
84 stars 17 forks source link

Normalize Hex addresses. #343

Closed Carreau closed 9 months ago

Carreau commented 9 months ago

This should allow a less variable output of the gen step, which should make it easier to track changes.

Also latest version of xarray, does not have __version__.

Partial default value fix in signature

Currently we use an ugly way to display signature by converting "back" into a Signature object, but we do lose some information as we have to turn most of these into strings.

It does only affects rendering though, so I think this is ok for now