From 5e1522310de6a0069cd5d8fe8607725778642a42 Mon Sep 17 00:00:00 2001 From: Mark Botterill Date: Fri, 19 Jan 2024 12:06:08 +0000 Subject: [PATCH 01/10] Adding GH action for test + logging current versions in past folder --- .github/workflows/pkg_test.yml | 38 +++ specs/releases/past/2024_Q1/apple_intel.txt | 250 ++++++++++++++++ specs/releases/past/2024_Q1/apple_silicon.txt | 265 +++++++++++++++++ specs/releases/past/2024_Q1/certification.txt | 242 ++++++++++++++++ specs/releases/past/2024_Q1/glovebox.txt | 66 +++++ specs/releases/past/2024_Q1/linux.txt | 266 ++++++++++++++++++ .../past/2024_Q1/pyproject_install_dates.txt | 244 ++++++++++++++++ .../releases/past/2024_Q1/python_version.txt | 1 + 8 files changed, 1372 insertions(+) create mode 100644 .github/workflows/pkg_test.yml create mode 100644 specs/releases/past/2024_Q1/apple_intel.txt create mode 100644 specs/releases/past/2024_Q1/apple_silicon.txt create mode 100644 specs/releases/past/2024_Q1/certification.txt create mode 100644 specs/releases/past/2024_Q1/glovebox.txt create mode 100644 specs/releases/past/2024_Q1/linux.txt create mode 100644 specs/releases/past/2024_Q1/pyproject_install_dates.txt create mode 100644 specs/releases/past/2024_Q1/python_version.txt diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml new file mode 100644 index 00000000..143df2dd --- /dev/null +++ b/.github/workflows/pkg_test.yml @@ -0,0 +1,38 @@ +name: Machine Setup Testing + +on: + workflow_dispatch: + +jobs: + setup_apple_silicon: + runs-on: macos-13 # M1 + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Set up Apple Silicon machine + run: | + cat ./specs/resleases/apple_silicon.txt + # Add commands to set up Apple Silicon machine + + setup_apple_intel: + runs-on: macos-12 # Latest intel + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Set up Apple Intel machine + run: | + cat ./specs/resleases//apple_intel.txt + # Add commands to set up Apple Intel machine + + setup_linux: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Set up Linux machine + run: | + cat ./specs/resleases/linux.txt + # Add commands to set up Linux machine diff --git a/specs/releases/past/2024_Q1/apple_intel.txt b/specs/releases/past/2024_Q1/apple_intel.txt new file mode 100644 index 00000000..e6619659 --- /dev/null +++ b/specs/releases/past/2024_Q1/apple_intel.txt @@ -0,0 +1,250 @@ +absl-py==1.3.0 +altair==4.2.0 +anyio==3.6.2 +appnope==0.1.3 +argon2-cffi==21.3.0 +argon2-cffi-bindings==21.2.0 +astroid==2.11.7 +asttokens==2.0.8 +astunparse==1.6.3 +attrs==22.1.0 +autopep8==1.6.0 +Babel==2.10.3 +backcall==0.2.0 +beautifulsoup4==4.11.1 +bleach==5.0.1 +blinker==1.5 +branca==0.5.0 +cachetools==5.2.0 +certifi==2022.9.24 +cffi==1.15.1 +charset-normalizer==2.1.1 +click==8.1.3 +cloudpickle==2.2.0 +colorama==0.4.5 +commonmark==0.9.1 +cycler==0.11.0 +Cython==0.29.32 +dask==2022.7.1 +db-dtypes==1.0.4 +deap==1.3.3 +debugpy==1.6.3 +decorator==5.1.1 +defusedxml==0.7.1 +dill==0.3.6 +entrypoints==0.4 +etils==0.8.0 +executing==1.1.1 +fastjsonschema==2.16.2 +filelock==3.12.4 +flake8==4.0.1 +flatbuffers==22.9.24 +folium==0.12.1.post1 +fonttools==4.38.0 +fsspec==2022.10.0 +gast==0.4.0 +gensim==4.2.0 +gitdb==4.0.9 +GitPython==3.1.29 +google-api-core==2.10.2 +google-auth==2.13.0 +google-auth-oauthlib==0.4.6 +google-cloud-bigquery==2.34.4 +google-cloud-bigquery-storage==2.16.2 +google-cloud-core==2.3.2 +google-cloud-storage==2.4.0 +google-crc32c==1.5.0 +google-pasta==0.2.0 +google-resumable-media==2.4.0 +google-trans-new==1.1.9 +googleapis-common-protos==1.56.4 +grpcio==1.50.0 +grpcio-status==1.48.2 +h11==0.12.0 +h5py==3.7.0 +htmlmin==0.1.12 +httpcore==0.15.0 +httpx==0.23.0 +idna==3.4 +ImageHash==4.3.1 +imageio==2.22.2 +imbalanced-learn==0.9.1 +imblearn==0.0 +importlib-metadata==5.0.0 +importlib-resources==5.10.0 +iniconfig==1.1.1 +ipdb==0.13.9 +ipykernel==6.15.3 +ipympl==0.9.2 +ipython==8.5.0 +ipython-genutils==0.2.0 +ipywidgets==7.7.2 +isort==5.10.1 +jedi==0.18.1 +Jinja2==3.1.2 +joblib==1.1.1 +json5==0.9.10 +jsonschema==4.16.0 +jupyter-contrib-core==0.4.0 +jupyter-contrib-nbextensions==0.5.1 +jupyter-highlight-selected-word==0.2.0 +jupyter-latex-envs==1.4.6 +jupyter-nbextensions-configurator==0.5.0 +jupyter-resource-usage==0.6.3 +jupyter-server==1.21.0 +jupyter_client==7.4.3 +jupyter_core==4.11.2 +jupyterlab==3.4.8 +jupyterlab-pygments==0.2.2 +jupyterlab-widgets==1.1.1 +jupyterlab_server==2.16.1 +kaggle==1.5.12 +keras==2.10.0 +Keras-Preprocessing==1.1.2 +kiwisolver==1.4.4 +lazy-object-proxy==1.7.1 +libclang==14.0.6 +locket==1.0.0 +lxml==4.9.1 +Markdown==3.4.1 +MarkupSafe==2.1.1 +matplotlib==3.5.3 +matplotlib-inline==0.1.6 +mccabe==0.6.1 +memoized-property==1.0.3 +missingno==0.5.1 +mistune==0.8.4 +multimethod==1.8 +nbclassic==0.4.7 +nbclient==0.7.0 +nbconvert==6.5.4 +nbformat==5.7.0 +nbresult==0.0.9 +nest-asyncio==1.5.6 +networkx==2.8.7 +nltk==3.7 +notebook==6.4.12 +notebook_shim==0.2.0 +numpy==1.23.4 +oauthlib==3.2.2 +opt-einsum==3.3.0 +packaging==21.3 +pandas==1.4.4 +pandas-gbq==0.17.9 +pandas-profiling==3.3.0 +pandocfilters==1.5.0 +parso==0.8.3 +partd==1.3.0 +patsy==0.5.3 +pexpect==4.8.0 +phik==0.12.2 +pickleshare==0.7.5 +Pillow==9.1.1 +platformdirs==2.5.2 +plotly==5.9.0 +pluggy==1.0.0 +pmdarima==2.0.1 +prometheus-client==0.15.0 +promise==2.3 +prompt-toolkit==3.0.31 +proto-plus==1.22.1 +protobuf==3.19.6 +psutil==5.9.3 +psycopg2-binary==2.9.4 +ptyprocess==0.7.0 +pure-eval==0.2.2 +py==1.11.0 +pyarrow==8.0.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycodestyle==2.8.0 +pycparser==2.21 +pydantic==1.9.2 +pydata-google-auth==1.4.0 +pydeck==0.8.0b4 +pyflakes==2.4.0 +Pygments==2.13.0 +pylint==2.14.5 +Pympler==1.0.1 +pyparsing==3.0.9 +pyrsistent==0.18.1 +pytest==7.1.3 +pytest-asyncio==0.19.0 +python-dateutil==2.8.2 +python-dotenv==0.20.0 +python-slugify==6.1.2 +pytz==2022.1 +pytz-deprecation-shim==0.1.0.post0 +PyWavelets==1.4.1 +PyYAML==6.0.1 +pyzmq==24.0.1 +pytesseract==0.3.10 +regex==2022.9.13 +requests==2.28.1 +requests-oauthlib==1.3.1 +rfc3986==1.5.0 +rich==12.6.0 +rsa==4.9 +sacremoses==0.0.53 +safetensors==0.3.3 +scikit-image==0.19.3 +scikit-learn==1.3.1 +scipy==1.8.1 +seaborn==0.11.2 +semver==2.13.0 +Send2Trash==1.8.0 +sentencepiece==0.1.99 +setuptools-scm==6.4.2 +six==1.16.0 +smart-open==6.2.0 +smmap==5.0.0 +sniffio==1.3.0 +soupsieve==2.3.2.post1 +stack-data==0.5.1 +statsmodels==0.13.2 +stopit==1.1.2 +streamlit==1.11.1 +tangled-up-in-unicode==0.2.0 +tenacity==8.1.0 +tensorboard==2.10.1 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.1 +tensorflow==2.10.0 +tensorflow-datasets==4.6.0 +tensorflow-estimator==2.10.0 +tensorflow-io-gcs-filesystem==0.27.0 +tensorflow-metadata==1.10.0 +termcolor==2.0.1 +terminado==0.16.0 +text-unidecode==1.3 +threadpoolctl==3.1.0 +tifffile==2022.10.10 +tokenizers==0.14.0 +tinycss2==1.2.1 +toml==0.10.2 +tomli==2.0.1 +tomlkit==0.11.5 +toolz==0.12.0 +torch==2.1.0 +tornado==6.2 +TPOT==0.11.7 +tqdm==4.64.1 +traitlets==5.5.0 +transformers==4.34.0 +typing_extensions==4.4.0 +tzdata==2022.5 +tzlocal==4.2 +update-checker==0.18.0 +urllib3==1.26.12 +validators==0.20.0 +visions==0.7.5 +wcwidth==0.2.5 +webencodings==0.5.1 +websocket-client==1.4.1 +Werkzeug==2.2.2 +widgetsnbextension==3.6.1 +wrapt==1.14.1 +xgboost==1.6.2 +XlsxWriter==3.0.3 +yapf==0.32.0 +zipp==3.10.0 diff --git a/specs/releases/past/2024_Q1/apple_silicon.txt b/specs/releases/past/2024_Q1/apple_silicon.txt new file mode 100644 index 00000000..25ecc945 --- /dev/null +++ b/specs/releases/past/2024_Q1/apple_silicon.txt @@ -0,0 +1,265 @@ +absl-py==1.3.0 +alembic==1.12.0 +altair==4.2.0 +anyio==3.6.2 +appnope==0.1.3 +argon2-cffi==21.3.0 +argon2-cffi-bindings==21.2.0 +astroid==2.11.7 +asttokens==2.0.8 +astunparse==1.6.3 +attrs==22.1.0 +autopep8==1.6.0 +Babel==2.10.3 +backcall==0.2.0 +beautifulsoup4==4.11.1 +bleach==5.0.1 +blinker==1.6.2 +branca==0.5.0 +cachetools==5.2.0 +certifi==2022.9.24 +cffi==1.15.1 +charset-normalizer==2.1.1 +click==8.1.3 +cloudpickle==2.2.0 +colorama==0.4.5 +commonmark==0.9.1 +cycler==0.11.0 +Cython==0.29.32 +dask==2022.7.1 +databricks-cli==0.18.0 +db-dtypes==1.0.4 +deap==1.3.3 +debugpy==1.6.3 +decorator==5.1.1 +defusedxml==0.7.1 +dill==0.3.6 +docker==6.1.3 +entrypoints==0.4 +etils==0.8.0 +executing==1.1.1 +fastjsonschema==2.16.2 +filelock==3.12.4 +flake8==4.0.1 +Flask==2.3.3 +flatbuffers==22.9.24 +folium==0.12.1.post1 +fonttools==4.38.0 +fsspec==2022.10.0 +gast==0.4.0 +gensim==4.2.0 +gitdb==4.0.9 +GitPython==3.1.29 +google-api-core==2.10.2 +google-auth==2.13.0 +google-auth-oauthlib==0.4.6 +google-cloud-bigquery==2.34.4 +google-cloud-bigquery-storage==2.16.2 +google-cloud-core==2.3.2 +google-cloud-storage==2.4.0 +google-crc32c==1.5.0 +google-pasta==0.2.0 +google-resumable-media==2.4.0 +google-trans-new==1.1.9 +googleapis-common-protos==1.56.4 +grpcio==1.50.0 +grpcio-status==1.48.2 +gunicorn==21.2.0 +h11==0.12.0 +h5py==3.7.0 +htmlmin==0.1.12 +httpcore==0.15.0 +httpx==0.23.0 +huggingface-hub==0.16.4 +idna==3.4 +ImageHash==4.3.1 +imageio==2.22.2 +imbalanced-learn==0.9.1 +imblearn==0.0 +importlib-metadata==5.0.0 +importlib-resources==5.10.0 +iniconfig==1.1.1 +ipdb==0.13.9 +ipykernel==6.15.3 +ipympl==0.9.2 +ipython==8.5.0 +ipython-genutils==0.2.0 +ipywidgets==7.7.2 +isort==5.10.1 +itsdangerous==2.1.2 +jedi==0.18.1 +Jinja2==3.1.2 +joblib==1.1.1 +json5==0.9.10 +jsonschema==4.16.0 +jupyter-contrib-core==0.4.0 +jupyter-contrib-nbextensions==0.5.1 +jupyter-highlight-selected-word==0.2.0 +jupyter-latex-envs==1.4.6 +jupyter-nbextensions-configurator==0.5.0 +jupyter-resource-usage==0.6.3 +jupyter-server==1.21.0 +jupyter_client==7.4.3 +jupyter_core==4.11.2 +jupyterlab==3.4.8 +jupyterlab-pygments==0.2.2 +jupyterlab-widgets==1.1.1 +jupyterlab_server==2.16.1 +kaggle==1.5.12 +keras==2.10.0 +Keras-Preprocessing==1.1.2 +kiwisolver==1.4.4 +lazy-object-proxy==1.7.1 +libclang==14.0.6 +locket==1.0.0 +lxml==4.9.1 +Mako==1.2.4 +Markdown==3.4.1 +MarkupSafe==2.1.1 +matplotlib==3.5.3 +matplotlib-inline==0.1.6 +mccabe==0.6.1 +memoized-property==1.0.3 +missingno==0.5.1 +mistune==0.8.4 +mlflow==2.7.1 +mpmath==1.3.0 +multimethod==1.8 +nbclassic==0.4.7 +nbclient==0.7.0 +nbconvert==6.5.4 +nbformat==5.7.0 +nbresult==0.0.9 +nest-asyncio==1.5.6 +networkx==2.8.7 +nltk==3.7 +notebook==6.4.12 +notebook_shim==0.2.0 +numpy==1.23.4 +oauthlib==3.2.2 +opt-einsum==3.3.0 +packaging==21.3 +pandas==1.4.4 +pandas-gbq==0.17.9 +pandocfilters==1.5.0 +parso==0.8.3 +partd==1.3.0 +patsy==0.5.3 +pexpect==4.8.0 +phik==0.12.2 +pickleshare==0.7.5 +Pillow==9.1.1 +platformdirs==2.5.2 +plotly==5.9.0 +pluggy==1.0.0 +pmdarima==2.0.1 +prometheus-client==0.15.0 +promise==2.3 +prompt-toolkit==3.0.31 +proto-plus==1.22.1 +protobuf==3.19.6 +psutil==5.9.3 +psycopg2-binary==2.9.4 +ptyprocess==0.7.0 +pure-eval==0.2.2 +py==1.11.0 +pyarrow==8.0.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycodestyle==2.8.0 +pycparser==2.21 +pydantic==1.9.2 +pydata-google-auth==1.4.0 +pydeck==0.8.0b4 +pyflakes==2.4.0 +pygeohash==1.2.0 +Pygments==2.13.0 +PyJWT==2.8.0 +pylint==2.14.5 +Pympler==1.0.1 +pyparsing==3.0.9 +pyrsistent==0.18.1 +pytesseract==0.3.10 +pytest==7.1.3 +pytest-asyncio==0.19.0 +python-dateutil==2.8.2 +python-dotenv==0.20.0 +python-slugify==6.1.2 +pytz==2022.1 +pytz-deprecation-shim==0.1.0.post0 +PyWavelets==1.4.1 +PyYAML==6.0.1 +pyzmq==24.0.1 +querystring-parser==1.2.4 +regex==2022.9.13 +requests==2.28.1 +requests-oauthlib==1.3.1 +rfc3986==1.5.0 +rich==12.6.0 +rsa==4.9 +sacremoses==0.0.53 +safetensors==0.3.3 +scikit-image==0.19.3 +scikit-learn==1.3.1 +scipy==1.10.0 +seaborn==0.11.2 +semver==2.13.0 +Send2Trash==1.8.0 +sentencepiece==0.1.99 +setuptools-scm==6.4.2 +six==1.16.0 +smart-open==6.2.0 +smmap==5.0.0 +sniffio==1.3.0 +soupsieve==2.3.2.post1 +SQLAlchemy==2.0.21 +sqlparse==0.4.4 +stack-data==0.5.1 +statsmodels==0.13.2 +stopit==1.1.2 +streamlit==1.11.1 +sympy==1.12 +tabulate==0.9.0 +tangled-up-in-unicode==0.2.0 +tenacity==8.1.0 +tensorboard==2.10.1 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.1 +tensorflow-datasets==4.6.0 +tensorflow-estimator==2.10.0 +tensorflow-macos==2.10.0 +tensorflow-metadata==1.10.0 +termcolor==2.0.1 +terminado==0.16.0 +text-unidecode==1.3 +threadpoolctl==3.1.0 +tifffile==2022.10.10 +tinycss2==1.2.1 +tokenizers==0.14.0 +toml==0.10.2 +tomli==2.0.1 +tomlkit==0.11.5 +toolz==0.12.0 +torch==2.1.0 +tornado==6.2 +TPOT==0.11.7 +tqdm==4.64.1 +traitlets==5.5.0 +transformers==4.34.0 +typing_extensions==4.4.0 +tzdata==2022.5 +tzlocal==4.2 +update-checker==0.18.0 +urllib3==1.26.12 +validators==0.20.0 +visions==0.7.5 +wcwidth==0.2.5 +webencodings==0.5.1 +websocket-client==1.4.1 +Werkzeug==3.0.0 +widgetsnbextension==3.6.1 +wrapt==1.14.1 +xgboost==1.6.2 +XlsxWriter==3.0.3 +yapf==0.32.0 +zipp==3.10.0 diff --git a/specs/releases/past/2024_Q1/certification.txt b/specs/releases/past/2024_Q1/certification.txt new file mode 100644 index 00000000..c86a5522 --- /dev/null +++ b/specs/releases/past/2024_Q1/certification.txt @@ -0,0 +1,242 @@ +absl-py==1.3.0 +altair==4.2.0 +anyio==3.6.2 +argon2-cffi==21.3.0 +argon2-cffi-bindings==21.2.0 +astroid==2.11.7 +asttokens==2.0.8 +astunparse==1.6.3 +attrs==22.1.0 +autopep8==1.6.0 +Babel==2.10.3 +backcall==0.2.0 +beautifulsoup4==4.11.1 +bleach==5.0.1 +blinker==1.5 +branca==0.5.0 +cachetools==5.2.0 +certifi==2022.9.24 +cffi==1.15.1 +charset-normalizer==2.1.1 +click==8.1.3 +cloudpickle==2.2.0 +colorama==0.4.5 +commonmark==0.9.1 +cycler==0.11.0 +Cython==0.29.32 +dask==2022.7.1 +db-dtypes==1.0.4 +deap==1.3.3 +debugpy==1.6.3 +decorator==5.1.1 +defusedxml==0.7.1 +dill==0.3.6 +entrypoints==0.4 +etils==0.8.0 +executing==1.1.1 +fastjsonschema==2.16.2 +flake8==4.0.1 +flatbuffers==22.9.24 +folium==0.12.1.post1 +fonttools==4.38.0 +fsspec==2022.10.0 +gast==0.4.0 +gensim==4.2.0 +gitdb==4.0.9 +GitPython==3.1.29 +google-api-core==2.10.2 +google-auth==2.13.0 +google-auth-oauthlib==0.4.6 +google-cloud-bigquery==2.34.4 +google-cloud-bigquery-storage==2.16.2 +google-cloud-core==2.3.2 +google-cloud-storage==2.4.0 +google-crc32c==1.5.0 +google-pasta==0.2.0 +google-resumable-media==2.4.0 +google-trans-new==1.1.9 +googleapis-common-protos==1.56.4 +grpcio==1.50.0 +grpcio-status==1.48.2 +h11==0.12.0 +h5py==3.7.0 +htmlmin==0.1.12 +httpcore==0.15.0 +httpx==0.23.0 +idna==3.4 +ImageHash==4.3.1 +imageio==2.22.2 +imbalanced-learn==0.9.1 +imblearn==0.0 +importlib-metadata==5.0.0 +importlib-resources==5.10.0 +iniconfig==1.1.1 +ipdb==0.13.9 +ipykernel==6.15.3 +ipympl==0.9.2 +ipython==8.5.0 +ipython-genutils==0.2.0 +ipywidgets==7.7.2 +isort==5.10.1 +jedi==0.18.1 +Jinja2==3.1.2 +joblib==1.1.1 +json5==0.9.10 +jsonschema==4.16.0 +jupyter-contrib-core==0.4.0 +jupyter-contrib-nbextensions==0.5.1 +jupyter-highlight-selected-word==0.2.0 +jupyter-latex-envs==1.4.6 +jupyter-nbextensions-configurator==0.5.0 +jupyter-resource-usage==0.6.3 +jupyter-server==1.21.0 +jupyter_client==7.4.3 +jupyter_core==4.11.2 +jupyterlab==3.4.8 +jupyterlab-pygments==0.2.2 +jupyterlab-widgets==1.1.1 +jupyterlab_server==2.16.1 +kaggle==1.5.12 +keras==2.10.0 +Keras-Preprocessing==1.1.2 +kiwisolver==1.4.4 +lazy-object-proxy==1.7.1 +libclang==14.0.6 +locket==1.0.0 +lxml==4.9.1 +Markdown==3.4.1 +MarkupSafe==2.1.1 +matplotlib==3.5.3 +matplotlib-inline==0.1.6 +mccabe==0.6.1 +memoized-property==1.0.3 +missingno==0.5.1 +mistune==0.8.4 +multimethod==1.8 +nbclassic==0.4.7 +nbclient==0.7.0 +nbconvert==6.5.4 +nbformat==5.7.0 +nbresult==0.0.9 +nest-asyncio==1.5.6 +networkx==2.8.7 +nltk==3.7 +notebook==6.4.12 +notebook_shim==0.2.0 +numpy==1.23.4 +oauthlib==3.2.2 +opt-einsum==3.3.0 +packaging==21.3 +pandas==1.4.4 +pandas-gbq==0.17.9 +pandas-profiling==3.3.0 +pandocfilters==1.5.0 +parso==0.8.3 +partd==1.3.0 +patsy==0.5.3 +pexpect==4.8.0 +phik==0.12.2 +pickleshare==0.7.5 +Pillow==9.1.1 +platformdirs==2.5.2 +plotly==5.9.0 +pluggy==1.0.0 +pmdarima==2.0.1 +prometheus-client==0.15.0 +promise==2.3 +prompt-toolkit==3.0.31 +proto-plus==1.22.1 +protobuf==3.19.6 +psutil==5.9.3 +psycopg2-binary==2.9.4 +ptyprocess==0.7.0 +pure-eval==0.2.2 +py==1.11.0 +pyarrow==8.0.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycodestyle==2.8.0 +pycparser==2.21 +pydantic==1.9.2 +pydata-google-auth==1.4.0 +pydeck==0.8.0b4 +pyflakes==2.4.0 +Pygments==2.13.0 +pylint==2.14.5 +Pympler==1.0.1 +pyparsing==3.0.9 +pyrsistent==0.18.1 +pytest==7.1.3 +pytest-asyncio==0.19.0 +python-dateutil==2.8.2 +python-dotenv==0.20.0 +python-slugify==6.1.2 +pytz==2022.1 +pytz-deprecation-shim==0.1.0.post0 +PyWavelets==1.4.1 +PyYAML==5.4.1 +pyzmq==24.0.1 +regex==2022.9.13 +requests==2.28.1 +requests-oauthlib==1.3.1 +rfc3986==1.5.0 +rich==12.6.0 +rsa==4.9 +scikit-image==0.19.3 +scikit-learn==1.1.2 +scipy==1.8.1 +seaborn==0.11.2 +semver==2.13.0 +Send2Trash==1.8.0 +setuptools-scm==6.4.2 +six==1.16.0 +smart-open==6.2.0 +smmap==5.0.0 +sniffio==1.3.0 +soupsieve==2.3.2.post1 +stack-data==0.5.1 +statsmodels==0.13.2 +stopit==1.1.2 +streamlit==1.11.1 +tangled-up-in-unicode==0.2.0 +tenacity==8.1.0 +tensorboard==2.10.1 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.1 +tensorflow==2.10.0 +tensorflow-datasets==4.6.0 +tensorflow-estimator==2.10.0 +tensorflow-io-gcs-filesystem==0.27.0 +tensorflow-metadata==1.10.0 +termcolor==2.0.1 +terminado==0.16.0 +text-unidecode==1.3 +threadpoolctl==3.1.0 +tifffile==2022.10.10 +tinycss2==1.2.1 +toml==0.10.2 +tomli==2.0.1 +tomlkit==0.11.5 +toolz==0.12.0 +tornado==6.2 +TPOT==0.11.7 +tqdm==4.64.1 +traitlets==5.5.0 +typing_extensions==4.4.0 +tzdata==2022.5 +tzlocal==4.2 +update-checker==0.18.0 +urllib3==1.26.12 +validators==0.20.0 +visions==0.7.5 +watchdog==2.1.9 +wcwidth==0.2.5 +webencodings==0.5.1 +websocket-client==1.4.1 +Werkzeug==2.2.2 +widgetsnbextension==3.6.1 +wrapt==1.14.1 +xgboost==1.6.2 +XlsxWriter==3.0.3 +yapf==0.32.0 +zipp==3.10.0 diff --git a/specs/releases/past/2024_Q1/glovebox.txt b/specs/releases/past/2024_Q1/glovebox.txt new file mode 100644 index 00000000..49b629bb --- /dev/null +++ b/specs/releases/past/2024_Q1/glovebox.txt @@ -0,0 +1,66 @@ +astroid==2.11.7 +asttokens==2.0.8 +attrs==22.1.0 +autopep8==1.6.0 +backcall==0.2.0 +beautifulsoup4==4.11.1 +certifi==2022.9.24 +charset-normalizer==2.1.1 +cycler==0.11.0 +decorator==5.1.1 +dill==0.3.6 +executing==1.1.1 +flake8==4.0.1 +fonttools==4.38.0 +idna==3.4 +iniconfig==1.1.1 +ipdb==0.13.9 +ipython==8.5.0 +isort==5.10.1 +jedi==0.18.1 +joblib==1.1.1 +kiwisolver==1.4.4 +lazy-object-proxy==1.7.1 +lxml==4.9.1 +matplotlib==3.5.3 +matplotlib-inline==0.1.6 +mccabe==0.6.1 +memoized-property==1.0.3 +nbresult==0.0.9 +numpy==1.23.4 +packaging==21.3 +pandas==1.4.4 +parso==0.8.3 +pexpect==4.8.0 +pickleshare==0.7.5 +Pillow==9.1.1 +platformdirs==2.5.2 +pluggy==1.0.0 +prompt-toolkit==3.0.31 +ptyprocess==0.7.0 +pure-eval==0.2.2 +py==1.11.0 +pycodestyle==2.8.0 +pyflakes==2.4.0 +Pygments==2.13.0 +pylint==2.14.5 +pyparsing==3.0.9 +pytest==7.1.3 +python-dateutil==2.8.2 +pytz==2022.1 +PyYAML==6.0.1 +requests==2.28.1 +scikit-learn==1.1.2 +scipy==1.8.1 +setuptools-scm==6.4.2 +six==1.16.0 +soupsieve==2.3.2.post1 +stack-data==0.5.1 +threadpoolctl==3.1.0 +toml==0.10.2 +tomli==2.0.1 +tomlkit==0.11.5 +traitlets==5.5.0 +urllib3==1.26.12 +wcwidth==0.2.5 +wrapt==1.14.1 diff --git a/specs/releases/past/2024_Q1/linux.txt b/specs/releases/past/2024_Q1/linux.txt new file mode 100644 index 00000000..4246d34b --- /dev/null +++ b/specs/releases/past/2024_Q1/linux.txt @@ -0,0 +1,266 @@ +absl-py==1.3.0 +altair==4.2.0 +anyio==3.6.2 +argon2-cffi==21.3.0 +argon2-cffi-bindings==21.2.0 +astroid==2.11.7 +asttokens==2.0.8 +astunparse==1.6.3 +attrs==22.1.0 +autopep8==1.6.0 +Babel==2.10.3 +backcall==0.2.0 +beautifulsoup4==4.11.1 +bleach==5.0.1 +blinker==1.5 +branca==0.5.0 +cachetools==5.2.0 +certifi==2022.9.24 +cffi==1.15.1 +charset-normalizer==2.1.1 +click==8.1.3 +cloudpickle==2.2.0 +colorama==0.4.5 +commonmark==0.9.1 +cycler==0.11.0 +Cython==0.29.32 +dask==2022.7.1 +db-dtypes==1.0.4 +deap==1.3.3 +debugpy==1.6.3 +decorator==5.1.1 +defusedxml==0.7.1 +dill==0.3.6 +entrypoints==0.4 +etils==0.8.0 +executing==1.1.1 +fastjsonschema==2.16.2 +filelock==3.12.4 +flake8==4.0.1 +flatbuffers==22.9.24 +folium==0.12.1.post1 +fonttools==4.38.0 +fsspec==2022.10.0 +gast==0.4.0 +gensim==4.2.0 +gitdb==4.0.9 +GitPython==3.1.29 +google-api-core==2.10.2 +google-auth==2.13.0 +google-auth-oauthlib==0.4.6 +google-cloud-bigquery==2.34.4 +google-cloud-bigquery-storage==2.16.2 +google-cloud-core==2.3.2 +google-cloud-storage==2.4.0 +google-crc32c==1.5.0 +google-pasta==0.2.0 +google-resumable-media==2.4.0 +google-trans-new==1.1.9 +googleapis-common-protos==1.56.4 +grpcio==1.50.0 +grpcio-status==1.48.2 +h11==0.12.0 +h5py==3.7.0 +htmlmin==0.1.12 +httpcore==0.15.0 +httpx==0.23.0 +huggingface-hub==0.16.4 +idna==3.4 +ImageHash==4.3.1 +imageio==2.22.2 +imbalanced-learn==0.9.1 +imblearn==0.0 +importlib-metadata==5.0.0 +importlib-resources==5.10.0 +iniconfig==1.1.1 +ipdb==0.13.9 +ipykernel==6.15.3 +ipympl==0.9.2 +ipython==8.5.0 +ipython-genutils==0.2.0 +ipywidgets==7.7.2 +isort==5.10.1 +jedi==0.18.1 +Jinja2==3.1.2 +joblib==1.1.1 +json5==0.9.10 +jsonschema==4.16.0 +jupyter-contrib-core==0.4.0 +jupyter-contrib-nbextensions==0.5.1 +jupyter-highlight-selected-word==0.2.0 +jupyter-latex-envs==1.4.6 +jupyter-nbextensions-configurator==0.5.0 +jupyter-resource-usage==0.6.3 +jupyter-server==1.21.0 +jupyter_client==7.4.3 +jupyter_core==4.11.2 +jupyterlab==3.4.8 +jupyterlab-pygments==0.2.2 +jupyterlab-widgets==1.1.1 +jupyterlab_server==2.16.1 +kaggle==1.5.12 +keras==2.10.0 +Keras-Preprocessing==1.1.2 +kiwisolver==1.4.4 +lazy-object-proxy==1.7.1 +libclang==14.0.6 +locket==1.0.0 +lxml==4.9.1 +Markdown==3.4.1 +MarkupSafe==2.1.1 +matplotlib==3.5.3 +matplotlib-inline==0.1.6 +mccabe==0.6.1 +memoized-property==1.0.3 +missingno==0.5.1 +mistune==0.8.4 +mpmath==1.3.0 +multimethod==1.8 +nbclassic==0.4.7 +nbclient==0.7.0 +nbconvert==6.5.4 +nbformat==5.7.0 +nbresult==0.0.9 +nest-asyncio==1.5.6 +networkx==2.8.7 +nltk==3.7 +notebook==6.4.12 +notebook_shim==0.2.0 +numpy==1.23.4 +nvidia-cublas-cu12==12.1.3.1 +nvidia-cuda-cupti-cu12==12.1.105 +nvidia-cuda-nvrtc-cu12==12.1.105 +nvidia-cuda-runtime-cu12==12.1.105 +nvidia-cudnn-cu12==8.9.2.26 +nvidia-cufft-cu12==11.0.2.54 +nvidia-curand-cu12==10.3.2.106 +nvidia-cusolver-cu12==11.4.5.107 +nvidia-cusparse-cu12==12.1.0.106 +nvidia-nccl-cu12==2.18.1 +nvidia-nvjitlink-cu12==12.2.140 +nvidia-nvtx-cu12==12.1.105 +oauthlib==3.2.2 +opt-einsum==3.3.0 +packaging==21.3 +pandas==1.4.4 +pandas-gbq==0.17.9 +pandas-profiling==3.3.0 +pandocfilters==1.5.0 +parso==0.8.3 +partd==1.3.0 +patsy==0.5.3 +pexpect==4.8.0 +phik==0.12.2 +pickleshare==0.7.5 +Pillow==9.1.1 +platformdirs==2.5.2 +plotly==5.9.0 +pluggy==1.0.0 +pmdarima==2.0.1 +prometheus-client==0.15.0 +promise==2.3 +prompt-toolkit==3.0.31 +proto-plus==1.22.1 +protobuf==3.19.6 +psutil==5.9.3 +psycopg2-binary==2.9.4 +ptyprocess==0.7.0 +pure-eval==0.2.2 +py==1.11.0 +pyarrow==8.0.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycodestyle==2.8.0 +pycparser==2.21 +pydantic==1.9.2 +pydata-google-auth==1.4.0 +pydeck==0.8.0b4 +pyflakes==2.4.0 +Pygments==2.13.0 +pylint==2.14.5 +Pympler==1.0.1 +pyparsing==3.0.9 +pyrsistent==0.18.1 +pytesseract==0.3.10 +pytest==7.1.3 +pytest-asyncio==0.19.0 +python-dateutil==2.8.2 +python-dotenv==0.20.0 +python-slugify==6.1.2 +pytz==2022.1 +pytz-deprecation-shim==0.1.0.post0 +PyWavelets==1.4.1 +PyYAML==6.0.1 +pyzmq==24.0.1 +regex==2022.9.13 +requests==2.28.1 +requests-oauthlib==1.3.1 +rfc3986==1.5.0 +rich==12.6.0 +rsa==4.9 +sacremoses==0.0.53 +safetensors==0.3.3 +scikit-image==0.19.3 +scikit-learn==1.3.1 +scipy==1.8.1 +seaborn==0.11.2 +semver==2.13.0 +Send2Trash==1.8.0 +sentencepiece==0.1.99 +setuptools-scm==6.4.2 +six==1.16.0 +smart-open==6.2.0 +smmap==5.0.0 +sniffio==1.3.0 +soupsieve==2.3.2.post1 +stack-data==0.5.1 +statsmodels==0.13.2 +stopit==1.1.2 +streamlit==1.11.1 +sympy==1.12 +tangled-up-in-unicode==0.2.0 +tenacity==8.1.0 +tensorboard==2.10.1 +tensorboard-data-server==0.6.1 +tensorboard-plugin-wit==1.8.1 +tensorflow==2.10.0 +tensorflow-datasets==4.6.0 +tensorflow-estimator==2.10.0 +tensorflow-io-gcs-filesystem==0.27.0 +tensorflow-metadata==1.10.0 +termcolor==2.0.1 +terminado==0.16.0 +text-unidecode==1.3 +threadpoolctl==3.1.0 +tifffile==2022.10.10 +tinycss2==1.2.1 +tokenizers==0.14.0 +toml==0.10.2 +tomli==2.0.1 +tomlkit==0.11.5 +toolz==0.12.0 +torch==2.1.0 +tornado==6.2 +TPOT==0.11.7 +tqdm==4.64.1 +traitlets==5.5.0 +transformers==4.34.0 +triton==2.1.0 +typing_extensions==4.4.0 +tzdata==2022.5 +tzlocal==4.2 +update-checker==0.18.0 +urllib3==1.26.12 +validators==0.20.0 +visions==0.7.5 +watchdog==2.1.9 +wcwidth==0.2.5 +webencodings==0.5.1 +websocket-client==1.4.1 +Werkzeug==2.2.2 +widgetsnbextension==3.6.1 +wrapt==1.14.1 +xgboost==1.6.2 +XlsxWriter==3.0.3 +yapf==0.32.0 +zipp==3.10.0 diff --git a/specs/releases/past/2024_Q1/pyproject_install_dates.txt b/specs/releases/past/2024_Q1/pyproject_install_dates.txt new file mode 100644 index 00000000..8ac12dee --- /dev/null +++ b/specs/releases/past/2024_Q1/pyproject_install_dates.txt @@ -0,0 +1,244 @@ +2022-10-24 01:21:49 zipp==3.10.0 +2022-10-23 22:46:33 dill==0.3.6 +2022-10-21 18:18:52 fonttools==4.38.0 +2022-10-20 07:13:16 nbclassic==0.4.7 +2022-10-19 22:24:09 jupyter_client==7.4.3 +2022-10-19 17:11:32 jupyterlab_server==2.16.1 +2022-10-19 15:01:07 fsspec==2022.10.0 +2022-10-19 14:11:36 jupyter_core==4.11.2 +2022-10-19 10:08:34 anyio==3.6.2 +2022-10-18 20:15:11 psutil==5.9.3 +2022-10-18 17:52:55 grpcio==1.50.0 +2022-10-18 12:40:20 traitlets==5.5.0 +2022-10-18 07:04:56 tinycss2==1.2.1 +2022-10-17 20:04:27 oauthlib==3.2.2 +2022-10-17 16:12:45 notebook_shim==0.2.0 +2022-10-17 15:14:40 google-auth==2.13.0 +2022-10-16 19:25:26 imageio==2.22.2 +2022-10-13 20:32:52 absl-py==1.3.0 +2022-10-13 15:15:27 pydeck==0.8.0b4 +2022-10-13 14:49:13 prometheus-client==0.15.0 +2022-10-13 00:44:38 tzdata==2022.5 +2022-10-12 14:53:03 numpy==1.23.4 +2022-10-11 16:30:44 tifffile==2022.10.10 +2022-10-11 11:37:13 jupyter-server==1.21.0 +2022-10-10 23:50:08 GitPython==3.1.29 +2022-10-10 16:29:33 google-cloud-bigquery-storage==2.16.2 +2022-10-10 13:12:17 nbformat==5.7.0 +2022-10-10 12:54:10 joblib==1.1.1 +2022-10-09 20:27:39 patsy==0.5.3 +2022-10-08 15:36:32 executing==1.1.1 +2022-10-08 01:10:36 importlib-resources==5.10.0 +2022-10-08 00:45:43 google-api-core==2.10.2 +2022-10-06 22:40:03 typing_extensions==4.4.0 +2022-10-06 16:32:32 nbclient==0.7.0 +2022-10-06 16:03:56 psycopg2-binary==2.9.4 +2022-10-06 08:59:29 jupyter-resource-usage==0.6.3 +2022-10-04 17:37:32 tensorflow-io-gcs-filesystem==0.27.0 +2022-10-04 12:23:41 jupyterlab==3.4.8 +2022-10-02 16:27:00 rich==12.6.0 +2022-10-02 00:42:12 importlib-metadata==5.0.0 +2022-10-01 20:52:29 networkx==2.8.7 +2022-09-30 07:09:16 nest-asyncio==1.5.6 +2022-09-29 22:07:23 protobuf==3.19.6 +2022-09-29 21:58:33 google-resumable-media==2.4.0 +2022-09-29 14:07:54 terminado==0.16.0 +2022-09-28 19:15:07 pandas-gbq==0.17.9 +2022-09-28 08:44:39 ImageHash==4.3.1 +2022-09-28 01:52:43 tomlkit==0.11.5 +2022-09-27 19:09:39 flatbuffers==22.9.24 +2022-09-26 15:15:56 tensorboard==2.10.1 +2022-09-26 14:38:09 nbconvert==6.5.4 +2022-09-25 14:10:46 stack-data==0.5.1 +2022-09-24 14:26:53 certifi==2022.9.24 +2022-09-22 02:50:32 grpcio-status==1.48.2 +2022-09-21 12:50:09 pyzmq==24.0.1 +2022-09-21 12:24:13 tenacity==8.1.0 +2022-09-20 15:01:05 db-dtypes==1.0.4 +2022-09-19 16:49:56 fastjsonschema==2.16.2 +2022-09-16 14:26:50 PyWavelets==1.4.1 +2022-09-15 20:35:04 tensorflow-macos==2.10.0 +2022-09-14 02:10:51 smart-open==6.2.0 +2022-09-14 00:24:27 idna==3.4 +2022-09-13 15:31:54 ipykernel==6.15.3 +2022-09-13 01:31:49 regex==2022.9.13 +2022-09-12 15:59:32 etils==0.8.0 +2022-09-12 05:14:20 termcolor==2.0.1 +2022-09-09 09:46:05 jsonschema==4.16.0 +2022-09-07 16:12:58 cloudpickle==2.2.0 +2022-09-07 14:35:12 pandas-profiling==3.3.0 +2022-09-06 19:26:55 tensorflow==2.10.0 +2022-09-06 09:04:59 ipython==8.5.0 +2022-09-04 20:01:51 websocket-client==1.4.1 +2022-09-03 11:10:30 tqdm==4.64.1 +2022-09-02 22:41:53 tensorflow-estimator==2.10.0 +2022-09-02 21:28:37 keras==2.10.0 +2022-09-02 11:13:15 pytest==7.1.3 +2022-09-02 09:01:31 prompt-toolkit==3.0.31 +2022-09-01 14:33:40 google-crc32c==1.5.0 +2022-09-01 12:31:36 sniffio==1.3.0 +2022-08-31 12:22:41 pandas==1.4.4 +2022-08-30 13:37:58 proto-plus==1.22.1 +2022-08-23 15:34:38 pmdarima==2.0.1 +2022-08-23 00:41:59 tensorflow-metadata==1.10.0 +2022-08-22 15:19:36 xgboost==1.6.2 +2022-08-22 13:27:23 urllib3==1.26.12 +2022-08-22 09:59:48 ipympl==0.9.2 +2022-08-19 22:13:48 charset-normalizer==2.1.1 +2022-08-19 17:00:46 ipywidgets==7.7.2 +2022-08-18 21:23:17 json5==0.9.10 +2022-08-18 03:48:18 matplotlib-inline==0.1.6 +2022-08-16 07:20:28 kiwisolver==1.4.4 +2022-08-15 23:26:32 debugpy==1.6.3 +2022-08-15 16:03:23 Pygments==2.13.0 +2022-08-15 10:49:52 asttokens==2.0.8 +2022-08-11 23:23:41 partd==1.3.0 +2022-08-11 13:27:52 pydantic==1.9.2 +2022-08-11 07:00:56 matplotlib==3.5.3 +2022-08-08 21:44:15 Werkzeug==2.2.2 +2022-08-08 11:16:19 deap==1.3.3 +2022-08-05 14:44:15 scikit-learn==1.1.2 +2022-08-02 01:56:28 libclang==14.0.6 +2022-07-29 07:16:55 Cython==0.29.32 +2022-07-28 13:20:29 attrs==22.1.0 +2022-07-27 21:20:37 streamlit==1.11.1 +2022-07-22 21:10:24 dask==2022.7.1 +2022-07-20 10:28:36 rsa==4.9 +2022-07-18 13:18:46 google-cloud-core==2.3.2 +2022-07-17 19:45:53 pylint==2.14.5 +2022-07-17 17:40:05 blinker==1.5 +2022-07-17 12:14:53 jupyter-nbextensions-configurator==0.5.0 +2022-07-15 19:15:38 Markdown==3.4.1 +2022-07-15 08:25:13 pytest-asyncio==0.19.0 +2022-07-12 17:32:20 googleapis-common-protos==1.56.4 +2022-07-10 04:29:56 toolz==0.12.0 +2022-07-09 14:51:00 astroid==2.11.7 +2022-07-09 08:13:07 jupyter-contrib-core==0.4.0 +2022-07-03 22:39:41 tornado==6.2 +2022-07-02 06:12:04 lxml==4.9.1 +2022-06-30 18:18:32 cffi==1.15.1 +2022-06-29 15:13:42 requests==2.28.1 +2022-06-27 14:40:08 bleach==5.0.1 +2022-06-24 01:08:01 plotly==5.9.0 +2022-06-22 17:39:36 widgetsnbextension==3.6.1 +2022-06-22 17:38:28 jupyterlab-widgets==1.1.1 +2022-06-16 12:34:47 colorama==0.4.5 +2022-06-16 06:31:37 Babel==2.10.3 +2022-06-12 18:12:38 scikit-image==0.19.3 +2022-06-10 10:29:06 watchdog==2.1.9 +2022-06-09 14:43:58 google-cloud-bigquery==2.34.4 +2022-06-08 18:12:02 google-cloud-storage==2.4.0 +2022-06-07 16:42:13 notebook==6.4.12 +2022-06-05 17:12:13 validators==0.20.0 +2022-06-02 09:17:39 tensorflow-datasets==4.6.0 +2022-05-29 20:53:07 cachetools==5.2.0 +2022-05-24 09:59:22 h5py==3.7.0 +2022-05-23 15:32:37 httpx==0.23.0 +2022-05-20 22:00:05 nbresult==0.0.8 +2022-05-18 12:47:44 scipy==1.8.1 +2022-05-17 22:02:08 Pillow==9.1.1 +2022-05-17 12:45:55 httpcore==0.15.0 +2022-05-16 18:50:07 imbalanced-learn==0.9.1 +2022-05-10 23:26:05 pyparsing==3.0.9 +2022-05-06 21:36:10 pyarrow==8.0.0 +2022-05-02 05:28:31 wrapt==1.14.1 +2022-05-01 16:20:13 gensim==4.2.0 +2022-04-28 17:36:09 click==8.1.3 +2022-04-28 17:21:27 Jinja2==3.1.2 +2022-04-27 16:09:01 python-slugify==6.1.2 +2022-04-20 22:04:44 locket==1.0.0 +2022-04-18 16:29:33 branca==0.5.0 +2022-04-18 08:48:49 platformdirs==2.5.2 +2022-04-14 12:58:00 soupsieve==2.3.2.post1 +2022-04-14 09:06:25 jupyterlab-pygments==0.2.2 +2022-04-08 21:22:48 beautifulsoup4==4.11.1 +2022-04-08 01:27:42 multimethod==1.8 +2022-04-04 10:26:28 appnope==0.1.3 +2022-04-02 14:16:00 tzlocal==4.2 +2022-03-24 21:32:37 python-dotenv==0.20.0 +2022-03-21 20:25:47 phik==0.12.2 +2022-03-20 00:37:10 pytz==2022.1 +2022-03-15 13:23:27 MarkupSafe==2.1.1 +2022-03-14 16:48:43 pydata-google-auth==1.4.0 +2022-02-27 20:39:38 missingno==0.5.1 +2022-02-27 12:33:09 XlsxWriter==3.0.3 +2022-02-10 07:35:29 statsmodels==0.13.2 +2022-02-09 12:40:51 nltk==3.7 +2022-02-08 10:54:04 tomli==2.0.1 +2022-02-02 21:30:28 entrypoints==0.4 +2022-01-31 16:31:55 threadpoolctl==3.1.0 +2022-01-29 18:52:24 requests-oauthlib==1.3.1 +2022-01-22 15:41:29 pure-eval==0.2.2 +2022-01-19 10:42:57 setuptools-scm==6.4.2 +2022-01-14 19:56:08 pyrsistent==0.18.1 +2022-01-07 08:20:05 decorator==5.1.1 +2022-01-05 20:29:51 tensorboard-plugin-wit==1.8.1 +2021-12-29 13:25:39 altair==4.2.0 +2021-12-26 07:48:02 yapf==0.32.0 +2021-12-22 16:55:19 Pympler==1.0.1 +2021-12-15 16:56:56 lazy-object-proxy==1.7.1 +2021-12-11 11:47:50 argon2-cffi==21.3.0 +2021-12-05 19:31:33 visions==0.7.5 +2021-12-01 09:09:45 argon2-cffi-bindings==21.2.0 +2021-11-30 21:05:50 parso==0.8.3 +2021-11-22 17:22:38 folium==0.12.1.post1 +2021-11-18 00:39:13 packaging==21.3 +2021-11-17 00:47:51 jedi==0.18.1 +2021-11-09 05:42:46 isort==5.10.1 +2021-11-06 12:50:13 pycparser==2.21 +2021-11-04 17:17:01 py==1.11.0 +2021-10-29 03:40:55 cycler==0.11.0 +2021-10-24 13:40:44 gitdb==4.0.9 +2021-10-24 06:47:38 autopep8==1.6.0 +2021-10-15 13:19:47 smmap==5.0.0 +2021-10-11 12:42:48 flake8==4.0.1 +2021-10-11 00:56:27 pycodestyle==2.8.0 +2021-10-06 20:39:50 pyflakes==2.4.0 +2021-09-27 22:01:35 tangled-up-in-unicode==0.2.0 +2021-09-14 03:37:58 pandocfilters==1.5.0 +2021-09-01 09:54:17 google-auth-oauthlib==0.4.6 +2021-08-25 16:26:02 pluggy==1.0.0 +2021-08-16 00:42:21 seaborn==0.11.2 +2021-08-09 02:53:00 Send2Trash==1.8.0 +2021-07-14 08:19:19 python-dateutil==2.8.2 +2021-06-02 11:43:46 ipdb==0.13.9 +2021-05-07 23:29:27 rfc3986==1.5.0 +2021-05-05 21:49:51 tensorboard-data-server==0.6.1 +2021-05-05 14:18:18 six==1.16.0 +2021-03-13 00:50:03 kaggle==1.5.12 +2021-03-08 18:48:28 PyYAML==5.4.1 +2021-03-08 10:59:26 defusedxml==0.7.1 +2021-01-06 15:20:09 TPOT==0.11.7 +2021-01-01 11:34:46 h11==0.12.0 +2020-12-28 15:15:30 ptyprocess==0.7.0 +2020-12-04 07:12:37 google-trans-new==1.1.9 +2020-11-01 01:40:22 toml==0.10.2 +2020-10-20 20:16:54 semver==2.13.0 +2020-10-16 17:37:23 iniconfig==1.1.1 +2020-08-07 21:45:23 gast==0.4.0 +2020-08-04 07:08:50 update-checker==0.18.0 +2020-07-19 22:40:32 opt-einsum==3.3.0 +2020-06-23 16:10:29 wcwidth==0.2.5 +2020-06-17 16:16:30 pytz-deprecation-shim==0.1.0.post0 +2020-06-09 15:11:32 backcall==0.2.0 +2020-05-14 03:53:48 Keras-Preprocessing==1.1.2 +2020-03-13 18:57:50 google-pasta==0.2.0 +2020-01-21 16:37:05 pexpect==4.8.0 +2020-01-09 17:24:21 pyasn1-modules==0.2.8 +2019-12-22 18:12:13 astunparse==1.6.3 +2019-12-18 07:31:43 promise==2.3 +2019-11-16 17:27:38 pyasn1==0.4.8 +2019-10-04 15:37:39 commonmark==0.9.1 +2019-08-30 21:37:03 text-unidecode==1.3 +2019-01-02 13:39:54 jupyter-contrib-nbextensions==0.5.1 +2018-12-02 22:31:10 jupyter-latex-envs==1.4.6 +2018-10-11 06:59:27 mistune==0.8.4 +2018-09-25 19:17:37 pickleshare==0.7.5 +2018-04-07 13:56:22 jupyter-highlight-selected-word==0.2.0 +2018-02-09 00:32:14 stopit==1.1.2 +2017-12-29 16:41:36 htmlmin==0.1.12 +2017-04-05 20:21:34 webencodings==0.5.1 +2017-03-13 22:12:26 ipython-genutils==0.2.0 +2017-01-26 22:13:15 mccabe==0.6.1 +2017-01-19 11:52:37 imblearn==0.0 +2016-09-29 06:16:34 memoized-property==1.0.3 diff --git a/specs/releases/past/2024_Q1/python_version.txt b/specs/releases/past/2024_Q1/python_version.txt new file mode 100644 index 00000000..ac957df8 --- /dev/null +++ b/specs/releases/past/2024_Q1/python_version.txt @@ -0,0 +1 @@ +3.10.6 From dd8576ecddec02d89ebd8f06750efc7a4da54423 Mon Sep 17 00:00:00 2001 From: Mark Botterill Date: Fri, 19 Jan 2024 12:14:00 +0000 Subject: [PATCH 02/10] Enabling running on this branch --- .github/workflows/pkg_test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index 143df2dd..edcfbcb9 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -2,6 +2,11 @@ name: Machine Setup Testing on: workflow_dispatch: + inputs: + branchName: + description: 'Branch to run on' + required: true + default: 'setup-action' jobs: setup_apple_silicon: @@ -9,6 +14,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + ref: ${{ github.event.inputs.branchName }} - name: Set up Apple Silicon machine run: | @@ -20,6 +27,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + ref: ${{ github.event.inputs.branchName }} - name: Set up Apple Intel machine run: | @@ -31,6 +40,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 + with: + ref: ${{ github.event.inputs.branchName }} - name: Set up Linux machine run: | From 5a091ff1da3fdfb561a41c28e3d9931ddb033f58 Mon Sep 17 00:00:00 2001 From: Mark Botterill Date: Fri, 19 Jan 2024 12:17:46 +0000 Subject: [PATCH 03/10] Changing trigger action --- .github/workflows/pkg_test.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index edcfbcb9..bbc7b096 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -1,12 +1,10 @@ name: Machine Setup Testing on: - workflow_dispatch: - inputs: - branchName: - description: 'Branch to run on' - required: true - default: 'setup-action' + push: + branches: + - "setup-action" + jobs: setup_apple_silicon: @@ -14,8 +12,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - with: - ref: ${{ github.event.inputs.branchName }} - name: Set up Apple Silicon machine run: | @@ -27,8 +23,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - with: - ref: ${{ github.event.inputs.branchName }} - name: Set up Apple Intel machine run: | @@ -40,8 +34,6 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - with: - ref: ${{ github.event.inputs.branchName }} - name: Set up Linux machine run: | From 1e2c6c89a747516772c6f81d66f995343201c005 Mon Sep 17 00:00:00 2001 From: Mark Botterill Date: Fri, 19 Jan 2024 12:19:28 +0000 Subject: [PATCH 04/10] Changing typo to 'resleases' --- .github/workflows/pkg_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index bbc7b096..05771015 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Apple Silicon machine run: | - cat ./specs/resleases/apple_silicon.txt + cat ./specs/releases/apple_silicon.txt # Add commands to set up Apple Silicon machine setup_apple_intel: @@ -26,7 +26,7 @@ jobs: - name: Set up Apple Intel machine run: | - cat ./specs/resleases//apple_intel.txt + cat ./specs/releases//apple_intel.txt # Add commands to set up Apple Intel machine setup_linux: @@ -37,5 +37,5 @@ jobs: - name: Set up Linux machine run: | - cat ./specs/resleases/linux.txt + cat ./specs/releases/linux.txt # Add commands to set up Linux machine From 6fd4fe0f165f3d074936dd59a07f1800a612209d Mon Sep 17 00:00:00 2001 From: Mark Botterill Date: Fri, 19 Jan 2024 12:22:23 +0000 Subject: [PATCH 05/10] Changing cat to pip install .txt files --- .github/workflows/pkg_test.yml | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index 05771015..8de45bd1 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -5,7 +5,6 @@ on: branches: - "setup-action" - jobs: setup_apple_silicon: runs-on: macos-13 # M1 @@ -13,10 +12,15 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Apple Silicon machine + - name: Set up Python environment + uses: actions/setup-python@v2 + + - name: Upgrade pip + run: pip install --upgrade pip + + - name: Install dependencies for Apple Silicon machine run: | - cat ./specs/releases/apple_silicon.txt - # Add commands to set up Apple Silicon machine + pip install -r ./specs/releases/apple_silicon.txt setup_apple_intel: runs-on: macos-12 # Latest intel @@ -24,10 +28,15 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Apple Intel machine + - name: Set up Python environment + uses: actions/setup-python@v2 + + - name: Upgrade pip + run: pip install --upgrade pip + + - name: Install dependencies for Apple Intel machine run: | - cat ./specs/releases//apple_intel.txt - # Add commands to set up Apple Intel machine + pip install -r ./specs/releases/apple_intel.txt setup_linux: runs-on: ubuntu-latest @@ -35,7 +44,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Linux machine + - name: Set up Python environment + uses: actions/setup-python@v2 + + - name: Upgrade pip + run: pip install --upgrade pip + + - name: Install dependencies for Linux machine run: | - cat ./specs/releases/linux.txt - # Add commands to set up Linux machine + pip install -r ./specs/releases/linux.txt From a8926ff155d49eb546b5d3d0afea8426386e5963 Mon Sep 17 00:00:00 2001 From: Mark Botterill Date: Fri, 19 Jan 2024 12:24:14 +0000 Subject: [PATCH 06/10] Ensuring all setups run on 3.10.6 --- .github/workflows/pkg_test.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index 8de45bd1..b20c7387 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -12,8 +12,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Python environment + - name: Set up Python 3.10.6 uses: actions/setup-python@v2 + with: + python-version: '3.10.6' - name: Upgrade pip run: pip install --upgrade pip @@ -28,8 +30,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Python environment + - name: Set up Python 3.10.6 uses: actions/setup-python@v2 + with: + python-version: '3.10.6' - name: Upgrade pip run: pip install --upgrade pip @@ -44,8 +48,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up Python environment + - name: Set up Python 3.10.6 uses: actions/setup-python@v2 + with: + python-version: '3.10.6' - name: Upgrade pip run: pip install --upgrade pip From 8fdbe4f5a0fc6867339bd465b7f71a36514e2703 Mon Sep 17 00:00:00 2001 From: Mark Botterill Date: Fri, 19 Jan 2024 12:37:55 +0000 Subject: [PATCH 07/10] Checking ARM achitecture functionality --- .github/workflows/pkg_test.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index b20c7387..c4244198 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -16,7 +16,15 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.10.6' - + + - name: Check architecture + run: | + if [[ $(uname -m) == 'arm64' ]]; then + echo "Runner is ARM architecture (Apple Silicon)" + else + echo "Runner is NOT ARM architecture" + exit 1 + fi - name: Upgrade pip run: pip install --upgrade pip From c9589f5180ee68ad8a33ae5c4a87d61528540a1d Mon Sep 17 00:00:00 2001 From: Mark Botterill Date: Fri, 19 Jan 2024 12:40:58 +0000 Subject: [PATCH 08/10] Switching 'runs-on' value for M1 runner to 'macos-13-xlarge' --- .github/workflows/pkg_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index c4244198..adf3850a 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -7,7 +7,7 @@ on: jobs: setup_apple_silicon: - runs-on: macos-13 # M1 + runs-on: macos-13-xlarge # M1 steps: - name: Checkout repository uses: actions/checkout@v2 @@ -16,7 +16,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.10.6' - + - name: Check architecture run: | if [[ $(uname -m) == 'arm64' ]]; then From 35382acb2df6322c1aad0bb1c171d8c4886681e2 Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 19 Jan 2024 14:03:14 +0000 Subject: [PATCH 09/10] Change xlarge -> large --- .github/workflows/pkg_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index adf3850a..05c5fd4f 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -7,7 +7,7 @@ on: jobs: setup_apple_silicon: - runs-on: macos-13-xlarge # M1 + runs-on: macos-13-large # M1 steps: - name: Checkout repository uses: actions/checkout@v2 From f97bd1dfb3345925794165930e4994a7f37f642a Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Fri, 19 Jan 2024 14:05:58 +0000 Subject: [PATCH 10/10] return to xlarge for m1 --- .github/workflows/pkg_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkg_test.yml b/.github/workflows/pkg_test.yml index 05c5fd4f..4e482bf5 100644 --- a/.github/workflows/pkg_test.yml +++ b/.github/workflows/pkg_test.yml @@ -7,7 +7,7 @@ on: jobs: setup_apple_silicon: - runs-on: macos-13-large # M1 + runs-on: macos-13-xlarge # M1 steps: - name: Checkout repository uses: actions/checkout@v2