-
Notifications
You must be signed in to change notification settings - Fork 55
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
0.1.0 release #54
0.1.0 release #54
Conversation
Draft release is up on Can everyone try a download and test of it: Note you'll have to install all the deps manually with ping @y-luis @luismartingil |
Relates to #20
The `defaults` kwarg to `pysipp.agent.Scenario` isn't used so just drop it and instead comb through provided `kwargs` and pop out values passed by the user into `pysipp.agent.Scenario.defaults` making these the "new" defaults applied to agents. Also, rename the default settings dicts more explicitly. Resolves #20
Sorry, no time to review these weeks. Just get it moving :) One can always make a new release if things are amiss. |
These fancy tuple-attribute-properties are supposed to be strictly assigned tuple types; let's enforce that. Resolves #12
Lol I guess I dropped the ball on this one. Did anyone ever test the test server? I'm happy to merge and upload. Lurkers need to yell at us here! |
https://pypi.org/project/pysipp/ If it blows up open an issue and we'll make another minor release. |
An attempt at getting #42 going!
Things to do after this gets merged:
twine
to https://test.pypi.org/Note this will be our first release in general but our last supporting python 2.7. Once this lands and the package has been tested by all I'll be moving forward with stripping out py2.7 hindrances which should get us a bunch of cool stuff going forward!