1.11.0
What's Changed
- Use display_name when explicitly given by @perolavsvendsen in #402
- Update codebase to py38 by @janbjorge in #404
- Use ruff as linter by @janbjorge in #405
- Add security md by @janbjorge in #406
- Add ruff badge to readme by @janbjorge in #407
- Complete mypy type coverage for entire codebase by @janbjorge in #403
- Simplify export_file_compute_checksum_md5 function by @janbjorge in #411
- Add utils tests by @janbjorge in #413
- ENH: Add py312 test and pyproject classifier by @janbjorge in #416
- TST: Extra parameters parsing tests by @janbjorge in #417
- DOC: Add contributing document by @janbjorge in #415
- BUG: Use classvar when setting inside-rms flag by @janbjorge in #414
- CLN: Remove extension argument by @janbjorge in #412
- CLN: Convert Union[..., None] to Optional[...] by @janbjorge in #418
- CLN: Remove oyaml file by @janbjorge in #419
- CLN: Replace .dataframe with .get_dataframe() by @janbjorge in #421
- CLN: Lazy import pyarrow by @janbjorge in #420
- Dump selected sysinfo to tracklog. by @perolavsvendsen in #424
- ENH: replace verbosity with standard logging patterns by @jcrivenaes in #425
New Contributors
- @janbjorge made their first contribution in #404
Full Changelog: 1.9.0...1.11.0