Releases: civisanalytics/datascience-python
Releases · civisanalytics/datascience-python
v8.2.0
v8.1.0
- Python version updated to v3.12.7
- Core dependencies updated to latest versions:
- awscli 2.17.37 -> 2.19.5
- boto3 1.34.127 -> 1.35.58
- civis 2.3.0 -> 2.4.0
- numpy 2.0.0 -> 2.1.3
- pandas 2.2.2 -> 2.2.3
- scikit-learn 1.5.0 -> 1.5.2
- scipy 1.13.1 -> 1.14.1
- uv added to the image
v8.0.1
v8.0.0
v7.3.0
- Core dependencies updated to latest versions:
- awscli 1.32.112 -> 1.33.9
- boto3 1.34.112 -> 1.34.127
- civis 2.1.0 -> 2.3.0
- numpy 1.26.4 -> 2.0.0
- requests 2.32.2 -> 2.32.3
- Python version updated to v3.12.4
v7.2.0
- Core dependencies updated to latest versions:
- awscli 1.32.109 -> 1.32.112
- boto3 1.34.109 -> 1.34.112
- civis 2.0.0 -> 2.1.0
- scipy 1.13.0 -> 1.13.1
v7.1.0
[7.1.0]
- Python updated to v3.12.3
- Core dependencies updated to latest versions:
- awscli 1.29.5 -> 1.32.109
- boto3 1.28.5 -> 1.34.109
- civis 1.16.1 -> 2.0.0
- numpy 1.25.1 -> 1.26.4
- pandas 2.0.3 -> 2.2.2
- requests 2.31.0 -> 2.32.2
- scikit-learn 1.3.0 -> 1.5.0
- scipy 1.11.1 -> 1.13.0
v7.0.0
What's Changed
- [CIVIS-6103] Update to Python 3.11.4 + Refactor Dockerfile by @videogaber in #89
Python updated to v3.11.4
Refactors Dockerfile to use the official Python docker image
Removes Conda Dependency
Keeps only the core data science python packages
New Contributors
- @videogaber made their first contribution in #89
Full Changelog: v6.5.1...v7.0.0
[6.5.1] - 2021-12-15
Package Updates
- Pin cffi at 1.14.0 (#85)