Releases: aaronkollasch/jupyter-o2
Releases · aaronkollasch/jupyter-o2
Jupyter-O2 1.1.4
Fixed
- Increased login timeout from 10 seconds to 60 seconds to reduce timeout errors
Jupyter-O2 1.1.3
Jupyter-O2 1.1.2
Added
- Check for available updates #13
Jupyter-O2 1.1.1
Added:
- Fix segmentation fault on
import Quartz
- Fix
try_quit_xquartz()
in recent versions of macOS (Use the config optionKEEP_XQUARTZ
if quitting XQuartz is not desired.) - Remove check for root prompt at
login()
Jupyter-O2 1.1.0
Jupyter-O2 detects and responds to Duo two-factor authentication
prompts automatically, requesting a Duo push by default.
This means that the arguments --2fa --2fa-code 1
are no longer
required to use two-factor authentication; --2fa
now has no effect.
Added:
Jupyter-O2 1.0.6
Added:
- Better error message if two-factor authentication fails
- Warning if two-factor authentication is set incorrectly
for the computer's network location
Jupyter-O2 1.0.5
Removed:
- This version removes compatibility with Python 2.7, which has not been supported since version 1.0.2.
Improvements:
- Added warning message for a common error if two-factor authentication is not used
Fixes:
- Fixed moving to a new jupyter port if the original port was occupied
Updates:
- Updated packaging system for PEP 517
- Raised minimum dnspython version to 2.0
Jupyter-O2 1.0.4
Fixes:
- #3 Improved handling of hostname decode error
Enhancements:
- Added option to change SLURM partition
Jupyter-O2 1.0.2
Enhancements:
- #6 Jupyter-O2 now requires only a single ssh session. The second ssh session is now disabled by default and can be re-enabled in the config file.