Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
39ab589
adding simply bin pop test script to start with
sgossage Dec 17, 2025
6192a1c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 17, 2025
ca27614
[feat] Adding 2025 school data download command + docs page update (#…
sgossage Jan 8, 2026
ceb6745
[fix] `BinaryPopulation` .ini file metallicity handling (#777)
sgossage Jan 8, 2026
fd9ad0e
[fix] Making it so `SimulationProperties` accepts arbitrary `kwargs` …
sgossage Jan 8, 2026
6cdc554
automate conda version by extracting it from setup.py
maxbriel Jan 8, 2026
3f31405
use get method
maxbriel Jan 8, 2026
6498f5d
[fix] Use `metallicities` instead of `metallicity` in popsyn CLI (#781)
sgossage Jan 10, 2026
d3bdee9
Merge branch 'main' into mb_automatic_conda_version
sgossage Jan 13, 2026
f74af54
Merge pull request #782 from POSYDON-code/mb_automatic_conda_version
astroJeff Feb 5, 2026
0b0cdb2
append solver time to binary.time
maxbriel Feb 7, 2026
69626b9
change to integration to t0->max_time instead of 0 to max_time-t0
maxbriel Feb 10, 2026
6f70801
Merge pull request #795 from POSYDON-code/mb_co_contact_fix
astroJeff Feb 12, 2026
f830ba5
[fix] Update package version in meta.yaml and fix unit test (#804)
maxbriel Feb 13, 2026
2ce82b4
combine solver solution with time offset
maxbriel Feb 17, 2026
3d58573
also add class to single ouput to shift 't'
maxbriel Feb 17, 2026
f953bed
cleanup
maxbriel Feb 17, 2026
92a40ed
further cleanup
maxbriel Feb 17, 2026
a8ae7ee
add normalisation for km->Rsun
maxbriel Feb 17, 2026
c12dfe5
missed change
maxbriel Feb 17, 2026
8be6060
remove unit transofmration
maxbriel Feb 17, 2026
3b1c69f
add t0 before adding solution
maxbriel Feb 17, 2026
c0aa1c8
adapting CO step rewrite to better handle time
sgossage Feb 19, 2026
c1934d8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 19, 2026
f3ac841
remove Decimal and mpmath
sgossage Feb 19, 2026
a3b66d2
Merge branch 'sg_dco_fix' of github.com:POSYDON-code/POSYDON into sg_…
sgossage Feb 19, 2026
ece2b5d
remove other Decimal import
sgossage Feb 19, 2026
8dc38d9
remove other mpmath
sgossage Feb 19, 2026
b64b401
add logic to detect if multiple dco history steps and update only ent…
sgossage Feb 19, 2026
e393f2b
fix logic to check post evo time history
sgossage Feb 19, 2026
385c885
re-add binary.time offset after evolution complete...very clunky but …
sgossage Feb 20, 2026
b1cc0cd
revert n_o_steps_history to old behavior and simplify a bit
sgossage Feb 20, 2026
af3e103
simplify final time adjustment using real_time array
sgossage Feb 21, 2026
0c1208d
cleaning up
sgossage Feb 21, 2026
741fc70
remove debug outputs
sgossage Feb 21, 2026
79bf94b
add guard to not adjust final age if real_time array is only length 1…
sgossage Feb 22, 2026
eef4061
Merge branch 'main' into sg_binpop_test_suite
sgossage Feb 23, 2026
36e0f23
move batches directory creation to save method in BinaryPopulation so…
sgossage Feb 24, 2026
3a04f17
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 24, 2026
0d74c05
Merge pull request #810 from POSYDON-code/sg_dco_fix
astroJeff Feb 27, 2026
743f374
update POSYDON version
maxbriel Feb 27, 2026
2879e25
Merge pull request #812 from POSYDON-code/mb_posydon_version-1
astroJeff Feb 27, 2026
a2c0198
Merge branch 'main' into sg_binpop_test_suite
sgossage Feb 28, 2026
6021818
revert creation of batches directory to occur in _safe_evolve, as bef…
sgossage Feb 28, 2026
aa1b204
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Feb 28, 2026
ea3ee36
adding some tests to compare binaries from populations
sgossage Mar 6, 2026
c0f29b0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 6, 2026
e1ba00c
adding rng to rejection sampler, etc. for testing
sgossage Mar 8, 2026
d6e0a1b
updating ini files a bit
sgossage Mar 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "posydon" %}
{% set version = "2.2.2" %}
{% set version = "2.2.6" %}

package:
name: "{{ name|lower }}"
Expand Down
768 changes: 768 additions & 0 deletions dev-tools/script_data/binaries_suite.py

Large diffs are not rendered by default.

Loading
Loading