Skip to content

Commit

Permalink
Update Changelog for 3.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmerten committed Jan 20, 2020
1 parent 0d92fd6 commit 84f1ba1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
### Bug fixes:

### New features:
* Vector3 now allows has index based access to its components. This improves
interoperability with third party libraries, in particular with numpy arrays.

### Features that are deprecated and will be removed after this release:

Expand All @@ -28,6 +26,12 @@
* For PhotoPionProduction now a two dimensional interpolation of the redshift
evolution is available (see pull request #255)
* A new break condition MinimumChargeNumber is added (see pull request #256)
* Vector3 now has index based access to its components. This improves
interoperability with third party libraries, in particular with numpy arrays.
(see pull request #262)
* Random seeds can be accessed from python (see pull request #263)
* New galactic magnetic field model by Terral & Ferriere (2017) (see pull request #258)


## CRPropa v3.1.5

Expand Down

0 comments on commit 84f1ba1

Please sign in to comment.