diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d7aaf842 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# v0.1.2 + +- Minor fixups for README, website, and PyPI landing page + + +# v0.1.1 + +- Minor fixups for README, website, and PyPI landing page + + +# v0.1.0 + +- First public version \ No newline at end of file diff --git a/README.md b/README.md index 17833d67..1a1e8396 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## What is Jaxley? -`Jaxley` is a differentiable simulator for biophysical neuron models in the Python library [JAX](https://github.com/google/jax). Its key features are: +`Jaxley` is a differentiable simulator for biophysical neuron models, written in the Python library [JAX](https://github.com/google/jax). Its key features are: - automatic differentiation, allowing gradient-based optimization of thousands of parameters - support for CPU, GPU, or TPU without any changes to the code