-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0.0 Release #491
Comments
@scaramallion, for the threading/networking i would suggest someting that could be interfaced with something like gunicorn (tornado for example). |
Yeah, gunicorn is one of the things I've been thinking about, as well as twisted, and maybe trio... |
Hi, we are looking to integrate pynetdicom with twisted. We can contribute this back to pynetdicom if there's interest. It'd also help us a lot if you can help us with the design. We chose twisted because tutorials and documentation for creating non-http protocols like smtp, ssh is excellent. |
Release checklist
git checkout gh-pages
git pull upstream gh-pages
cp -r dev major.minor # copy dev to new directory for version being released
unlink stable
ln -s major.minor stable # link stable to new directory
git add major.minor # add newly copied directory to git
git commit -am 'DOC new release major.minor [skip-ci]'
git push upstream gh-pages # commits directly, no PR needed
Post-release checklist
|
Housekeeping
Drop support for Python 3.5and add it for Python 3.9Core
bytes
tostr
for PDU and primitive parametersAssociation
is activeAPI
send_c_store()
The text was updated successfully, but these errors were encountered: