Recent Releases of posydon
posydon - POSYDON v2.0.4
What's Changed
🐛 Bug fixes * [PATCH v2.0.4] Fix conditional import by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/682
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v2.0.3...v2.0.4
- Python
Published by sgossage 6 months ago
posydon - POSYDON v2.0.3
What's Changed
- [PATCH v2.0.3] Fixes to binarypopulation.py population saving functionality by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/676
- [PATCH v2.0.3] Updating Installation Docs by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/677
- [PATCH v2.0.3] Consistent star state naming in flow by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/678
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v2.0.2...v2.0.3
- Python
Published by astroJeff 6 months ago
posydon - POSYDON v2.0.2
What's Changed
🐛 Bug fixes
- [PATCH v2.0.2] Fixes to binarystar.py/binarypopulation.py for BinaryPopulation().evolve() functionality, Fix MB by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/664
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v2.0.1...v2.0.2
- Python
Published by maxbriel 6 months ago
posydon - POSYDON v2.0.1
What's Changed
🐛 Bug fixes
- doc build on POSYDON dev test by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/638
📚 Documentation
- installation docs: remove warnings that v2 and DR2 are not available by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/665
- Quickstart docs page by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/654
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v2.0.0...v2.0.1
- Python
Published by maxbriel 6 months ago
posydon - POSYDON v2.0.0
The POSYDON v2 code release and corresponds to the version associated with POSYDON Data Release 2 and the code paper (Andrews et al. 2025).
Known bugs
- Within the initial-final interpolation, we guarantee that correlated output parameters are consistent (mass, radius, luminosity). However, we do not ensure that the final mass of a star is smaller than its ZAMS mass (See #288 for more details).
- Classification. Different classifiers are independent and do not guarantee consistency between types. This means the
mt_historycan give a "stable mass transfer", butinterp_class_HMS_HMScan give "unstable mass transfer". These are independently categorised. Within the grids these are correct though and consistent, only in the initial-final interpolation this can happen. This also happens for the SN interpolation:CO_typeandSN_type. Consistency is not guaranteed.
What's Changed
- Cleaning obsolete variables by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/1
- Solved minor bug affecting initial_RLOF post CE systems by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/3
- Fix occasional duplicate saving in pop synth by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/2
- Reading initial mass from headers in singlestar grids by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/4
- migrate inlist submodule to new repository by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/6
- Update docs by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/7
- Fix default semplers to match population defaults by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/8
- Fix import datadownload in stepSN by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/9
- Rename GitHub repositories by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/14
- Update submodule inlists by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/15
- Repair submodules by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/22
- fix "x" and "+" marker size in 2D plots for matplotlib==3.5.0 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/19
- add missing flags for plot2D by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/27
- fix submission script for POSYDON v2 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/24
- fix initialRLOfix by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/28
- Further fixes on iniRLO by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/32
- Small update to BinaryPop by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/34
- Propagate documentation change from main by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/31
- Prevent grid post processing from breaking by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/33
- Compress mesa by @philipp-rajah in https://github.com/POSYDON-code/POSYDON/pull/29
- Allowing for missing profiles in single grids if requested. by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/36
- Support multi metallicity for v2 datasets by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/37
- Fix typo in posydon-run-grid by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/44
- Fixes in psy grid by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/46
- v2 grids post-processing pipeline by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/42
- Three new magnetic braking prescriptions in step_detached.py by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/43
- Zepei reverse logic by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/51
- Plot add PISN by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/50
- add PISN inlist commit for the opacity_max fix of v2 grids in the processing pipeline by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/59
- Fixed more dict syntax for kwargs in docs by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/53
- Fixed dict syntax for kwargs1, kwargs2 definitions by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/52
- some grid fixes by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/60
- Add slurm dependency by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/64
- Small changes in common function and matching post-MS to He in detached step by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/45
- GZIP support for files in MESA grids by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/23
- Bug fix: dependency by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/66
- isolated evolution step by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/35
- small changes to solve issues in accepted PR35 by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/74
- Updating modules to newest versions for python 3.11 by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/57
- Detection probability calculation by @michaelzevin in https://github.com/POSYDON-code/POSYDON/pull/82
- [insane PR 🤯] POSYDON v2 DCO population synthesis workflow by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/63
- Catch corrupted mesa files for creating a psygrid by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/72
- making some if statements clear by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/83
- adding profile interpolation by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/58
- Post processing pipeline prepare master ini by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/91
- Allow grid end at He depletion (for massive stars) by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/89
- Support arbitrary MODEL for double compact object rates by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/95
- Add support for post processing an arbitrary number of core-collapse models + introduce H envelope option to step_SN + v2 data pop synth debugged by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/70
- Initially single stars and merged isolated evolution by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/92
- Fixes to orbitalkick in stepSN by @chase-kimball in https://github.com/POSYDON-code/POSYDON/pull/39
- updates to profile interpolation by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/101
- Seth TPAGBwind pipeline by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/102
- Update step_SN.py by @devimisra in https://github.com/POSYDON-code/POSYDON/pull/108
- Update setup.py by @devimisra in https://github.com/POSYDON-code/POSYDON/pull/107
- Fix problems with missing histories by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/109
- Introducing GRB properties and rate calculations by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/103
- profile interpolation update by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/111
- Allowing for relative paths in the pipeline by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/113
- Update step_detached.py, corrected order of magnitude on RVJ83 [small fix] by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/114
- Fix coefficinent SFRH Neijssel+19 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/112
- Plot popsyn values over grid slices by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/115
- Add multi panel plots to plot2D by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/118
- fix grid post processing of WD and BH above PISN by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/119
- Fix missing Z values in case of missing history files by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/120
- Hdf5 refactor - data types for population output by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/88
- remove wrong code for kick in eccentric orbit by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/121
- Fix Typo in scrubbing.py by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/123
- Update binarypopulation.py by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/128
- Merge 124 and 125 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/126
- Konst removing init imports by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/132
- introducing stepCOHeMS_RLO by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/122
- add rerun type: thermohaline_mixing by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/136
- Vhd multiple by @WeneKouarfate in https://github.com/POSYDON-code/POSYDON/pull/139
- Create deploy-github-pages-unstable.yml by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/145
- Correcting the boolean logic in deciding single/binary evolution in the detached step by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/140
- Update deploy-github-pages-unstable.yml by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/146
- redirect keeps info from before by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/141
- changed the Thorne-Zytkow objects correctly to nonexistentcompanion… by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/142
- Update deploy-github-pages-unstable.yml by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/147
- TF2 remake and support reverse MT flag in TF12 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/137
- Single stars updates by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/110
- Introducing POSYDON v2 documentation by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/144
- Update deploy-github-pages.yml to point to development by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/172
- Using a child process to copy data from work to storage directory by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/157
- Concatenate fix for casting current scalar_names by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/167
- Add requested tutorials by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/169
- rewrite PSyGrid.rerun by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/176
- Minor edits on documentation by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/182
- Not printing metallicity value if verbose is False by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/180
- Removing duplicated code and simplifying if statements in CEE step by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/181
- Update README.md - dev by @tassos25 in https://github.com/POSYDON-code/POSYDON/pull/189
- Matthias documentation additions by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/166
- Upgrades on documentation makefile by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/186
- pipeline updates for reruns by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/177
- Synthetic Population: MPI removal + DataFrame fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/175
- Option for losing mass during cee that leads to merging by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/193
- Copy instead of move the work directory in case you need it later by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/207
- add casting to float64 to
orbital_separation_from_periodby @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/212 - Change loc call to list to always return a pandas.DataFrame by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/216
- Numerical precision fix failed by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/210
- rerun for He stars starting past ZAMS by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/227
- fixing issues for mismatched CC/RLO/S1/S2 output and S2 initially more massive by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/219
- Add error for returning to step_detached after leaving it. by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/222
- Fixing minor bugs that were coming up in population runs. by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/231
- HDF5 read fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/229
- Deepcopy
SimulationPropertiesby @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/233 - Hotfix for multi-metallicity runs by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/234
- Allow non-burning stars in MT by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/206
- minor bug fixes to profile interpolation by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/223
- Copy column list for MESA by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/228
- Add loop checks for other CO grids by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/239
- correct np.max function usage by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/250
- We can't use different criteria in MESA and POSYDON to detect the beginning of RLO by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/249
- CO and SN_type consistency checks by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/240
- Inhomogeneous binary array by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/251
- change itemsizes for eventf and masstransfercasef by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/253
- Tilt tracking by @chase-kimball in https://github.com/POSYDON-code/POSYDON/pull/129
- add 'stablereverseMT' and interpolation_class for CO by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/170
- String len in [step_names] columns by @dimsour94 in https://github.com/POSYDON-code/POSYDON/pull/257
- CO-H(e)MS period outside grid being failed fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/255
- Refinements in the
compress-mesatool by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/241 - Keeping the WD abundances for the step_merged by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/261
- Revert "add 'stablereverseMT' and interpolation_class for CO (#170)" by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/269
- Fix getcombinedtilt calculation by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/274
- Remove legacy code realte to integration to BSE by @tassos25 in https://github.com/POSYDON-code/POSYDON/pull/277
- Fixes in postprocessing by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/237
- Updates on running MESA grids by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/263
- Allows non-Roche lobe overflowing systems in the RLO grids by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/217
- Posydon error checking by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/287
- Update synthetic_population.py by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/293
- change name of slurm files by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/294
- Kicks on massless remnants by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/297
- Remove old and not used code: downsampling_report by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/301
- Add functions to read initial values from file by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/299
- Add extra hooks columns to binary.restore() by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/306
- Fixing unstable webdeployment by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/305
- More fixes in post-processing pipeline by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/281
- Added new rerun type: dedtenergyeqn by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/275
- Generalize and improve on compress MESA by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/289
- Population Analysis Framework Refactor by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/267
- Update absolute import support for ini files. by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/310
- Further change to make MESA's and POSYDON's RLO detection the same by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/317
- Fixes to error checking by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/320
- Rerun for He stars and rapid mass transfer (CO-HeMS and moderate mass ratio HMS-HMS) by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/313
- fix filenamaes in generated
slurm_submit.shfor popsynth by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/330 - Stretch the pipeline to avoid too busy filesystem by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/329
- Zepei fix interpolator by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/325
- Add correction for eccentric pre SN orbits for SNflag2 by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/316
- step_SN mass check; force manual calculation if not matching by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/324
- Update termination_flags.py by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/332
- Update common_functions.py by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/335
- put MESA condition back by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/334
- Update setup.py by @tassos25 in https://github.com/POSYDON-code/POSYDON/pull/336
- missing lambda in final values for CO-HeMS grids by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/338
- Podsiadlowski spelling + docstring by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/349
- Replace scipy.integrate.simps call with scipy.integrate.simpson call by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/344
- Add user modules by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/296
- Dynamical creation of export dirs by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/339
- Another place where we need to adjust the RLO condition by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/348
- Use correct PISN mass range by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/352
- IF interpolator
out_nan_keysas an input by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/342 - Keep abundaces in envelope at collapse & M4,mu4 values by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/340
- replace np.NaN and np.NAN by np.nan by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/357
- Fixing a small typo in grids IO module. by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/358
- matplotlib changes by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/322
- Add POSYDON Warnings by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/300
- new rerun types LBVwind and LBVwind+* by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/363
- Suport ZAMS binaries with initial eccentricity by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/337
- Fix RLO warnings in detached step by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/371
- Reruns with no age limit for low mass stars by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/372
- TransientPopulation overplot crash fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/374
- fix getredshiftfromcosmictime() function by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/381
- Replace job_start for running grids by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/380
- Add an escape option if value cannot be found in the single star grids by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/385
- Population() fix for large memory usage when reading files by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/386
- Initial RLO boundary limit by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/389
- Small Population fixes by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/390
- add catch to suppress python warning in detached step by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/392
- Add LBV_wind+dedt+hepulse rerun by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/393
- Add default value for orbital_scheme by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/394
- Fix hepulse rerun -- point mass variable storage seg. faults by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/396
- remove failed binary states from flow chart by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/391
- Relax number formating for mesa inputs by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/401
- Update IF_interpolation.py by @philipp-rajah in https://github.com/POSYDON-code/POSYDON/pull/399
- Limit numpy version by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/410
- Add "last" to TF12 for stable MT by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/405
- update profile interpolation for consistency with paper by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/397
- rename "strippedHeCoreHburning" state and add to flow chart by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/404
- allow double He-rich star binaries in RLO to merge by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/414
- update star states in step_SN by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/416
- Automatic testing of installation by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/425
- always initialize values for separation and orbital period in BinaryStar by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/426
- error catch for He-rich stars in RLO onto H-rich stars by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/423
- New normalizedpopmass.py file by @dimsour94 in https://github.com/POSYDON-code/POSYDON/pull/376
- Update README.md to include v2 paper by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/434
- update installation test to include M1 and intel chips for macos by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/428
- Add default legend titles based on the termination flag by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/432
- Change to release on publish by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/452
- Update publish-to-anaconda.yml by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/455
- small fix to BBH selection function by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/403
- Tutorial updates with recent PRs + feedback from collaboration meeting by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/406
- Failed merging by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/457
- Fix log vs log10 typo by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/460
- remove "redirect" steps from history dataframe by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/421
- Start to get unit tests back: utils by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/382
- typo correction: periodchangestabeMT -> periodchangestableMT by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/467
- PSygrid force int input by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/440
- Backpropagate changes on main/max_requirements into development by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/456
- update zenodo url and md5 by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/470
- error check for undefined states in BinaryStar by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/468
- Add missing import of ModelError by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/480
- No check for WD formation in double CE case by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/484
- handle H-rich RLO binaries and clarify verbosity of detached step by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/430
- Grid slice plotting system selection fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/475
- add missing binaries to UNDEFINED_STATES in flow chart by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/489
- Update issue templates by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/491
- Update installation-guide.rst to include note about adding conda-forge by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/495
- Protect runpsycrissequence, from misc imports by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/436
- add more dump_rate info to docs by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/500
- replace scipy interp1d with alternatives by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/433
- Add check + flip for decreasing arrays in new interpolators by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/502
- chi_eff NaN replace by 0 by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/501
- updating the data_download routines slightly by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/496
- Use of
PATH_*variables by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/505 - Fixes to Troubleshooting & FAQ Docs by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/517
- Add files to installation by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/526
- Fix logic flow in matching by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/521
- Add accretedHeShellHburning stars to flow by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/522
- Issues with undefined values of SN_MODELS by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/482
- replace isnan by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/527
- Fix logic for single star fraction population normalisation by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/509
- Pulsational Pair-Instability top-down mass loss approach by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/417
- Blandford-Znajek jet energy calculation by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/429
- Split popsyn plotting into separate components for future modularity by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/476
- Use information about dominating star in infermasstransfer_case by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/532
- Request higher sphinx version by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/536
- GitHub action fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/537
- Update MESA-grid tutorials by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/535
- Modular data download by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/507
- Decouple ECSN treatment from SN_MODELS by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/504
- Add WDs to inferstarstate by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/512
- Ensure python version 3.11 by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/541
- Upgrade setuptools by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/542
- Avoid massless remnants in detached binaries by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/548
- clarify populationparamsdefault.ini by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/544
- Add check for valid MODELS in posydon-setup-popsyn by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/545
- Add totalmassh1 and totalmasshe4 by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/529
- Add unit tests: grids by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/435
- Add unit test for getMODELNAME by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/553
- Mesa api doc by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/520
- Rename step9 to stepF by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/558
- Update test to install posydon extras by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/556
- FAQ about slow
condaby @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/551 - Unifying the code for finding grid boundaries and checking validity in case of ignored data. by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/271
- Add check that profile is well defined in SN by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/559
- Popsyn check & rescue script by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/550
- Allow any grid to start at RLO by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/569
- update docs: installation, processing pipeline, ML components by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/513
- Move bin code to utils: compress-mesa by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/564
- Update install_extras.yml by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/576
- fix install_extras github actions workflow by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/578
- POSYDON docs build multiple version + link them by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/554
- Hotfixes new documentation build by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/585
- posydon-popsyn multi-jobID fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/581
- Hotfix documentation-build again by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/588
- Fix fetching all tags of the repository by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/593
- Bump miniconda version to v3 and add proper bash shell initiation by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/594
- Change ECSN default to Tauris+15 by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/571
- Add supernova engine by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/597
- Add eccentricity as option for parsing grids by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/575
- Change output folder +
keep_historyproper phrasing by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/595 - F2 f population docs by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/525
- Change supernova models by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/598
- SFH bug fix, rewrite, and basic tests by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/543
- Update README.md by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/599
- Changes in the MESA documentation by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/524
- Re-writing step-CE for improved flow and logic by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/574
- Check for array-like data in
BinaryStar.to_df()in case of failed binaries by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/580 - Cancel signal alarm in case binary failed by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/608
- Documentation fixes by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/605
- Fix rescue resubmit merge job + exit gracefully if no resubmit necessary by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/609
- No test of maxnumberof_runs by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/617
- Add tutorial dataset name + placeholder information in dataset by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/612
- Update dataset definitions for v2 data release by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/604
- Change m2 minimum to 0.5, our DR2 HMS-HMS minimum mass by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/606
- change path of tutorial dataset by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/620
- Final Documentation PR by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/618
- version v2.0.0 by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/622
- Documentation fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/623
New Contributors
- @ka-rocha made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/34
- @philipp-rajah made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/29
- @celiotine made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/53
- @ezapartas made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/35
- @kasdaglie made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/57
- @michaelzevin made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/82
- @chase-kimball made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/39
- @devimisra made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/108
- @WeneKouarfate made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/139
- @dimsour94 made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/257
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v1.0.5...v2.0.0
- Python
Published by maxbriel 8 months ago
posydon - POSYDON v2.0.0
The POSYDON v2 code release and corresponds to the version associated with POSYDON Data Release 2 and the code paper (Andrews et al. 2025).
Known bugs
- Within the initial-final interpolation, we guarantee that correlated output parameters are consistent (mass, radius, luminosity). However, we do not ensure that the final mass of a star is smaller than its ZAMS mass (See #288 for more details).
- Classification. Different classifiers are independent and do not guarantee consistency between types. This means the
mt_historycan give a "stable mass transfer", butinterp_class_HMS_HMScan give "unstable mass transfer". These are independently categorised. Within the grids these are correct though and consistent, only in the initial-final interpolation this can happen. This also happens for the SN interpolation:CO_typeandSN_type. Consistency is not guaranteed.
What's Changed
- Cleaning obsolete variables by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/1
- Solved minor bug affecting initial_RLOF post CE systems by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/3
- Fix occasional duplicate saving in pop synth by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/2
- Reading initial mass from headers in singlestar grids by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/4
- migrate inlist submodule to new repository by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/6
- Update docs by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/7
- Fix default semplers to match population defaults by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/8
- Fix import datadownload in stepSN by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/9
- Rename GitHub repositories by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/14
- Update submodule inlists by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/15
- Repair submodules by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/22
- fix "x" and "+" marker size in 2D plots for matplotlib==3.5.0 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/19
- add missing flags for plot2D by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/27
- fix submission script for POSYDON v2 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/24
- fix initialRLOfix by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/28
- Further fixes on iniRLO by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/32
- Small update to BinaryPop by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/34
- Propagate documentation change from main by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/31
- Prevent grid post processing from breaking by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/33
- Compress mesa by @philipp-rajah in https://github.com/POSYDON-code/POSYDON/pull/29
- Allowing for missing profiles in single grids if requested. by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/36
- Support multi metallicity for v2 datasets by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/37
- Fix typo in posydon-run-grid by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/44
- Fixes in psy grid by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/46
- v2 grids post-processing pipeline by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/42
- Three new magnetic braking prescriptions in step_detached.py by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/43
- Zepei reverse logic by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/51
- Plot add PISN by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/50
- add PISN inlist commit for the opacity_max fix of v2 grids in the processing pipeline by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/59
- Fixed more dict syntax for kwargs in docs by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/53
- Fixed dict syntax for kwargs1, kwargs2 definitions by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/52
- some grid fixes by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/60
- Add slurm dependency by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/64
- Small changes in common function and matching post-MS to He in detached step by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/45
- GZIP support for files in MESA grids by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/23
- Bug fix: dependency by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/66
- isolated evolution step by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/35
- small changes to solve issues in accepted PR35 by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/74
- Updating modules to newest versions for python 3.11 by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/57
- Detection probability calculation by @michaelzevin in https://github.com/POSYDON-code/POSYDON/pull/82
- [insane PR 🤯] POSYDON v2 DCO population synthesis workflow by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/63
- Catch corrupted mesa files for creating a psygrid by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/72
- making some if statements clear by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/83
- adding profile interpolation by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/58
- Post processing pipeline prepare master ini by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/91
- Allow grid end at He depletion (for massive stars) by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/89
- Support arbitrary MODEL for double compact object rates by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/95
- Add support for post processing an arbitrary number of core-collapse models + introduce H envelope option to step_SN + v2 data pop synth debugged by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/70
- Initially single stars and merged isolated evolution by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/92
- Fixes to orbitalkick in stepSN by @chase-kimball in https://github.com/POSYDON-code/POSYDON/pull/39
- updates to profile interpolation by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/101
- Seth TPAGBwind pipeline by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/102
- Update step_SN.py by @devimisra in https://github.com/POSYDON-code/POSYDON/pull/108
- Update setup.py by @devimisra in https://github.com/POSYDON-code/POSYDON/pull/107
- Fix problems with missing histories by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/109
- Introducing GRB properties and rate calculations by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/103
- profile interpolation update by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/111
- Allowing for relative paths in the pipeline by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/113
- Update step_detached.py, corrected order of magnitude on RVJ83 [small fix] by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/114
- Fix coefficinent SFRH Neijssel+19 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/112
- Plot popsyn values over grid slices by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/115
- Add multi panel plots to plot2D by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/118
- fix grid post processing of WD and BH above PISN by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/119
- Fix missing Z values in case of missing history files by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/120
- Hdf5 refactor - data types for population output by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/88
- remove wrong code for kick in eccentric orbit by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/121
- Fix Typo in scrubbing.py by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/123
- Update binarypopulation.py by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/128
- Merge 124 and 125 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/126
- Konst removing init imports by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/132
- introducing stepCOHeMS_RLO by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/122
- add rerun type: thermohaline_mixing by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/136
- Vhd multiple by @WeneKouarfate in https://github.com/POSYDON-code/POSYDON/pull/139
- Create deploy-github-pages-unstable.yml by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/145
- Correcting the boolean logic in deciding single/binary evolution in the detached step by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/140
- Update deploy-github-pages-unstable.yml by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/146
- redirect keeps info from before by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/141
- changed the Thorne-Zytkow objects correctly to nonexistentcompanion… by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/142
- Update deploy-github-pages-unstable.yml by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/147
- TF2 remake and support reverse MT flag in TF12 by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/137
- Single stars updates by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/110
- Introducing POSYDON v2 documentation by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/144
- Update deploy-github-pages.yml to point to development by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/172
- Using a child process to copy data from work to storage directory by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/157
- Concatenate fix for casting current scalar_names by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/167
- Add requested tutorials by @ssbvr in https://github.com/POSYDON-code/POSYDON/pull/169
- rewrite PSyGrid.rerun by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/176
- Minor edits on documentation by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/182
- Not printing metallicity value if verbose is False by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/180
- Removing duplicated code and simplifying if statements in CEE step by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/181
- Update README.md - dev by @tassos25 in https://github.com/POSYDON-code/POSYDON/pull/189
- Matthias documentation additions by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/166
- Upgrades on documentation makefile by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/186
- pipeline updates for reruns by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/177
- Synthetic Population: MPI removal + DataFrame fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/175
- Option for losing mass during cee that leads to merging by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/193
- Copy instead of move the work directory in case you need it later by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/207
- add casting to float64 to
orbital_separation_from_periodby @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/212 - Change loc call to list to always return a pandas.DataFrame by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/216
- Numerical precision fix failed by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/210
- rerun for He stars starting past ZAMS by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/227
- fixing issues for mismatched CC/RLO/S1/S2 output and S2 initially more massive by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/219
- Add error for returning to step_detached after leaving it. by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/222
- Fixing minor bugs that were coming up in population runs. by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/231
- HDF5 read fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/229
- Deepcopy
SimulationPropertiesby @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/233 - Hotfix for multi-metallicity runs by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/234
- Allow non-burning stars in MT by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/206
- minor bug fixes to profile interpolation by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/223
- Copy column list for MESA by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/228
- Add loop checks for other CO grids by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/239
- correct np.max function usage by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/250
- We can't use different criteria in MESA and POSYDON to detect the beginning of RLO by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/249
- CO and SN_type consistency checks by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/240
- Inhomogeneous binary array by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/251
- change itemsizes for eventf and masstransfercasef by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/253
- Tilt tracking by @chase-kimball in https://github.com/POSYDON-code/POSYDON/pull/129
- add 'stablereverseMT' and interpolation_class for CO by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/170
- String len in [step_names] columns by @dimsour94 in https://github.com/POSYDON-code/POSYDON/pull/257
- CO-H(e)MS period outside grid being failed fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/255
- Refinements in the
compress-mesatool by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/241 - Keeping the WD abundances for the step_merged by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/261
- Revert "add 'stablereverseMT' and interpolation_class for CO (#170)" by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/269
- Fix getcombinedtilt calculation by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/274
- Remove legacy code realte to integration to BSE by @tassos25 in https://github.com/POSYDON-code/POSYDON/pull/277
- Fixes in postprocessing by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/237
- Updates on running MESA grids by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/263
- Allows non-Roche lobe overflowing systems in the RLO grids by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/217
- Posydon error checking by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/287
- Update synthetic_population.py by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/293
- change name of slurm files by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/294
- Kicks on massless remnants by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/297
- Remove old and not used code: downsampling_report by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/301
- Add functions to read initial values from file by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/299
- Add extra hooks columns to binary.restore() by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/306
- Fixing unstable webdeployment by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/305
- More fixes in post-processing pipeline by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/281
- Added new rerun type: dedtenergyeqn by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/275
- Generalize and improve on compress MESA by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/289
- Population Analysis Framework Refactor by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/267
- Update absolute import support for ini files. by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/310
- Further change to make MESA's and POSYDON's RLO detection the same by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/317
- Fixes to error checking by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/320
- Rerun for He stars and rapid mass transfer (CO-HeMS and moderate mass ratio HMS-HMS) by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/313
- fix filenamaes in generated
slurm_submit.shfor popsynth by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/330 - Stretch the pipeline to avoid too busy filesystem by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/329
- Zepei fix interpolator by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/325
- Add correction for eccentric pre SN orbits for SNflag2 by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/316
- step_SN mass check; force manual calculation if not matching by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/324
- Update termination_flags.py by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/332
- Update common_functions.py by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/335
- put MESA condition back by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/334
- Update setup.py by @tassos25 in https://github.com/POSYDON-code/POSYDON/pull/336
- missing lambda in final values for CO-HeMS grids by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/338
- Podsiadlowski spelling + docstring by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/349
- Replace scipy.integrate.simps call with scipy.integrate.simpson call by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/344
- Add user modules by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/296
- Dynamical creation of export dirs by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/339
- Another place where we need to adjust the RLO condition by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/348
- Use correct PISN mass range by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/352
- IF interpolator
out_nan_keysas an input by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/342 - Keep abundaces in envelope at collapse & M4,mu4 values by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/340
- replace np.NaN and np.NAN by np.nan by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/357
- Fixing a small typo in grids IO module. by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/358
- matplotlib changes by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/322
- Add POSYDON Warnings by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/300
- new rerun types LBVwind and LBVwind+* by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/363
- Suport ZAMS binaries with initial eccentricity by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/337
- Fix RLO warnings in detached step by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/371
- Reruns with no age limit for low mass stars by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/372
- TransientPopulation overplot crash fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/374
- fix getredshiftfromcosmictime() function by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/381
- Replace job_start for running grids by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/380
- Add an escape option if value cannot be found in the single star grids by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/385
- Population() fix for large memory usage when reading files by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/386
- Initial RLO boundary limit by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/389
- Small Population fixes by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/390
- add catch to suppress python warning in detached step by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/392
- Add LBV_wind+dedt+hepulse rerun by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/393
- Add default value for orbital_scheme by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/394
- Fix hepulse rerun -- point mass variable storage seg. faults by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/396
- remove failed binary states from flow chart by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/391
- Relax number formating for mesa inputs by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/401
- Update IF_interpolation.py by @philipp-rajah in https://github.com/POSYDON-code/POSYDON/pull/399
- Limit numpy version by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/410
- Add "last" to TF12 for stable MT by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/405
- update profile interpolation for consistency with paper by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/397
- rename "strippedHeCoreHburning" state and add to flow chart by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/404
- allow double He-rich star binaries in RLO to merge by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/414
- update star states in step_SN by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/416
- Automatic testing of installation by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/425
- always initialize values for separation and orbital period in BinaryStar by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/426
- error catch for He-rich stars in RLO onto H-rich stars by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/423
- New normalizedpopmass.py file by @dimsour94 in https://github.com/POSYDON-code/POSYDON/pull/376
- Update README.md to include v2 paper by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/434
- update installation test to include M1 and intel chips for macos by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/428
- Add default legend titles based on the termination flag by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/432
- Change to release on publish by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/452
- Update publish-to-anaconda.yml by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/455
- small fix to BBH selection function by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/403
- Tutorial updates with recent PRs + feedback from collaboration meeting by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/406
- Failed merging by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/457
- Fix log vs log10 typo by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/460
- remove "redirect" steps from history dataframe by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/421
- Start to get unit tests back: utils by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/382
- typo correction: periodchangestabeMT -> periodchangestableMT by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/467
- PSygrid force int input by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/440
- Backpropagate changes on main/max_requirements into development by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/456
- update zenodo url and md5 by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/470
- error check for undefined states in BinaryStar by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/468
- Add missing import of ModelError by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/480
- No check for WD formation in double CE case by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/484
- handle H-rich RLO binaries and clarify verbosity of detached step by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/430
- Grid slice plotting system selection fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/475
- add missing binaries to UNDEFINED_STATES in flow chart by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/489
- Update issue templates by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/491
- Update installation-guide.rst to include note about adding conda-forge by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/495
- Protect runpsycrissequence, from misc imports by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/436
- add more dump_rate info to docs by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/500
- replace scipy interp1d with alternatives by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/433
- Add check + flip for decreasing arrays in new interpolators by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/502
- chi_eff NaN replace by 0 by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/501
- updating the data_download routines slightly by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/496
- Use of
PATH_*variables by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/505 - Fixes to Troubleshooting & FAQ Docs by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/517
- Add files to installation by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/526
- Fix logic flow in matching by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/521
- Add accretedHeShellHburning stars to flow by @celiotine in https://github.com/POSYDON-code/POSYDON/pull/522
- Issues with undefined values of SN_MODELS by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/482
- replace isnan by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/527
- Fix logic for single star fraction population normalisation by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/509
- Pulsational Pair-Instability top-down mass loss approach by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/417
- Blandford-Znajek jet energy calculation by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/429
- Split popsyn plotting into separate components for future modularity by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/476
- Use information about dominating star in infermasstransfer_case by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/532
- Request higher sphinx version by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/536
- GitHub action fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/537
- Update MESA-grid tutorials by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/535
- Modular data download by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/507
- Decouple ECSN treatment from SN_MODELS by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/504
- Add WDs to inferstarstate by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/512
- Ensure python version 3.11 by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/541
- Upgrade setuptools by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/542
- Avoid massless remnants in detached binaries by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/548
- clarify populationparamsdefault.ini by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/544
- Add check for valid MODELS in posydon-setup-popsyn by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/545
- Add totalmassh1 and totalmasshe4 by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/529
- Add unit tests: grids by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/435
- Add unit test for getMODELNAME by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/553
- Mesa api doc by @kasdaglie in https://github.com/POSYDON-code/POSYDON/pull/520
- Rename step9 to stepF by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/558
- Update test to install posydon extras by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/556
- FAQ about slow
condaby @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/551 - Unifying the code for finding grid boundaries and checking validity in case of ignored data. by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/271
- Add check that profile is well defined in SN by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/559
- Popsyn check & rescue script by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/550
- Allow any grid to start at RLO by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/569
- update docs: installation, processing pipeline, ML components by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/513
- Move bin code to utils: compress-mesa by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/564
- Update install_extras.yml by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/576
- fix install_extras github actions workflow by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/578
- POSYDON docs build multiple version + link them by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/554
- Hotfixes new documentation build by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/585
- posydon-popsyn multi-jobID fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/581
- Hotfix documentation-build again by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/588
- Fix fetching all tags of the repository by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/593
- Bump miniconda version to v3 and add proper bash shell initiation by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/594
- Change ECSN default to Tauris+15 by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/571
- Add supernova engine by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/597
- Add eccentricity as option for parsing grids by @ka-rocha in https://github.com/POSYDON-code/POSYDON/pull/575
- Change output folder +
keep_historyproper phrasing by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/595 - F2 f population docs by @ZepeiX in https://github.com/POSYDON-code/POSYDON/pull/525
- Change supernova models by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/598
- SFH bug fix, rewrite, and basic tests by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/543
- Update README.md by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/599
- Changes in the MESA documentation by @ezapartas in https://github.com/POSYDON-code/POSYDON/pull/524
- Re-writing step-CE for improved flow and logic by @astroJeff in https://github.com/POSYDON-code/POSYDON/pull/574
- Check for array-like data in
BinaryStar.to_df()in case of failed binaries by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/580 - Cancel signal alarm in case binary failed by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/608
- Documentation fixes by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/605
- Fix rescue resubmit merge job + exit gracefully if no resubmit necessary by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/609
- No test of maxnumberof_runs by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/617
- Add tutorial dataset name + placeholder information in dataset by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/612
- Update dataset definitions for v2 data release by @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/604
- Change m2 minimum to 0.5, our DR2 HMS-HMS minimum mass by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/606
- change path of tutorial dataset by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/620
- Final Documentation PR by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/618
- version v2.0.0 by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/622
- Documentation fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/623
New Contributors
- @ka-rocha made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/34
- @philipp-rajah made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/29
- @celiotine made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/53
- @ezapartas made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/35
- @kasdaglie made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/57
- @michaelzevin made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/82
- @chase-kimball made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/39
- @devimisra made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/108
- @WeneKouarfate made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/139
- @dimsour94 made their first contribution in https://github.com/POSYDON-code/POSYDON/pull/257
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v1.0.5...v2.0.0
- Python
Published by maxbriel 8 months ago
posydon - POSYDON v2.0.0-pre2
What's Changed
- Add files to installation for conda installation/packaging by @maxbriel and @mkruckow in https://github.com/POSYDON-code/POSYDON/pull/539
- Version bump
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v2.0.0-pre1...v2.0.0-pre2
- Python
Published by maxbriel 12 months ago
posydon - POSYDON v2.0.0-pre1
This is the prerelease of the POSYDON v2 code, as described in Andrews et al. (submitted). It contains major changes compared to the POSYDON v1.0.4 code.
Note that the grid releases are different from the code releases! Multi-metallicity POSYDON MESA grids will be released with the full POSYDON v2 code release. We have reprocessed the v1 datasets for use with this prerelease. See Zenodo for details on these datasets.
POSYDON v1 grids for v2 code https://zenodo.org/records/14205146
POSYDON v1 super-Eddington accretion grid for v2 code https://zenodo.org/records/14216817
What's Changed
- POSYDON v2.0.0-pre1 by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/451
- Update meta.yaml to 2.0.0.pre1 by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/473
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v1.0.4...v2.0.0-pre1
- Python
Published by maxbriel about 1 year ago
posydon - POSYDON v1.0.4
No major functional changes to the v1 code, which is described in: Fragos et al. (2023) ApJS, 264, 45. DOI: 10.3847/1538-4365/ac90c1 arXiv:2202.05892
Documentation for POSYDON v1 code can be found here.
What's Changed
- Adding an option to create a VH diagram w/ BinaryStar objects by @sgossage in https://github.com/POSYDON-code/POSYDON/pull/158
- Update README.md - main by @tassos25 in https://github.com/POSYDON-code/POSYDON/pull/188
- V1 python_utils fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/191
- Update V1 conda setup by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/199
- Updates in installation instructions in the V1 documentation by @kkovlakas in https://github.com/POSYDON-code/POSYDON/pull/201
- conda_v1 fix by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/266
- Update publish-to-anaconda.yml by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/270
- update v1 for scikit-learn version by @elizabethteng in https://github.com/POSYDON-code/POSYDON/pull/292
- Update conda version number by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/304
- Change installation instructions to specifically request v1.0.4 by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/450
- Update publish-to-anaconda.yml by @maxbriel in https://github.com/POSYDON-code/POSYDON/pull/454
Full Changelog: https://github.com/POSYDON-code/POSYDON/compare/v1.0.0...v1.0.4
- Python
Published by maxbriel over 1 year ago
posydon - POSYDON v1.0.0
Code release associated with Fragos et al. (2023) ApJS, 264, 45. DOI: 10.3847/1538-4365/ac90c1 arXiv:2202.05892
- Python
Published by ssbvr about 3 years ago