Recent Releases of evolver-ng

evolver-ng - v0.1.0

What's Changed

  • bootstrapping package from template by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/6
  • Bump sphinx-automodapi from 0.16.0 to 0.17.0 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/9
  • Dependency updates by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/13
  • Bump uvicorn[standard] from 0.27.1 to 0.29.0 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/18
  • Bump ruff from 0.2.2 to 0.3.4 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/17
  • Bump build from 1.1.1 to 1.2.1 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/16
  • Bump pytest from 8.0.2 to 8.1.1 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/14
  • Bump bandit from 1.7.7 to 1.7.8 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/15
  • boostrap framework by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/7
  • Bug fix - move mutable class parameters by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/23
  • Add missing dependencies by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/32
  • Add very bottom base classes by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/37
  • Rename adapter -> controller by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/31
  • Use pydantic.ImportString by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/40
  • Use pydantic-settings framework by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/41
  • Add Connection interface layer by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/33
  • Fix bug in api docs generation caused by pydantic ImportString by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/49
  • Readme update by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/50
  • Bump pytest from 8.1.1 to 8.2.0 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/58
  • Group dependabot PRs by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/61
  • Bump the all-minor-and-patch-dependency-updates group with 7 updates by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/62
  • Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/63
  • Allow overrides when calling ConfigDescriptor.create() by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/52
  • Add chemostat controller implementation by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/65
  • Fix serial is_open check and response exception by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/68
  • Make all config fields required for app update_config path func by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/71
  • Bump the all-minor-and-patch-dependency-updates group with 7 updates by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/78
  • Add config file handling in app by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/74
  • Refactor usage of creation pattern. by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/73
  • Add formatter by @ryanhausen in https://github.com/ssec-jhu/evolver-ng/pull/81
  • Don't duplicate log handlers by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/83
  • Add classinfo query to schema endpoint by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/77
  • Add initial OD sensor implementation by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/72
  • Use tox -e check-style in pre-push git hook by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/87
  • Add temp sensor and serial device test suite by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/89

New Contributors

  • @amitschang made their first contribution in https://github.com/ssec-jhu/evolver-ng/pull/6
  • @dependabot made their first contribution in https://github.com/ssec-jhu/evolver-ng/pull/9
  • @ryanhausen made their first contribution in https://github.com/ssec-jhu/evolver-ng/pull/81

Full Changelog: https://github.com/ssec-jhu/evolver-ng/commits/v0.0.1

What's Changed

  • bootstrapping package from template by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/6
  • Bump sphinx-automodapi from 0.16.0 to 0.17.0 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/9
  • Dependency updates by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/13
  • Bump uvicorn[standard] from 0.27.1 to 0.29.0 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/18
  • Bump ruff from 0.2.2 to 0.3.4 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/17
  • Bump build from 1.1.1 to 1.2.1 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/16
  • Bump pytest from 8.0.2 to 8.1.1 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/14
  • Bump bandit from 1.7.7 to 1.7.8 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/15
  • boostrap framework by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/7
  • Bug fix - move mutable class parameters by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/23
  • Add missing dependencies by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/32
  • Add very bottom base classes by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/37
  • Rename adapter -> controller by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/31
  • Use pydantic.ImportString by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/40
  • Use pydantic-settings framework by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/41
  • Add Connection interface layer by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/33
  • Fix bug in api docs generation caused by pydantic ImportString by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/49
  • Readme update by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/50
  • Bump pytest from 8.1.1 to 8.2.0 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/58
  • Group dependabot PRs by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/61
  • Bump the all-minor-and-patch-dependency-updates group with 7 updates by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/62
  • Bump pytest-cov from 4.1.0 to 5.0.0 by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/63
  • Allow overrides when calling ConfigDescriptor.create() by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/52
  • Add chemostat controller implementation by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/65
  • Fix serial is_open check and response exception by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/68
  • Make all config fields required for app update_config path func by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/71
  • Bump the all-minor-and-patch-dependency-updates group with 7 updates by @dependabot in https://github.com/ssec-jhu/evolver-ng/pull/78
  • Add config file handling in app by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/74
  • Refactor usage of creation pattern. by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/73
  • Add formatter by @ryanhausen in https://github.com/ssec-jhu/evolver-ng/pull/81
  • Don't duplicate log handlers by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/83
  • Add classinfo query to schema endpoint by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/77
  • Add initial OD sensor implementation by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/72
  • Use tox -e check-style in pre-push git hook by @jamienoss in https://github.com/ssec-jhu/evolver-ng/pull/87
  • Add temp sensor and serial device test suite by @amitschang in https://github.com/ssec-jhu/evolver-ng/pull/89

New Contributors

  • @amitschang made their first contribution in https://github.com/ssec-jhu/evolver-ng/pull/6
  • @dependabot made their first contribution in https://github.com/ssec-jhu/evolver-ng/pull/9
  • @ryanhausen made their first contribution in https://github.com/ssec-jhu/evolver-ng/pull/81

Full Changelog: https://github.com/ssec-jhu/evolver-ng/commits/v0.1.0

- Python
Published by jamienoss over 1 year ago