From a2c4e05ddc864d0d783ddf4cdb57b5ffe5718e92 Mon Sep 17 00:00:00 2001 From: michaeldeistler Date: Thu, 22 Aug 2024 16:49:31 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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