Skip to content

v0.17.0

Latest
Compare
Choose a tag to compare
@clelange clelange released this 10 Oct 09:51
f0e0803

Please mind that this could potentially break some user code since named arguments (after the *) are required for the following functions:

add_additional_resource(self, description, location, *, copy_file=False, file_type=None, resource_license=None)

and Variable instantiation:

def __init__(self, name, *, is_independent=True, is_binned=True, units="", values=None, zero_uncertainties_warning=True):

What's Changed

  • Update release creation docs by @clelange in #269
  • Add ProSelecta example to add_additional_resource in docs by @GraemeWatt in #270
  • Require named arguments to fix pylint too-many-positional-arguments by @clelange in #273

Full Changelog: v0.16.0...v0.17.0