Ross Barnowski
47fb909bbd
DEV: Add nbval to CI. ( #132 )
...
Co-authored-by: Mridul Seth <seth.mridul@gmail.com>
1 month ago
Melissa Weber Mendonça
2f1ed0e8fa
Merge pull request #137 from rossbar/fix-static-eq-mpl-warnings
...
MAINT: Get rid of mpl warnings when creating 3d axes.
1 month ago
Ross Barnowski
d25b0102ca
Get rid of mpl warnings when creating 3d axes.
1 month ago
Ross Barnowski
69b4518b04
Explicitly pin sphinx in conda env ( #136 )
...
At time of merging, pip pins sphinx to 4.5 but conda doesn't, which results
in errors when building the site. Suspect that one or more of the packages on
conda-forge has different dependencies than those defined in the pyproject.toml.
Should be reverted in the future when the conda-forge feedstocks result in the
correct environment.
1 month ago
Melissa Weber Mendonça
a50622c6eb
DOC: Add dollarmath to myst parser extension list ( #135 )
...
Fixes rendering of dollarmath in tutorials.
2 months ago
Melissa Weber Mendonça
f5d92f413e
Merge pull request #131 from rossbar/cleanup-files
3 months ago
Ross Barnowski
e0523fa873
Add generated files to .gitignore.
3 months ago
Ross Barnowski
2df02856bc
Rm generated files from tracking.
3 months ago
Brigitta Sipőcz
57622bb02c
Updating configitem for newer myst-nb versions ( #129 )
3 months ago
Melissa Weber Mendonça
db8787f8c1
Merge pull request #127 from rossbar/add-ci-conda
6 months ago
Ross Barnowski
3b7969238a
Add CI to test conda workflow + macos
...
- Add artifact upload to action, ensure runs even if build fails
- Only upload tracebacks in gh artifact.
- Update deps in environment.yml and requirements.txt
6 months ago
Saul Shanabrook
f08ae45ca5
Update environment.yml ( #125 )
...
Remove jupyter-book, switch environment.yml to use site requirements
6 months ago
Willi Hohenstein
d5cfbee16c
Replace instances of RandomState with random.Generator ( #122 )
...
Updates the nlp tutorial and related code to use the random.Generator interface.
7 months ago
Mukulika
345cbacd61
MAINT: Remove Matplotlib as a dependency for AQI tutorial ( #124 )
7 months ago
Mukulika
d1d1861c43
Add tutorial on timeseries analysis of air polution ( #111 )
...
Tutorial falls in the "applications" category and highlights the use of
loadtxt to work with csv files, computing moving-window averages, and
working with statistics.
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
7 months ago
Stefan van der Walt
de3f8250c2
Merge pull request #120 from rossbar/rm-indices
...
Remove unused indices and tables from site index.
7 months ago
Ross Barnowski
cfc0bfbc9a
Remove unused indices and tables from site index.
7 months ago
Saul Shanabrook
474ba01b76
Bump gym Requirement Version for M1 Support ( #118 )
...
I had to bump the gym requirement to 0.18.3, so that it required a version of pillow > 8.1.1 which added wheels for m1 (https://github.com/python-pillow/Pillow/issues/5093#issuecomment-788459509 ).
7 months ago
jsdodge
64a17c597c
Update Code of Conduct URL ( #116 )
7 months ago
Liam Smith
8de68fe5ad
Small amends on the masked arrays tutorial ( #115 )
...
* tutorial-ma: Update data source
* tutorial-ma: Update date columns range
* tutorial-ma: Update number of rows to skip
* tutorial-ma: Ignore row with totals
* tutorial-ma: Spell-check
7 months ago
Melissa Weber Mendonça
e0a1237a8c
Fix image display and clean up in ethics/NLP tutorial ( #114 )
7 months ago
Melissa Weber Mendonça
7c7e97af0d
MAINT: Pin gym[atari] version ( #112 )
...
* MAINT: Pin gym[atari] version
* Update CI image
* Update packages for default debian image
9 months ago
Melissa Weber Mendonça
81fda1bf47
DOC: Add note about translations ( #113 )
9 months ago
Drishti Bhasin
266e4d5f34
Tutorial: NumPy NLP from scratch with a focus on ethics ( #105 )
...
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
9 months ago
Ross Barnowski
e3e67bb6d2
Apply black formatting to all notebooks. ( #95 )
10 months ago
Melissa Weber Mendonça
022313d784
Merge pull request #106 from rossbar/maint/unpin-pip
...
Revert "MAINT: pin pip to 21.1.1"
11 months ago
Ross Barnowski
bf957de099
Revert "MAINT: pin pip to 21.1.1"
...
This reverts commit 4854612998
.
11 months ago
Isabela Presedo-Floyd
100762103e
Add alt text to Moore's Law tutorial ( #99 )
...
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Peyton Murray <peynmurray@gmail.com>
12 months ago
Ryan C Cooper
b31a548871
added alt-text to tutorial-deep-learning-mnist ( #100 )
...
* added alt-text to tutorial-deep-learning-mnist
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
12 months ago
Meghan Jones
9876df5b7e
Update reference to Diataxis framework and add alt-text ( #97 )
...
* Add alt-text to image in content/tutorial-style-guide.md
* Update documentation system link and reference
* Minor nit: refer to diataxis by name.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
12 months ago
Melissa Weber Mendonça
99529165aa
Merge pull request #104 from rossbar/vectorize-fractals
...
Vectorize example applying iterative function analysis to specific values
12 months ago
Matti Picus
1fecd1946b
Merge pull request #103 from rossbar/reuse-fractal-masks
...
ENH: compute mask only once per iteration in fractals notebook
12 months ago
Ross Barnowski
7192e87517
Touch up plotting.
1 year ago
Ross Barnowski
6c2ef44b55
Vectorize iteration calc for selected values.
1 year ago
Ross Barnowski
06b270d890
ENH: compute mask only once per iteration.
1 year ago
Matti Picus
d50f534108
Merge pull request #102 from rossbar/update-xray-multi-img-ary
...
Update multi-dimentional array example in xray tutorial
1 year ago
MichaelRipa
902b05a7ca
Add notebook on plotting fractals ( #93 )
...
Adds a notebook on visualizing fractals created via iterative function analysis.
Includes examples from Julia sets, Mandelbrot, Newton Fractals and others.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
1 year ago
Ross Barnowski
868196139a
Update text to reflect removal of np.stack.
1 year ago
Ross Barnowski
50c89c7c5d
Update image stack example and remove benchmarking.
...
Removes timeit comparison between two loading methods, which was
comparing apples and oranges.
1 year ago
Peyton Murray
997de2b034
Added alt text for the images in the x-ray image processing tutorial ( #101 )
1 year ago
Meghan Jones
2fdb15bd1c
Fix link to contributing docs in index.md ( #98 )
1 year ago
Melissa Weber Mendonça
3b9402d9cf
Merge pull request #94 from rossbar/maint/pin-pip-version
...
MAINT: pin pip to 21.1.1
1 year ago
Ross Barnowski
4854612998
MAINT: pin pip to 21.1.1
...
There is a regression for our case in pip's dependency
resolver in v21.2.1 - pin to older version until resolved.
1 year ago
Melissa Weber Mendonça
4fa014557f
Tiny fix to SVD tutorial text to mention fill_diagonal before using it ( #90 )
1 year ago
Melissa Weber Mendonça
4745100870
Merge pull request #88 from rossbar/hierarchical-reorg
...
Reorganize site to group related content together.
1 year ago
Ross Barnowski
970b0c069d
Reword to avoid big-picture questions.
1 year ago
Ross Barnowski
b0b4396aec
Reorganize site to group related content together.
1 year ago
Melissa Weber Mendonça
173e93faff
Merge pull request #86 from rossbar/ci/reorder-dependency-install
...
CI: Update dependency installation order
1 year ago
Ross Barnowski
66b6d86beb
Deal with atari-py issue: see openai/atari-py#79 .
1 year ago
Ross Barnowski
d94104c4a3
Avoid pip dependency resolver deathspiral.
1 year ago