-
Notifications
You must be signed in to change notification settings - Fork 258
Py3 only fixes breaking Py2 compatibility #1713
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
72b92a0
Switch ML estimator to chemprop
3b7cb4c
Update documentation and ML example
1522599
Update meta.yaml
d0e5ca3
Revert Fix Travis builds by adding in missing miniconda dependencies
amarkpayne 0b48cb7
Update Python 3 environment
86f4bf9
Adjust directory structure for N4H6 in arkane examples
mliu49 2c158ad
Move PyDQED check to check_dependencies function
mliu49 8d4d526
Refactor check_dependencies to be more modular
mliu49 86156b6
Move PyDAS solver check from Makefile to utilities.py
mliu49 f59814c
Remove `u` tag for unicode string from testing databases
mliu49 4e78f1d
Change travis to only run py3 build, since py2 will always fail now
mliu49 73d2d65
Change cython language level to 3
mliu49 fc523e1
Refactor and standardize short/long description writing
mliu49 0abf56b
Fix `exec` usage
mliu49 6657f61
Change molecule fingerprint to enable better sorting
mliu49 c90c407
Add sorting_key attribute to Atom, Bond, Molecule, Species
mliu49 0c0c7ed
Add/update comparison methods for Atom, Bond, Molecule, Species
mliu49 fea1ac5
Fix unit tests affected by changes to sorting
mliu49 b8acca0
Fix I/O related string issues
mliu49 a22b616
Fix other string formatting issues
mliu49 256de03
Fix exception message handling
mliu49 0b3884f
Fix dictionary item retrieval/iteration issues
mliu49 92c584f
Fix usage of str.translate
mliu49 715b6bf
Fix issue with calling lpsolve
mliu49 190fe9a
Fix family loading to account for __pycache__
mliu49 90c6803
Miscellaneous fixes to unit tests
mliu49 f487687
Fix sorting when using machine learning thermo
mliu49 4589119
Fix type comparison
mliu49 df19793
Fix sorting in generateReactionKey
mliu49 403b44c
Fix file opening using `file`
mliu49 aba04e0
Fix interesting symmetry bug
mliu49 cca187f
Remove work_in_progress decorator from a test
mliu49 bcac42d
Capture standard output when running functional tests
mliu49 195f49b
Mark InChI pickle test as work_in_progress
mliu49 2dd0a79
Fix sorting of Quantity objects in main.execute
mliu49 34b3bc0
Decode dot output when generating flux diagram
mliu49 6c8004e
Refactor removeVanDerWaalsBonds to not modify dict while iterating
mliu49 bfb51b1
Switch to Py3 compatible version of Q2DTor
mliu49 aa6243f
Remove uses of six.string_types
mliu49 4baba99
Make Entry.shortDesc and Entry.longDesc standard attributes
mliu49 aaaa9b1
Fix min usage with Entry objects
mliu49 7b4f66e
Make the python 3 environment file the only environment file
amarkpayne 3d9fbdb
Remove xrange calls in chemkin.pyx
mliu49 6cfa689
Close all matplotlib.pyplot figures
alongd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.