You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+69-15Lines changed: 69 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,6 @@
1
1
# Changelog
2
2
3
-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project (mostly) adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
-
We will attempt to follow the guideline of incrementing only one of the `X.Y.Z` values for each tag and/or release:
5
-
-`X` (MAJOR) version when you make incompatible API changes,
6
-
-`Y` (MINOR) version when you add functionality in a backwards-compatible manner, and
7
-
-`Z` (PATCH) version when you make backwards-compatible bug fixes.
8
-
9
-
The `X` vs. `Y` division won’t be strictly followed for Athena++ releases; for example, certain backwards-compatible versions may be released as a new `X` value to signify major new physics capabilities. As of `v1.1.0`, the Athena++ public API is only loosely documented in the GitHub Wiki, so the notion of backwards-compatibility is ambiguous. Nevertheless, versions with major changes to existing Athena++ core classes and functions will generally be released under a new `X` value.
3
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project (mostly) adheres to Calendar Versioning.
10
4
11
5
All major changes to the Athena++ private repository between each version/tag are summarized in this `CHANGLEOG.md` document. Each version has an **Issues and Pull Requests** section, whose subsections are automatically populated from the issue/PR labels. The list entries contain links to the private repository issue tracker `#N` id.
12
6
@@ -22,13 +16,73 @@ The automatically-generated content should be used for reference when writing th
- Need more flexible task control in STS [\#270](https://github.com/PrincetonUniversity/athena/issues/270)
35
+
- Enable AMR/SMR and source terms with -sts [\#250](https://github.com/PrincetonUniversity/athena/issues/250)
36
+
- Robustness improvements to relativity [\#316](https://github.com/PrincetonUniversity/athena/pull/316) ([c-white](https://github.com/c-white))
37
+
- Change primitive velocities in SR [\#303](https://github.com/PrincetonUniversity/athena/pull/303) ([c-white](https://github.com/c-white))
38
+
- Update passive scalars to have user source terms and work with relativity [\#297](https://github.com/PrincetonUniversity/athena/pull/297) ([c-white](https://github.com/c-white))
39
+
40
+
#### Fixed bugs:
41
+
42
+
- Spurious waves emerging from corners using the intel 19.1 compiler and MPI? [\#340](https://github.com/PrincetonUniversity/athena/issues/340)
43
+
- EOS Riemann regression test fails [\#335](https://github.com/PrincetonUniversity/athena/issues/335)
44
+
- Unused and uninitialized variables with orbital advection [\#332](https://github.com/PrincetonUniversity/athena/issues/332)
45
+
- regression tests for diffusion do not work & failed [\#328](https://github.com/PrincetonUniversity/athena/issues/328)
46
+
- Reconstruction of passive scalars uses wrong array size [\#306](https://github.com/PrincetonUniversity/athena/issues/306)
47
+
- malloc error with gcc compiler, spherical polar coordinate and xorder=3 [\#304](https://github.com/PrincetonUniversity/athena/issues/304)
- Test GR/SR compatibility with passive scalars [\#281](https://github.com/PrincetonUniversity/athena/issues/281)
51
+
- New Limitation of MeshBlock Size [\#343](https://github.com/PrincetonUniversity/athena/pull/343) ([tomo-ono](https://github.com/tomo-ono))
52
+
- Move Poisson solve to after ptlist-\>DoTaskListOneStage\(\)[\#309](https://github.com/PrincetonUniversity/athena/pull/309) ([pdmullen](https://github.com/pdmullen))
53
+
- Add support for NSCALARS \> NWAVE [\#307](https://github.com/PrincetonUniversity/athena/pull/307) ([msbc](https://github.com/msbc))
54
+
- Fix logic in bvars\_sts designation [\#305](https://github.com/PrincetonUniversity/athena/pull/305) ([pdmullen](https://github.com/pdmullen))
55
+
56
+
#### Closed issues:
57
+
58
+
- bugs in using std::min or std::max for single precision [\#326](https://github.com/PrincetonUniversity/athena/issues/326)
59
+
- Mismatch of the function argument in WeightedAve for FaceField [\#318](https://github.com/PrincetonUniversity/athena/issues/318)
60
+
61
+
#### Merged pull requests:
62
+
63
+
- Implemented the source term formula for gravitational acceleration [\#344](https://github.com/PrincetonUniversity/athena/pull/344) ([tomidakn](https://github.com/tomidakn))
64
+
- Enable STS in Shearing Box with Orbital Advection [\#342](https://github.com/PrincetonUniversity/athena/pull/342) ([tomo-ono](https://github.com/tomo-ono))
65
+
- Logical location \(long\)is used to set array index \(int\) -- Jenkins passed! [\#341](https://github.com/PrincetonUniversity/athena/pull/341) ([changgoo](https://github.com/changgoo))
66
+
- Fix lack of deallocating dynamic memory [\#338](https://github.com/PrincetonUniversity/athena/pull/338) ([tomo-ono](https://github.com/tomo-ono))
67
+
- fix dependency in tasklist [\#337](https://github.com/PrincetonUniversity/athena/pull/337) ([tomo-ono](https://github.com/tomo-ono))
68
+
- Increased thresholds for eos\_riemann test [\#336](https://github.com/PrincetonUniversity/athena/pull/336) ([msbc](https://github.com/msbc))
69
+
- fix EMF flux correction in shearing box [\#334](https://github.com/PrincetonUniversity/athena/pull/334) ([tomo-ono](https://github.com/tomo-ono))
70
+
- fix unused and uninitialized variables [\#333](https://github.com/PrincetonUniversity/athena/pull/333) ([tomo-ono](https://github.com/tomo-ono))
71
+
- Fix conditionals in TimeIntegratorTaskList fns for compatibility with STS [\#331](https://github.com/PrincetonUniversity/athena/pull/331) ([pdmullen](https://github.com/pdmullen))
- Correct the input block name in the turbulence regression test and make driving isotropic regardless of the box shape [\#329](https://github.com/PrincetonUniversity/athena/pull/329) ([changgoo](https://github.com/changgoo))
74
+
- put cast in the min or max function [\#327](https://github.com/PrincetonUniversity/athena/pull/327) ([tomo-ono](https://github.com/tomo-ono))
75
+
- Implement a New Discretization of the Gravitational Stress Tensor [\#325](https://github.com/PrincetonUniversity/athena/pull/325) ([pdmullen](https://github.com/pdmullen))
76
+
- Change in turbulence input style [\#324](https://github.com/PrincetonUniversity/athena/pull/324) ([changgoo](https://github.com/changgoo))
77
+
- Fix Bug with Mesh Structure Output [\#322](https://github.com/PrincetonUniversity/athena/pull/322) ([tomo-ono](https://github.com/tomo-ono))
78
+
- Orbital Advection & New Shearing Box [\#321](https://github.com/PrincetonUniversity/athena/pull/321) ([tomo-ono](https://github.com/tomo-ono))
79
+
- Fix typo: bounday\_flag.cpp to boundary\_flag.cpp [\#320](https://github.com/PrincetonUniversity/athena/pull/320) ([changgoo](https://github.com/changgoo))
80
+
- Fix mismatch between WeightedAve prototype and definition [\#319](https://github.com/PrincetonUniversity/athena/pull/319) ([pdmullen](https://github.com/pdmullen))
81
+
- Improve performance of turbulence driver [\#317](https://github.com/PrincetonUniversity/athena/pull/317) ([changgoo](https://github.com/changgoo))
82
+
- Update to bug fix on fft pgen [\#315](https://github.com/PrincetonUniversity/athena/pull/315) ([changgoo](https://github.com/changgoo))
83
+
- Fix typo in HLLC and bug in Hydrogen EOS [\#314](https://github.com/PrincetonUniversity/athena/pull/314) ([msbc](https://github.com/msbc))
84
+
- Bug fixes for FFT; New regression test [\#313](https://github.com/PrincetonUniversity/athena/pull/313) ([changgoo](https://github.com/changgoo))
85
+
- Modifying the KH problem and a input file for MHD KH [\#312](https://github.com/PrincetonUniversity/athena/pull/312) ([tomo-ono](https://github.com/tomo-ono))
@@ -55,7 +109,7 @@ Feature branches to merge to `master`:
55
109
-\(Non-Zero\) Mean Density Must Be Set for FFT Self-Gravity with Periodic BC's [\#155](https://github.com/PrincetonUniversity/athena/issues/155)
56
110
- include input parameters in hdf5 output? [\#143](https://github.com/PrincetonUniversity/athena/issues/143)
57
111
- Extend TaskList to support more than 64 task IDs [\#286](https://github.com/PrincetonUniversity/athena/pull/286) ([tomidakn](https://github.com/tomidakn))
58
-
-Add timing to regression tests [\#284](https://github.com/PrincetonUniversity/athena/pull/284) ([msbc](https://github.com/msbc))
112
+
- Add timing to regression tests [\#284](https://github.com/PrincetonUniversity/athena/pull/284) ([msbc](https://github.com/msbc))
59
113
- Throw error when reading HDF5 files with ghost zones if their number hasn't been specified. [\#280](https://github.com/PrincetonUniversity/athena/pull/280) ([msbc](https://github.com/msbc))
60
114
- Add user ability to specify names of libraries when linking [\#277](https://github.com/PrincetonUniversity/athena/pull/277) ([c-white](https://github.com/c-white))
61
115
- Remove MeshBlock dependency of FFTDriver [\#276](https://github.com/PrincetonUniversity/athena/pull/276) ([changgoo](https://github.com/changgoo))
0 commit comments