Skip to content

Releases: dfm/george

v0.4.4

12 Apr 10:35
@dfm dfm
9e2e953
Compare
Choose a tag to compare

A release with wheels built for Python 3.13.

v0.4.4rc1

12 Apr 10:27
@dfm dfm
9e2e953
Compare
Choose a tag to compare
v0.4.4rc1 Pre-release
Pre-release
Bump pypa/cibuildwheel from 2.23.1 to 2.23.2 (#194)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.23.1 to 2.23.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.23.1...v2.23.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.4.3

20 Jul 12:27
@dfm dfm
948ff5e
Compare
Choose a tag to compare

What's Changed

  • Fix sdist to include c++ files and check build with sdist. by @dfm in #177

Full Changelog: v0.4.2...v0.4.3

v0.4.3rc1

20 Jul 12:20
@dfm dfm
948ff5e
Compare
Choose a tag to compare
v0.4.3rc1 Pre-release
Pre-release
Fix sdist to include c++ files and check build with sdist. (#177)

v0.4.2

24 Jun 00:07
@dfm dfm
9c9d4c2
Compare
Choose a tag to compare

What's Changed

  • Update build dependencies by @dfm in #168

Full Changelog: v0.4.1...v0.4.2

v0.4.2rc1

23 Jun 20:15
@dfm dfm
9c9d4c2
Compare
Choose a tag to compare
v0.4.2rc1 Pre-release
Pre-release
Update build dependencies (#168)

* Update build dependencies

* Update pyproject.toml

* Update tests.yml

* Update pyproject.toml

george v0.4.1

28 Nov 17:56
@dfm dfm
b8a8432
Compare
Choose a tag to compare

What's Changed

  • Fix 142: Rename set_vector to set_parameter_vector. by @arkottke in #143
  • Add IEEE paper to docs instead of arXiv by @JBorrow in #148
  • Fixed borked bibtex on homepage of docs by @JBorrow in #149
  • Fixing Windows C++ data types for conda-forge Python 3.10 builds by @dfm in #155
  • add docstring to HODLRSolver solver by @syrte in #159
  • Updating build infrastructure by @dfm in #161
  • Update RTDs syntax by @dfm in #162
  • Use pydata theme for docs by @dfm in #163
  • Fix minor inconsistent notation in bayesopt tutorial by @mirca in #164

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.1rc2

28 Nov 17:39
@dfm dfm
18192e1
Compare
Choose a tag to compare
v0.4.1rc2 Pre-release
Pre-release
fix minor inconsistent notation in bayesopt tutorial (#164)

v0.4.1rc1

20 Nov 21:23
@dfm dfm
698b5fc
Compare
Choose a tag to compare
v0.4.1rc1 Pre-release
Pre-release
Updating build infrastructure (#161)

* Updating build infrastructure

* cibuildwheel tag name

* skip all 32bit builds

george v0.4.0

15 Feb 16:50
@dfm dfm
b7c0f4d
Compare
Choose a tag to compare

0.4.0 (2021-02-15)

  • Updated packaging and installation issues
  • Updated CI and Python version testing