Skip to content
Version 1.0.0

- This is a major release which breaks backwards compatibility since the package was renamed from `sinfo` to `session_info` and some defaults changed.

Added:
- Clearer examples in the README.

Changed:
- The package name was changed to `session_info` to make it more discoverable and self-explanatory.
    - The `sinfo` PyPI package will be kept around to avoid breaking old installs and you can downgrade to 0.3.2 if you want to use it without seeing this message. For the latest features and bug fixes, please install `session_info` instead.
- The syntax for the default usage changed from `from sinfo import sinfo; sinfo()` to `import session_info; session_info.show()`.
- The default is now to show the HTML version in notebooks and to not write a requirement text file unless explicitly asked for.
- The CPU info is excluded by default.