Gavin Wiggins
Gavin Wiggins
I plan to work on an aging model soon but the current version of the equivalent circuit model does not account for aging effects. Is there a particular aging model...
All code, tests, examples, and documentation related to fluidization have been moved to the tavy package. I'll share a link (in this issue) to the package once it's on GitHub.
The tavy package will be available at https://github.com/wigging/tavy
As of macOS 13, this can be accomplished in SwiftUI with the `navigationSplitViewColumnWidth` function. See the article I posted at https://gavinw.me/swift-macos/swiftui/twocol-navsplit.html for more details.
I like the idea. Are you suggesting adding this to the chemics package or making a separate repository for the dashboard? Related to this, I used Streamlit to make an...
@lucafaggianelli If everything is in the same repo, the UI dependencies could be made optional with `pip install chemics[ui]` otherwise you can do `pip install chemics` which doesn't install any...
@NoobixCube The link doesn't work because the repository is private. Once it's public then the link will work.
Just want to show my support for creating conda environments from a `pyproject.toml` file. When working on a Python project for a package, I use `environment.yml` to create the development...
@ZedThree I think something similar to the [conda_env/specs/requirements.py](https://github.com/conda/conda/blob/main/conda_env/specs/requirements.py) file would be needed for `pyproject.toml` support.
I suggest you use liionpack to model a battery pack: - https://github.com/pybamm-team/liionpack - https://liionpack.readthedocs.io/en/latest/