20 Commits

Author SHA1 Message Date
ilay menahem
390e90361a Add .hypothesis/ directory to .gitignore
and ppf and cdf to scipy.stats.uniform
2024-01-16 18:59:52 +00:00
Stella Laurenzo
c1e13bdf3f A few developer workflow enhancements for working with jaxlib.
It seems to me that jaxlib development must be mostly happening on CI, because some basics are pretty essential. Here are a few things I've been typing/carrying for a while in my flow:

* Add .bazelrc.user to .gitignore so it doesn't accidentally get checked in.
* Add configs for 'debug_symbols' and 'debug' that make some things minimally workable under a debugger (or to get backtraces, etc).
* Add `--force-reinstall` to the copy/paste command to update a built jaxlib wheel (without this, if you are iterating, it fairly quietly does nothing).
2023-02-10 21:03:21 -08:00
Jake VanderPlas
0c4be57d45 gitignore: specify root-directory files 2023-01-05 11:15:24 -08:00
Filippo Vicentini
793fb9b22c Fix issue in check_tree, so that custom_linear_solve supports
hax_aux=True when the vector and the aux are both pytrees.
2022-11-07 21:29:43 +01:00
Parker Schuh
6b1610ce9e Add dep on protobuf and build protobufs if protoc is available.
PiperOrigin-RevId: 464645042
2022-08-01 16:01:02 -07:00
Roy Frostig
f9bbab3f78 add common virtualenv directories to .gitignore 2021-10-11 11:06:33 -07:00
Peter Hawkins
57e4f6ba80 Update .gitignore since .bazelrc is now under version control. 2021-08-10 20:45:46 -04:00
Peter Hawkins
c06ead6b04 Change jaxlib build rules to build a wheel, rather than writing output to the source directory. 2020-11-20 11:47:00 -05:00
John Aslanides
c06fe56fc5 Add some types to jax.random and jnp.ndarray. 2020-04-12 09:14:54 +01:00
Winnie Xu
a5daafd31d
update gitignore (#2361) 2020-03-09 10:04:23 -04:00
George Necula
80630c0380
Added .pytype cache to .gitignore (#2309) 2020-02-26 09:25:22 +01:00
George Necula
75c2236063 Addressed comments for the Colab.
* Cleaned up use of section levels
* Renamed ma to multiply_add and sq_add to square_add
* Other minor clarifications
* Separated the Colabs into Tutorials and Advanced Tutorials
2019-10-03 11:20:04 +02:00
Stephan Hoyer
9bd7330e1f
Notebooks on RTD (#1121) 2019-09-30 11:00:02 -07:00
Peter Hawkins
f939ac078d Update XLA.
Updates XLA to 00afc7bb81.

The new XLA release removes the use of protocol buffers from the XLA client. Fixes #349.
Add backward compatibility shims to jaxlib to allow older jax releases to still work on an up to date jaxlib.

The new XLA release also incorporates a fix that avoids a host-device copy for every iteration of a `lax.fori_loop()` on GPU. Fixes #402.

Add a new jaxlib.__version__ field, change jax/jaxlib compatibility logic to check for it.
2019-02-26 06:07:44 -08:00
Jonas Rauber
8348856f92 added mypy to gitignore 2019-01-29 22:18:10 +01:00
vishwakftw
46f7c6a8a3 Add build/ and dist/ to .gitignore
An alternative to installing `jax` using `pip install -e .` is to use `python setup.py`. This creates build/ and dist/ directories that should not be included in diffs since they are meant to be local.

This PR adds those entries to the .gitignore file
2018-12-12 20:55:38 +05:30
Matthew Johnson
bbc92ce6eb
Split out jax and jaxlib packages (#11)
factor out 'jaxlib' as separate package
2018-12-06 21:35:03 -05:00
Alex Wiltschko
47ade41368 Adding quickstart notebook, and corresponding gitignore rules 2018-12-06 08:53:44 -05:00
Matthew Johnson
1b836515c2 update gitignore 2018-11-18 15:17:53 -08:00
Matthew Johnson
f78c05195d add gpu build script 2018-11-18 14:24:09 -08:00