pre-commit-ci[bot]
eda963af71
[pre-commit.ci] pre-commit autoupdate ( #2197 )
...
updates:
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1 )
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.14.1 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-07 08:14:57 +05:00
Ayaz Salikhov
7e4e18403a
Create all necessary directories during wiki update
2025-01-06 18:27:47 +05:00
Ayaz Salikhov
a6ef176ff3
Make commits a url on wiki home page
2024-12-31 21:16:33 +05:00
Ayaz Salikhov
ad4d4c6e6e
Add yearly total stats to update_wiki
2024-12-31 20:41:30 +05:00
Ayaz Salikhov
a61c9ae8a7
Improve commits counting: inly count merge commits, calc between midnights UTC
2024-12-31 20:41:25 +05:00
Ayaz Salikhov
9cee159ec0
Fetch full repo when running wiki update
2024-12-31 10:04:52 +05:00
Ayaz Salikhov
c15d934a71
Add python-dateutil to requirements.txt
2024-12-31 00:34:00 +05:00
Ayaz Salikhov
f44ddd6650
Add missing type stubs for mypy
2024-12-30 22:24:19 +05:00
Ayaz Salikhov
d812d68234
Allow no new manfests or build history lines files if special flag is present during update_wiki
2024-12-30 22:15:19 +05:00
Ayaz Salikhov
af0493a305
Add number of commits to wiki home page
2024-12-30 22:10:14 +05:00
Ayaz Salikhov
9ffeb238dc
Update sphinx config header
2024-12-29 22:46:39 +05:00
Ayaz Salikhov
af3191f853
Update gitignore
2024-12-29 22:44:46 +05:00
Ayaz Salikhov
c11078452b
Fix comment in aarch64-setup workflow
2024-12-29 22:20:58 +05:00
Ayaz Salikhov
7efbc39b9f
Use latest ubuntu in letsencrypt exaxmple
2024-12-29 22:20:28 +05:00
Ayaz Salikhov
336a158857
Suggest that Host OS is Ubuntu 24.04 in bug report template
2024-12-29 22:19:23 +05:00
Ayaz Salikhov
319c99c128
Use Ubuntu 24.04 image for Microsoft ODBC ( #2196 )
...
* Use Ubuntu 24.04 image for Microsoft ODBC
* Fix typo
* Don't use apt-key
2024-12-29 22:12:03 +05:00
Ayaz Salikhov
2483ba8128
Use Ububtu 24.04 image for OracleDB Instant Client ( #2195 )
...
* Use Ububtu 24.04 image for OracleDB Instant Client
* Package changed the name
2024-12-29 16:33:35 +05:00
Ayaz Salikhov
72aea7469e
Update OracleDB Instant Client version ( #2194 )
2024-12-29 16:24:23 +05:00
Ayaz Salikhov
67dd54966c
Fix args order when running python modules
2024-12-29 07:31:25 +05:00
Ayaz Salikhov
1c32064b2e
Fix args order in Makefile
2024-12-29 07:23:39 +05:00
Ayaz Salikhov
a41b6e80ce
Add some statistics to wiki page
2024-12-29 06:51:06 +05:00
Ayaz Salikhov
c175251fdb
[FAST_BUILD] Run mamba info
without --quiet
and put conda info
in build manifest files ( #2191 )
2024-12-29 05:38:15 +05:00
Ayaz Salikhov
209a7464f4
Group build manifests by year
2024-12-29 02:36:27 +05:00
Ayaz Salikhov
2ba3651be1
Put manifest files by to year/year-month/ dirs
2024-12-29 01:30:11 +05:00
Ayaz Salikhov
f58ebf0cb9
Update tag example
2024-12-26 11:44:07 +00:00
Ayaz Salikhov
8e44737b80
Run aarch64-setup on ubuntu-22.04
2024-12-23 13:05:56 +00:00
Ayaz Salikhov
87b37b4fd8
Specify protocol when using host.docker.internal proxy ( #2181 )
2024-12-09 11:30:06 +00:00
Ayaz Salikhov
976fbab11d
Use another repo for prettier pre-commit ( #2180 )
2024-12-05 15:58:38 +00:00
Ayaz Salikhov
7bdb19cc1b
Downgrade to Julia 1.11.1 ( #2178 )
2024-12-03 18:59:49 +00:00
Ayaz Salikhov
f632f54034
Minor changelog adjustments
2024-12-03 11:49:14 +00:00
Ayaz Salikhov
143db355da
Install mamba 2.0 ( #2147 )
2024-12-03 01:31:56 +01:00
pre-commit-ci[bot]
d056af4d0c
[pre-commit.ci] pre-commit autoupdate ( #2177 )
2024-12-03 01:27:55 +01:00
Ayaz Salikhov
7060f20fb5
Remove pandas from EXCLUDED_PACKAGES ( #2176 )
2024-12-02 16:13:01 +00:00
Ayaz Salikhov
ac8453913c
Use mamba env export with --json
( #2162 )
2024-11-25 16:23:38 +00:00
Ayaz Salikhov
918997f709
Update tag example
2024-11-19 16:23:06 +00:00
Ayaz Salikhov
55942dfe46
Unify changelog codestyle
2024-11-08 15:20:34 +00:00
Erik Sundell
caf725210c
base-notebook: stop installing nodejs from conda-forge ( #2172 )
...
* base-notebook: stop installing nodejs from conda-forge
nodejs was a conda dependency of jupyterhub, but by installing
jupyterhub-base we no longer need it and could opt to remove it.
By doing this, building base-notebook led to a reported size reduction
from 974MB to 828MB, which is a 146MB / 15% size reduction.
* Update CHANGELOG.md
* Update CHANGELOG.md
* Install jupyterhub-singleuser instead of jupyterhub-base
Note that jupyterhub-base is really whats the foundational need for this
image, where jupyterhub-singleuser the conda-forge package is building on
jupyterhub-base by also adding a depdendency on jupyterlab - but the
jupyterhub-singleuser command is provided by jupyterhub-base conda-forge
package.
* Update CHANGELOG.md
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2024-11-08 15:15:07 +00:00
Ayaz Salikhov
2c7e64abbb
Do not run linkcheck on https://anaconda.org/conda-forge because of frequent read timeouts
2024-11-06 15:20:33 +00:00
Ayaz Salikhov
ea849fa18f
Update description of jupyter/base-notebook regarding jupyterhub-base and update changelog
2024-11-06 15:12:40 +00:00
Erik Sundell
28a0b25bce
Install jupyterhub-base instead of jupyterhub ( #2171 )
...
* Install jupyterhub-base instead of jupyterhub
* Update images/base-notebook/Dockerfile
---------
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com >
2024-11-06 15:04:07 +00:00
Ayaz Salikhov
62a85b43b6
Update pre-commit hooks
2024-11-05 19:47:43 +00:00
Ayaz Salikhov
2c525aff70
Use pytorch with cuda12.4 ( #2168 )
2024-11-04 16:57:17 +00:00
Ayaz Salikhov
c2d9d1f06a
Pin min notebook version ( #2167 )
...
* [TMP] Pin min notebook version
* Update Dockerfile
2024-11-04 14:55:35 +00:00
Ayaz Salikhov
5841857378
Fix broken link
2024-11-04 13:26:53 +00:00
Ayaz Salikhov
03e5fe572d
Fix docs: we're not installing stable version of spark anymore ( #2165 )
2024-10-29 10:11:31 +00:00
Ayaz Salikhov
f74a764584
Do not install tensorflow 2.18.0 as it gives an error
2024-10-28 14:06:50 +00:00
Ayaz Salikhov
a1265be650
Get rid of abseil warnings
2024-10-28 12:23:29 +00:00
Ayaz Salikhov
c8f5fbd61f
Update gitignore
2024-10-27 23:15:14 +00:00
Max Muoto
a096c2b102
Upgrade to Python 3.12 ( #2072 )
2024-10-23 08:58:47 +01:00
Ayaz Salikhov
2b40f486b6
Update output example in documents
2024-10-22 12:33:27 +01:00