v1.0.1 #32
ChrisMcCarthyDev
started this conversation in
Show and tell
v1.0.1
#32
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
YAWNING-TITAN v1.0.1
🐛 Bug Fixes
#30 - # Signature of NetworkInterface causing issues in a few files
This was an issue raised on the dstl/YAWNING-TITAN repo by a member of the community (https://github.com/forrestmckee). This had been an oversight on our part when implementing the updated configs and
NetworkInterface
instantiation throughout the codebase in v1.0.0.🧹 House Keeping
☠️ Known Issues
start_jupyter_session
method inyawning_titan.notebooks.jupyter
currently only works on Windows operating system. Follow these steps to get a session running from Linux or MacOS:NOTEBOOKS_DIR
with:cd ~/yawning_titan/notebooks
.source <path to Python bin> activate
.Jupyter notebook
.✨ How to Install & Run
Install Yawning-Titan
As this is the first versioned release of Yawning-Titan that has lots of API breaking changes, it is recommended that all users perform a new installation by following the code block below for your desired operating system, replacing the
<path to downloaded yawningtitan-1.0.1.tar.gz>
with the location of the downloaded yawningtitan-1.0.1.tar.gz file.Windows
Unix
Run Jupyter from your Yawning-Titan Virtual Environment
Windows
Unix
Install Yawning-Titan Dev Environment
The Yawning-Titan repo can be cloned and installed as a dev environment for user customisation. Follow the code block below for your desired operating system.
Windows
Unix
Contributors
Full Changelog: v1.0.0...v1.0.1
This discussion was created from the release v1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions