Recent Releases of electrolytes

electrolytes - v0.4.7

What's Changed

  • Fix code coverage reporting by @gerlero in https://github.com/microfluidica/electrolytes/pull/118
  • Apply extra Ruff rules by @gerlero in https://github.com/microfluidica/electrolytes/pull/119
  • Update .git-blame-ignore-revs by @gerlero in https://github.com/microfluidica/electrolytes/pull/120
  • Update README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/121

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.4.6...v0.4.7

- Python
Published by gerlero over 1 year ago

electrolytes - v0.4.6

What's Changed

  • Bump python from 3.12-slim to 3.13-slim by @dependabot in https://github.com/microfluidica/electrolytes/pull/107
  • Update ignore files by @gerlero in https://github.com/microfluidica/electrolytes/pull/108
  • Apply extra Ruff rules by @gerlero in https://github.com/microfluidica/electrolytes/pull/109
  • Update .git-blame-ignore-revs by @gerlero in https://github.com/microfluidica/electrolytes/pull/110
  • Fix test by @gerlero in https://github.com/microfluidica/electrolytes/pull/111
  • Update README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/112
  • Upload published assets to releases by @gerlero in https://github.com/microfluidica/electrolytes/pull/113
  • Fix publish workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/114
  • Fix publish workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/115
  • Fix publish workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/116
  • Revert publish workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/117

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.4.5...v0.4.6

- Python
Published by gerlero over 1 year ago

electrolytes - v0.4.5

What's Changed

  • Update README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/104
  • Switch to astral-sh/ruff-action by @gerlero in https://github.com/microfluidica/electrolytes/pull/105
  • Switch to uv for project management by @gerlero in https://github.com/microfluidica/electrolytes/pull/106

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.4.4...v0.4.5

- Python
Published by gerlero over 1 year ago

electrolytes - v0.4.4

What's Changed

  • Add extra Ruff rules by @gerlero in https://github.com/microfluidica/electrolytes/pull/99
  • Add .git-blame-ignore-revs file by @gerlero in https://github.com/microfluidica/electrolytes/pull/100
  • Bump docker/build-push-action from 5 to 6 by @dependabot in https://github.com/microfluidica/electrolytes/pull/101
  • Fix typing errors by @gerlero in https://github.com/microfluidica/electrolytes/pull/102
  • Test with Python 3.13 by @gerlero in https://github.com/microfluidica/electrolytes/pull/103

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.4.3...v0.4.4

- Python
Published by gerlero over 1 year ago

electrolytes - v0.4.3

What's Changed

  • Update typer requirement from <0.10,>=0.9.0 to >=0.9.0,<0.11 by @dependabot in https://github.com/microfluidica/electrolytes/pull/95
  • Update typer requirement from <0.11,>=0.9.0 to >=0.9.0,<0.13 by @dependabot in https://github.com/microfluidica/electrolytes/pull/96
  • Return self from database enter method by @gerlero in https://github.com/microfluidica/electrolytes/pull/98

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.4.2...v0.4.3

- Python
Published by gerlero about 2 years ago

electrolytes - v0.4.2

What's Changed

  • Use collections.abc module by @gerlero in https://github.com/microfluidica/electrolytes/pull/92
  • Drop unused import by @gerlero in https://github.com/microfluidica/electrolytes/pull/93
  • Use functools.singledispatchmethod for contains by @gerlero in https://github.com/microfluidica/electrolytes/pull/94

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.4.1...v0.4.2

- Python
Published by gerlero about 2 years ago

electrolytes - v0.4.1

What's Changed

  • Update filelock requirement by @gerlero in https://github.com/microfluidica/electrolytes/pull/91

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.4.0...v0.4.1

- Python
Published by gerlero about 2 years ago

electrolytes - v0.4.0

What's Changed

  • Bump actions/setup-python from 4 to 5 by @dependabot in https://github.com/microfluidica/electrolytes/pull/79
  • Update pytest requirement from ==7.* to >=7,<9 by @dependabot in https://github.com/microfluidica/electrolytes/pull/80
  • Bump peter-evans/dockerhub-description from 3 to 4 by @dependabot in https://github.com/microfluidica/electrolytes/pull/81
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/microfluidica/electrolytes/pull/82
  • Add CITATION.cff by @gerlero in https://github.com/microfluidica/electrolytes/pull/83
  • Update CI configuration by @gerlero in https://github.com/microfluidica/electrolytes/pull/84
  • Format code with Black by @gerlero in https://github.com/microfluidica/electrolytes/pull/85
  • Update Docker workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/86
  • Update CI workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/87
  • Update workflows by @gerlero in https://github.com/microfluidica/electrolytes/pull/88
  • Drop support for Python < 3.9 by @gerlero in https://github.com/microfluidica/electrolytes/pull/89
  • Fix publish workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/90

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.3.5...v0.4.0

- Python
Published by gerlero about 2 years ago

electrolytes - v0.3.5

What's Changed

  • Update Docker workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/70
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/microfluidica/electrolytes/pull/69
  • Bump docker/setup-qemu-action from 2 to 3 by @dependabot in https://github.com/microfluidica/electrolytes/pull/71
  • Bump docker/login-action from 2 to 3 by @dependabot in https://github.com/microfluidica/electrolytes/pull/72
  • Bump docker/build-push-action from 4 to 5 by @dependabot in https://github.com/microfluidica/electrolytes/pull/73
  • Bump docker/metadata-action from 4 to 5 by @dependabot in https://github.com/microfluidica/electrolytes/pull/74
  • Bump docker/setup-buildx-action from 2 to 3 by @dependabot in https://github.com/microfluidica/electrolytes/pull/75
  • Fix mypy errors by @gerlero in https://github.com/microfluidica/electrolytes/pull/78
  • Test with Python 3.12 by @gerlero in https://github.com/microfluidica/electrolytes/pull/77
  • Bump python from 3.11-slim to 3.12-slim by @dependabot in https://github.com/microfluidica/electrolytes/pull/76

New Contributors

  • @dependabot made their first contribution in https://github.com/microfluidica/electrolytes/pull/69

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.3.4...v0.3.5

- Python
Published by gerlero over 2 years ago

electrolytes - v0.3.4

What's Changed

  • Update README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/64
  • Update Docker Hub description workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/65
  • Update Docker Hub description workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/66
  • Update Docker workflows by @gerlero in https://github.com/microfluidica/electrolytes/pull/67
  • Install Bash completion for all users in Docker images by @gerlero in https://github.com/microfluidica/electrolytes/pull/68

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.3.3...v0.3.4

- Python
Published by gerlero over 2 years ago

electrolytes - v0.3.3

What's Changed

  • Fix typo in README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/62
  • Update electrolytes info output by @gerlero in https://github.com/microfluidica/electrolytes/pull/63

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.3.2...v0.3.3

- Python
Published by gerlero almost 3 years ago

electrolytes - v0.3.2

What's Changed

  • Update README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/52
  • Refactor file IO by @gerlero in https://github.com/microfluidica/electrolytes/pull/53
  • Fix CLI argument autocompletion by @gerlero in https://github.com/microfluidica/electrolytes/pull/54
  • Improve CLI app by @gerlero in https://github.com/microfluidica/electrolytes/pull/55
  • Update CLI tests by @gerlero in https://github.com/microfluidica/electrolytes/pull/56
  • Fix database contains implementation by @gerlero in https://github.com/microfluidica/electrolytes/pull/57
  • Remove unused import by @gerlero in https://github.com/microfluidica/electrolytes/pull/58
  • Allow exclusive access to database via context manager by @gerlero in https://github.com/microfluidica/electrolytes/pull/59
  • Fix electrolytes info UnboundLocalError by @gerlero in https://github.com/microfluidica/electrolytes/pull/60
  • Test database locking by @gerlero in https://github.com/microfluidica/electrolytes/pull/61

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.3.1...v0.3.2

- Python
Published by gerlero almost 3 years ago

electrolytes - v0.3.1

What's Changed

  • Remove now-unused type: ignore comments by @gerlero in https://github.com/microfluidica/electrolytes/pull/50
  • Update .dockerignore by @gerlero in https://github.com/microfluidica/electrolytes/pull/48
  • Improve database implementation by @gerlero in https://github.com/microfluidica/electrolytes/pull/49
  • Add .devcontainer.json by @gerlero in https://github.com/microfluidica/electrolytes/pull/47
  • Update PyPI workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/51

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.3.0...v0.3.1

- Python
Published by gerlero almost 3 years ago

electrolytes - v0.3.0

