This release fixes an issue with the new Tweet functionality.
In short, the logic checking for None values in the market.sim_day
iterator was written incorrectly, causing only Orders with corresponding Tweets to get through to the output. This release improves the logic so all Orders get through, and only a portion of orders will have corresponding Tweets.
I also experimented with using LLMs to generate tweets, and while the results were great. It's just not tenable for now in terms of cost and speed given the volume. Will continue noodling on this though.