Recent Releases of mcbackend

mcbackend - v0.5.3

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pymc-devs/mcbackend/pull/105
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/106
  • Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/107
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/pymc-devs/mcbackend/pull/108
  • Bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/110
  • Upgrade Python versions (dropping 3.8, 3.9) by @michaelosthege in https://github.com/pymc-devs/mcbackend/pull/111
  • Fix an issue with empty preallocation by @alcrene in https://github.com/pymc-devs/mcbackend/pull/113
  • Add a Null backend by @alcrene in https://github.com/pymc-devs/mcbackend/pull/112
  • Bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/114
  • Bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/116
  • Bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/117
  • Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/118
  • Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/119
  • Bump betterproto from 2.0.0b6 to 2.0.0b7 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/115

New Contributors

  • @pre-commit-ci made their first contribution in https://github.com/pymc-devs/mcbackend/pull/105
  • @alcrene made their first contribution in https://github.com/pymc-devs/mcbackend/pull/113

Full Changelog: https://github.com/pymc-devs/mcbackend/compare/v0.5.2...v0.5.3

- Python
Published by michaelosthege about 1 year ago

mcbackend - v0.5.2

What's Changed

  • Bump actions/setup-python from 4.7.1 to 5.0.0 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/101
  • Fixed a bug in .to_inferencedata() that lead to empty InferenceData when loading data from PyMC >= 5.7.0 runs, by @michaelosthege in https://github.com/pymc-devs/mcbackend/pull/103

Full Changelog: https://github.com/pymc-devs/mcbackend/compare/v0.5.1...v0.5.2

- Python
Published by michaelosthege over 2 years ago

mcbackend - v0.5.1

Package updates

  • Add public variables to __all__ in main __init__.py by @thomasaarholt in https://github.com/pymc-devs/mcbackend/pull/92
  • Bump betterproto from 2.0.0b5 to 2.0.0b6 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/95
  • Recompile protos with betterproto 2.0.0b6 by @michaelosthege in https://github.com/pymc-devs/mcbackend/pull/97

Maintenance

  • Bump actions/setup-python from 4.5.0 to 4.6.0 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/91
  • Bump actions/setup-python from 4.6.0 to 4.6.1 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/94
  • Bump actions/setup-python from 4.6.1 to 4.7.0 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/96
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/98
  • Bump actions/setup-python from 4.7.0 to 4.7.1 by @dependabot in https://github.com/pymc-devs/mcbackend/pull/99
  • Bump to 0.5.1 by @michaelosthege in https://github.com/pymc-devs/mcbackend/pull/100

New Contributors

  • @thomasaarholt made their first contribution in https://github.com/pymc-devs/mcbackend/pull/92

Full Changelog: https://github.com/pymc-devs/mcbackend/compare/v0.5.0...v0.5.1

- Python
Published by michaelosthege over 2 years ago

mcbackend - v0.5.0

What's Changed

  • ⚠ Removed the PyMC adapter because McBackend is now supported by PyMC v5.1.1 directly by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/89

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.4.0...v0.5.0

- Python
Published by michaelosthege about 3 years ago

mcbackend - v0.4.0

Breaking changes

  • ⚠ Use -1 to indicate dynamically sized dimensions by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/85

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.3.0...v0.4.0

- Python
Published by michaelosthege over 3 years ago

mcbackend - v0.3.0

What's Changed

  • Bump actions/setup-python from 4.3.1 to 4.4.0 by @dependabot in https://github.com/michaelosthege/mcbackend/pull/76
  • Bump pymc from 5.0.0 to 5.0.1 by @dependabot in https://github.com/michaelosthege/mcbackend/pull/77
  • Bump actions/setup-python from 4.4.0 to 4.5.0 by @dependabot in https://github.com/michaelosthege/mcbackend/pull/78
  • Bump pymc from 5.0.1 to 5.0.2 by @dependabot in https://github.com/michaelosthege/mcbackend/pull/79
  • Remove experimental Streamlit app by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/82
  • Prefer covariant types for function parameters by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/83
  • Drop Aesara support and fix all currently detected type issues by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/84

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.2.7...v0.3.0

