Releases: NexSabre/pip2spack
Releases · NexSabre/pip2spack
pip2spack v1.4.1
pip2spack v1.4
pip2spack v1.3-a1
Enhancements:
- Experimental Add experimental support for .whl packages (there is no option to merge .tag.gz and .whl approach). The tool should automatically choose which type is better to create a link. Source from .tar.gz is preferred.
Version v1.2 was revoked due to incorrect numeration (missing alpha tag could mislead that this is the final version)
pip2spack v1.3-a0
Enhancements:
- Experimental Add experimental support for .whl packages (there is no option to merge .tag.gz and .whl approach). The tool should automatically choose which type is better to create a link. Source from .tar.gz is preferred.
Version v1.2 was revoked due to incorrect numeration (missing alpha tag could mislead that this is the final version)
pip2spack v1.1
Enhancements:
- Add an option to download the latest package locally
pip2spack v1.0
Enhancements:
- Introduce refactored code
- Better messages 👍
Fix:
- Production stable 👍
pip2spack v0.2.3
Enhancement:
- Introduce a option to update specific builtin packages using --update (ex. pip2spack codecov --update)
- README.md and setup.py was updated
Fixes:
- Fix issue with incorrect import in .whl package
- Fix missing dataclass lib in the requirements.txt
pip2spack v0.2.2
Enhancement:
- Introduce a option to update specific builtin packages using --update (ex. pip2spack codecov --update)
- README.md and setup.py was updated
Fix:
- Fix issue with incorrect import in .whl package
pip2spack v0.2.1
Enhancement:
- Introduce a option to update specific builtin packages using --update (ex. pip2spack codecov --update)
- README.md and setup.py was updated
pip2spack v0.2
Enhancement:
- Introduce a option to update specific builtin packages using
--update
(ex.pip2spack codecov --update
)