Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
736 contributions in the last year
Activity overview
Contributed to
python-poetry/poetry,
python-poetry/poetry-core,
sdispater/clikit
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in python-poetry/poetry that received 6 comments
Release 1.1.0a3
Added New installer which provides a faster and better experience (#2595). Fixed Fixed resolution error when handling duplicate dependencies wit…
+77
−56
•
6
comments
- Release 1.1.0b2
- Add support for build scripts without `setup.py` generation in the editable builder
- Fix compatibility check for lock files
- Release 1.1.0b1
- Display logging messages from poetry-core when building
- use run_pip of env in executor (#2701)
- Increment lock file version to 1.1
- Fix incorrect resolution errors for dependencies with looser python constraints
- Fix the lock content hash not being updated with the add/remove commands
- Fix errors on Python 2.7 when a file could not be downloaded
- Merge develop into master
- Release 1.0.10
- Add lock versioning support
- Python 2.7 and 3.5 deprecation
- Bundle command implementation
- Ensure tasks are cancelled when executor is shut down
- Ensure we have the latest pip version in CI before installing dependencies
- Use proper main python constraint when resolving for installation
- Fix dependency overrides for packages with multiple duplicate dependencies