yellowbean / Hastructure

ABS/MBS cashflow engine written in Haskell, with API to Python and C/Java (on the way)
https://deal-bench.xyz
Other
16 stars 4 forks source link

0.29.x #206

Closed yellowbean closed 3 weeks ago

Orangemaple23 commented 1 month ago

Hi @yellowbean, would it be possible to bump up absbox python version to 0.29 or release an official 0.28.xx release on docker? The last released version on docker a0.23.2, would be grateful if you could publish a 0.28.xx version. Thanks in advance!

yellowbean commented 1 month ago

Hi @yellowbean, would it be possible to bump up absbox python version to 0.29 or release an official 0.28.xx release on docker? The last released version on docker a0.23.2, would be grateful if you could publish a 0.28.xx version. Thanks in advance!

0.28.xx release is in docker hub.

docker pull yellowbean/hastructure:latest

should retrieve latest 0.28.21 . ( the production version) , which shall just fine with latest wrapper in Pypi repository

0.29.x is a break changes. which introduces

While the Python wrapper can't release till both two features done.

Orangemaple23 commented 1 month ago

Hi @yellowbean, would it be possible to bump up absbox python version to 0.29 or release an official 0.28.xx release on docker? The last released version on docker a0.23.2, would be grateful if you could publish a 0.28.xx version. Thanks in advance!

0.28.xx release is in docker hub.

docker pull yellowbean/hastructure:latest

should retrieve latest 0.28.21 . ( the production version) , which shall just fine with latest wrapper in Pypi repository

0.29.x is a break changes. which introduces

  • conditional issuance of bonds (done in engine but not exposed in Python)
  • warehouse lending analytics. (working in process )

While the Python wrapper can't release till both two features done.

Understood, thank you! Although I think it would be useful to have some releases from a0.23.2 to the latest production version 0.28.21.