Releases: tardis-sn/tardis
Releases · tardis-sn/tardis
TARDIS v3.0.dev3497
Changes:
- 307611e Temporarily fetch refdata from GDrive (#1267)
- a7ec390 add GIT_LFS_SMUDGE (#1265)
- a3e202d Update package versions (#1262)
- 8d31e09 Update governance.rst
- f75fe6d Update CODE_OF_CONDUCT.md
- 51986eb Update governance.rst
- d79ed82 Create GOVERNANCE.md
- 6a37051 Fix typos
- 91ad675 Clean up status badge display (#1263)
- b0969e1 Add governance document (#1261)
This list of changes was auto generated.
TARDIS v3.0.dev3487
TARDIS v3.0.dev3484
Changes:
- 74ae0fe [MRG] Using Mamba in Pipelines (#1210)
- 56f6acd Add new Contribution guidelines (#1237)
- e2ea846 code of conduct symlink (#1238)
- 210f89d TARDIS Code of Conduct (#1234)
- 2c68286 Update of the Governance model (#1233)
- 6095cea Roadmap Documentation Page (#1231)
- cd35df9 Update base.py (#1227)
This list of changes was auto generated.
TARDIS v3.0.dev3477
Changes:
- 2599b0c Move and rename coverage file (#1218)
- 7259178 Merge pull request #1224 from wkerzendorf/docs/fix_mission_contributing
- b57a8c4 Added better mission statement
- abfbd48 Change
pytestconfig
torequest.config
(#1190) - 7182b0b Update index.rst (#1219)
This list of changes was auto generated.
TARDIS v3.0.dev3472
Changes:
- f47075d Minor changes to the environment file and cleanup (#1203)
- 5a2f995 add sashank27 orcid (#1209)
- 59984d6 add git-blame-ignore for code style black Changes (#1207)
- 3297d26 Code style black (#1201)
- e8ab660 Added jaladh-singhal's orcid (#1200)
- bf630d8 Add jordi's ORCID id and mail
- cb98efd Update .orcid.csv
- 95a6b36 add arjun's name to the ORCID list (#1197)
- 19beeec Create a new subpackage for jupyter-widgets and add shell info widgets (#1166)
This list of changes was auto generated.
TARDIS v3.0.dev3463
TARDIS v3.0.dev3459
TARDIS v3.0.dev3458
Changes:
- 6056f3b Remove test pipeline (#1180)
- d829b1c update doc page to a notebook (#1153)
- 75f9286 Fix the Plasma tests (#1150)
- 307f326 Update zenodo.json [skip ci]
- 92f2f05 Fix Jack O`Brien and Jordi Eguren author names (#1178)
- 3783226 Changed a print from python 2 to python 3 (#1171)
- 5cf3786 Merge pull request #1165 from Rodot-/fix_callbacks
- a87816c Updated the index to link to the callback tutorial
- 51cb29a Added a small tutorial for using callbacks with run_tardis
- f4da454 Added *unpacking to the callback setting so that callbacks can be defined with default arguments
This list of changes was auto generated.
TARDIS v3.0.dev3448
Changes:
- 9dee5b1 Merge pull request #1173 from epassaro/fix-plasma-tests
- 9cd1787 Skip GUI test by removing QT_API env variable
- f637bfc Fix Qt GUI test
- 25c234b Reverting change from #1141
- 675895f add checkpoint to PR template checklist (#1168)
- 8236047 Remove duplicated export (#1162)
This list of changes was auto generated.
TARDIS v3.0.dev3442
Changes:
- b16b1ed Fixed crash when integrating in parallel. Crash was previously caused by a double free error. Removing the last call to free caused the spectrum to be computed incorrectly, indicating that the structure of the parallelism was at fault. I removed the firstprivate declaration from the first call to omp parallel as there was no need to make copies of the pointers for each thread (was this even a reasonable thing to do since each thread would have to reallocate the arrays anyway?). There also did not appear to be any need to maintain copies of L or exp_tau for each thread. I then moved the last call to free outside of the parallel section. So now there is no memory allocation or deallocation of L or exp_tau in a parallel block, and exp_tau is freed only once as it should be (#1159)
- cddd9a6 add codecov to azure pipelines (#1155)
- d47f1ba Update .mailmap (#1157)
This list of changes was auto generated.