Skip to content

Releases: openforecast-org/smooth

v1.0.8-py

Choose a tag to compare

@github-actions github-actions released this 27 Aug 08:50

Installation

pip install smooth

Verification

Wheels are signed with Sigstore and ship with PEP 740 attestations — SLSA Build Level 3 provenance. Verify a downloaded wheel:

pip install pypi-attestations
pypi-attestations verify pypi --repository https://github.com/openforecast-org/smooth smooth-*.whl

What's Changed

See the auto-generated release notes below.

What's Changed

Full Changelog: v1.0.5...v1.0.8

v1.0.7-py

Choose a tag to compare

@github-actions github-actions released this 24 Jul 08:00

Installation

pip install smooth

Verification

Wheels are signed with Sigstore and ship with PEP 740 attestations — SLSA Build Level 3 provenance. Verify a downloaded wheel:

pip install pypi-attestations
pypi-attestations verify pypi --repository https://github.com/openforecast-org/smooth smooth-*.whl

What's Changed

See the auto-generated release notes below.

Full Changelog: v1.0.6-py...v1.0.7-py

v1.0.6-py

Choose a tag to compare

@github-actions github-actions released this 20 Jun 18:24

Installation

pip install smooth

Verification

Wheels are signed with Sigstore and ship with PEP 740 attestations — SLSA Build Level 3 provenance. Verify a downloaded wheel:

pip install pypi-attestations
pypi-attestations verify pypi --repository https://github.com/config-i1/smooth smooth-*.whl

What's Changed

See the auto-generated release notes below.

What's Changed

  • Occurrence model
  • CES
  • Simulation functions

More details:

Full Changelog: v1.0.5...v1.0.6-py

Refit, reapply, and more

Choose a tag to compare

@github-actions github-actions released this 28 May 16:43

What's Changed

  • Reapply & reforecast in Python + standard losses in OM/OMG by @config-i1 in #394
  • OM now has sigma and scale
  • multicov method for ADAM, ES, MSARIMA, OM, OMG
  • Single-step losses for OM/OMG (such as MAE, MSE etc). + Custom loss support
  • Updates in the hessian - now it uses relative steps
  • "complete" and "confidence" intervals in ADAM.predict()
  • Some bugfixes

Full Changelog: v1.0.4-py...v1.0.5-py

Installation

pip install smooth

Verification

Wheels are signed with Sigstore and ship with PEP 740 attestations — SLSA Build Level 3 provenance. Verify a downloaded wheel:

pip install pypi-attestations
pypi-attestations verify pypi --repository https://github.com/config-i1/smooth smooth-*.whl

Vcov, confint and summary in Python + SMA

Choose a tag to compare

@config-i1 config-i1 released this 27 May 10:06
3908828

Installation

pip install smooth

Or install from this release:

pip install <wheel-file-for-your-platform>

What's Changed

See the release notes below.

What's Changed

Full Changelog: v1.0.3-py...v1.0.4-py

Occurrence model and some fixes

Choose a tag to compare

@config-i1 config-i1 released this 10 May 23:18
1dff35d

Installation

pip install smooth

Or install from this release:

pip install <wheel-file-for-your-platform>

What's Changed

See the release notes below.

What's Changed

Full Changelog: v1.0.2-py...v1.0.3-py

Snakes with bugs

Choose a tag to compare

@config-i1 config-i1 released this 05 May 07:33

Installation

pip install smooth

Or install from this release:

pip install <wheel-file-for-your-platform>

What's Changed

See the release notes below.

What's Changed

Full Changelog: v1.0.1-py...v1.0.2-py

Pythonification continued

Choose a tag to compare

@config-i1 config-i1 released this 22 Apr 00:13
25cb3b5

Installation

pip install smooth

Or install from this release:

pip install <wheel-file-for-your-platform>

What's Changed

See the release notes below.

What's Changed

Full Changelog: v1.0.0-py...v1.0.1-py

The first release on PyPI

Choose a tag to compare

@config-i1 config-i1 released this 09 Apr 08:59

Installation

pip install smooth

Or install from this release:

pip install <wheel-file-for-your-platform>

What's Changed

See the release notes below.

What's Changed

Full Changelog: v4.4.0...v1.0.0-py

Snakes and ladders

Choose a tag to compare

@config-i1 config-i1 released this 05 Feb 15:11

Installation

Or install from this release:

pip install <wheel-file-for-your-platform>

What's Changed

The main thing is the Python implementation of ADAM and ES. These have only the basic functionality at the moment, but we are working on introducing more features.

New Contributors

Full Changelog: v4.0.1...v4.4.0