What's Changed

  • Update Docker workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/36
  • Use Annotated types with Typer and Pydantic by @gerlero in https://github.com/microfluidica/electrolytes/pull/37
  • Fix required options check for electrolytes add by @gerlero in https://github.com/microfluidica/electrolytes/pull/38
  • Update Constituent model by @gerlero in https://github.com/microfluidica/electrolytes/pull/39
  • Use mypy's strict mode by @gerlero in https://github.com/microfluidica/electrolytes/pull/40
  • Add py.typed file by @gerlero in https://github.com/microfluidica/electrolytes/pull/41
  • Get app name from package by @gerlero in https://github.com/microfluidica/electrolytes/pull/42
  • Update README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/44
  • Improve database implementation by @gerlero in https://github.com/microfluidica/electrolytes/pull/43
  • Fix format of user_constituents file by @gerlero in https://github.com/microfluidica/electrolytes/pull/45
  • Refactor database implementation by @gerlero in https://github.com/microfluidica/electrolytes/pull/46

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.2.4...v0.3.0

- Python
Published by gerlero almost 3 years ago

electrolytes - v0.2.4

What's Changed

  • Update Actions workflows by @gerlero in https://github.com/microfluidica/electrolytes/pull/27
  • Remove setup.py by @gerlero in https://github.com/microfluidica/electrolytes/pull/28
  • Add Docker support by @gerlero in https://github.com/microfluidica/electrolytes/pull/30
  • Update Docker Hub description action by @gerlero in https://github.com/microfluidica/electrolytes/pull/31
  • Update Actions workflows by @gerlero in https://github.com/microfluidica/electrolytes/pull/32
  • Update *ignore files by @gerlero in https://github.com/microfluidica/electrolytes/pull/33
  • Fix electrolytes info output by @gerlero in https://github.com/microfluidica/electrolytes/pull/34
  • Fix typos by @gerlero in https://github.com/microfluidica/electrolytes/pull/35

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.2.3...v0.2.4

- Python
Published by gerlero almost 3 years ago

electrolytes - v0.2.3

What's Changed

  • Update README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/23
  • Update project metadata by @gerlero in https://github.com/microfluidica/electrolytes/pull/24
  • Update package configuration by @gerlero in https://github.com/microfluidica/electrolytes/pull/26

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.2.2...v0.2.3

- Python
Published by gerlero almost 3 years ago

electrolytes - v0.2.2

What's Changed

  • Require Python 3.7 by @gerlero in https://github.com/microfluidica/electrolytes/pull/19
  • Update packaging by @gerlero in https://github.com/microfluidica/electrolytes/pull/18
  • Upgrade to Pydantic V2 by @gerlero in https://github.com/microfluidica/electrolytes/pull/20
  • Update dependency version ranges by @gerlero in https://github.com/microfluidica/electrolytes/pull/21
  • Update package metadata by @gerlero in https://github.com/microfluidica/electrolytes/pull/22
  • Update release workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/17

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.2.1...v0.2.2

- Python
Published by gerlero almost 3 years ago

electrolytes - v0.2.1

What's Changed

  • Configure Dependabot version updates by @gerlero in https://github.com/microfluidica/electrolytes/pull/14
  • Fix mypy errors by @gerlero in https://github.com/microfluidica/electrolytes/pull/15

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.2.0...v0.2.1

- Python
Published by gerlero almost 3 years ago

electrolytes - v0.2.0

What's Changed

  • Update CI workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/11
  • Update CI configuration by @gerlero in https://github.com/microfluidica/electrolytes/pull/12
  • Add support for arbitrary charge numbers by @gerlero in https://github.com/microfluidica/electrolytes/pull/13

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.1.2...v0.2.0

- Python
Published by gerlero over 3 years ago

electrolytes - v0.1.2

What's Changed

  • Update database file by @gerlero in https://github.com/microfluidica/electrolytes/pull/4
  • Fix typer deprecation warnings by @gerlero in https://github.com/microfluidica/electrolytes/pull/5
  • Update README.md by @gerlero in https://github.com/microfluidica/electrolytes/pull/7
  • Update CI configuration by @gerlero in https://github.com/microfluidica/electrolytes/pull/6
  • Update setup.cfg by @gerlero in https://github.com/microfluidica/electrolytes/pull/8
  • Update release workflow by @gerlero in https://github.com/microfluidica/electrolytes/pull/9
  • Update compatible typer versions by @gerlero in https://github.com/microfluidica/electrolytes/pull/10

Full Changelog: https://github.com/microfluidica/electrolytes/compare/v0.1.1...v0.1.2

- Python
Published by gerlero over 3 years ago

electrolytes -

- Python
Published by gerlero over 4 years ago

electrolytes - First release

- Python
Published by gerlero almost 5 years ago