Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Feb 16, 2021
1 parent 5bd125a commit 3e021fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'splash'
copyright = '2004-2020 Daniel Price'
copyright = '2004-2021 Daniel Price'
author = 'Daniel Price'

# The full version, including alpha/beta/rc tags
release = 'v3.0.1'
release = 'v3.1.0'

# -- General configuration ---------------------------------------------------

Expand Down
9 changes: 6 additions & 3 deletions src/splash.f90
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ program splash
!---------------------------------------------------------------------------------
!
! SPLASH - a plotting utility for SPH data in 1, 2 and 3 dimensions
! Copyright (C) 2005-2020 Daniel Price
! Copyright (C) 2005-2021 Daniel Price
! [email protected]
!
! --------------------------------------------------------------------------
Expand All @@ -51,12 +51,15 @@ program splash
!
! -------------------------------------------------------------------------
! Version history/ Changelog:
! 3.1.0 : (10/02/21) splash calc lightcurve implemented;
! 3.1.0 : (16/02/21) splash calc lightcurve implemented; sink particles ON by default;
! changing units rescales plot limits correctly;
! further improvements to ray tracing / opacity rendering with physical opacity;
! can change units temporarily without writing .units file;
! auto-select closest velocity and mass unit and better default time unit
! in phantom/sphNG read; error message if Inf or NaN read from .units file;
! bug fix with units prompt; floating colour bars are white not black;
! automatically write copyright in Hollywood mode; auto-render fits files;
! read softening length from phantom sinks if accretion radius is zero;
! 3.0.2 : (20/01/21) opacity rendering uses physical value of kappa, can also
! use opacity defined on particles; can track multiple particles with
! 'splash calc tracks' by specifying ids in splash.tracks file;
Expand Down Expand Up @@ -452,7 +455,7 @@ program splash
logical :: ihavereadfilenames,evsplash,doconvert,useall,iexist,use_360,got_format
character(len=120) :: string
character(len=12) :: convertformat
character(len=*), parameter :: version = 'v3.1.0 [10th Feb 2021]'
character(len=*), parameter :: version = 'v3.1.0 [16th Feb 2021]'

!
! initialise some basic code variables
Expand Down

0 comments on commit 3e021fc

Please sign in to comment.