- Python
Published by michaelosthege over 3 years ago

mcbackend - v0.2.7

What's Changed

  • Backends now support the str dtype by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/75
  • Backends can now store the "warning" stat emitted by NUTS in PyMC >=4.3.0 by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/75

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.2.6...v0.2.7

- Python
Published by michaelosthege over 3 years ago

mcbackend - v0.2.6

What's Changed

  • PyMC v5.0.0 compatibility by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/71
  • Bugfixes for NumPy >=1.24.0 and ArviZ 0.14.0 compatibility by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/72

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.2.5...v0.2.6

- Python
Published by michaelosthege over 3 years ago

mcbackend - v0.2.5

What's Changed

  • Now testing with PyMC 4.4.0 by @dependabot in https://github.com/michaelosthege/mcbackend/pull/68
  • Give more informative errors for unsupported dtypes by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/69

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.2.4...v0.2.5

- Python
Published by michaelosthege over 3 years ago

mcbackend - v0.2.4

What's Changed

  • Test with Python 3.10, drop 3.7 by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/59
  • Bump pymc from 4.1.4 to 4.2.1
  • Fix encoding/decoding of F-ordered NumPy arrays by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/64

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.2.3...v0.2.4

- Python
Published by michaelosthege over 3 years ago

mcbackend - v0.2.3

What's Changed

  • Fix issues #56 and #37 by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/57

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.2.2...v0.2.3

- Python
Published by michaelosthege almost 4 years ago

mcbackend - v0.2.2

What's Changed

  • Use correct chain length when downloading rows by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/55

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.2.1...v0.2.2

- Python
Published by michaelosthege almost 4 years ago

mcbackend - v0.2.1

What's Changed

  • Bump betterproto from 2.0.0b4 to 2.0.0b5 by @dependabot in https://github.com/michaelosthege/mcbackend/pull/43

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.2.0...v0.2.1

- Python
Published by michaelosthege almost 4 years ago

mcbackend - v0.2.0

What's Changed

  • Added slc option to Chain.get_draws and get_stats which can be used to select subsets with higher performance by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/49 and https://github.com/michaelosthege/mcbackend/pull/51
  • Passing slice to get draws/stats more efficiently in to_inferencedata by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/52

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.1.3...v0.2.0

- Python
Published by michaelosthege almost 4 years ago

mcbackend - v0.1.3

What's Changed

  • Added .to_inferencedata(equalize_chain_lengths=True/False) option by @shakasaki and @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/46 and https://github.com/michaelosthege/mcbackend/pull/48

New Contributors

  • @shakasaki made their first contribution in https://github.com/michaelosthege/mcbackend/pull/46

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.1.2...v0.1.3

- Python
Published by michaelosthege almost 4 years ago

mcbackend - v0.1.2

What's Changed

  • Bump betterproto from 2.0.0b3 to 2.0.0b4 by @dependabot in https://github.com/michaelosthege/mcbackend/pull/33
  • Unpin NumPy and exact PyMC version in dev requirements by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/27
  • Bump actions/setup-python from 2 to 4.1.0 by @dependabot in https://github.com/michaelosthege/mcbackend/pull/36
  • Truncate retrieved arrays to chain length by @michaelosthege in https://github.com/michaelosthege/mcbackend/pull/39
  • Automatically combine equal-shaped arrays into an array with well-defined dtype in https://github.com/michaelosthege/mcbackend/commit/ec167a7aee8218dd33365c94118ee6a06efd76d8

New Contributors

  • @dependabot made their first contribution in https://github.com/michaelosthege/mcbackend/pull/33

Full Changelog: https://github.com/michaelosthege/mcbackend/compare/v0.1.1...v0.1.2

- Python
Published by michaelosthege almost 4 years ago

mcbackend - v0.1.1

Register for type checking as described by PEP 561.

- Python
Published by michaelosthege over 4 years ago

mcbackend - v0.1.0

This is the initial PyPI release.

- Python
Published by michaelosthege over 4 years ago