v2.0.0 - v2.1.0
v2.0.0
What's Changed
- Fix katmos planetary atmos not working at all by @jupyterkat in Putnam3145#51
- Graph-based adjacency refactor by @jupyterkat in Putnam3145#49
- All-in on graphmos by @Putnam3145 in Putnam3145#52
- Refactor bitflags to use bitflags crate by @jupyterkat in Putnam3145#53
- Redo katmos a bit by @jupyterkat in Putnam3145#54
- fix integer overflow & more by @jupyterkat in Putnam3145#55
- fixes blackbodies doing basically nothing, reorganizes projects by @jupyterkat in Putnam3145#56
- fixes crashes, add a parser for parse_gas_strings by @jupyterkat in Putnam3145#57
- parse_gas_string allows underscores by @jupyterkat in Putnam3145#58
v2.0.1 -- Reaction "fix"
A spurious check that runtimes if a reaction has no valid gas requirements was added. This is a problem, because it's actually intended behavior that reactions can have no valid gas requirements. I missed this in a review somewhere, that's my bad.
v2.1.0 -- Actual float reaction priorities
...Yeah, I actually need this for chem gases and since this is technically a feature I have to bump that number up. Isn't that funny?
Full Changelog: Putnam3145/auxmos@v1.1.2...v2.1.0