Skip to content

Releases: Data-Only-Greater/convergence

v0.6.7

20 Nov 10:49
Compare
Choose a tag to compare

v0.6.7 (2024-11-20)

🐛

  • 🐛 Fix get_resolution using coarse GCI (#16, 4e94653)

When using the coarse GCI to calculate the required resolution using get_resolution, $h_1$ was set to the fine grid resolution, rather than the coarse grid.

v0.6.6

18 Nov 12:41
Compare
Choose a tag to compare

v0.6.6 (2024-11-18)

🤖

  • 🤖 Stop explicitly naming Python versions in README (24e14e1)

v0.6.5

18 Nov 11:47
Compare
Choose a tag to compare

v0.6.5 (2024-11-18)

🤖

  • 🤖 Add tests for Python 3.12 and 3.13 (#15, 897383f)

Add tests for Python 3.12 and 3.13 and drop tests for Python 3.8.

Other

  • Update workflows for branch rename (6c72ac0)

v0.6.4

09 Apr 17:15
Compare
Choose a tag to compare

v0.6.4 (2024-04-09)

🥅

  • 🥅 print_function is not needed anymore (d35ed3f)

v0.6.3

09 Apr 17:05
Compare
Choose a tag to compare

v0.6.3 (2024-04-09)

🤖

  • 🤖 try and publish the correct version number (806e3c5)

v0.6.2

09 Apr 16:52
Compare
Choose a tag to compare

v0.6.2 (2024-04-09)

🤖

  • 🤖 do build outside of semantic release (ffb20d2)

  • 🤖 add python build package (ab904e5)

  • 🤖 add build command (9718542)

v0.6.1

09 Apr 16:09
Compare
Choose a tag to compare

v0.6.1 (2024-04-09)

🤖

  • 🤖 fix package uploads (d3f0043)

v0.6.0

09 Apr 15:51
Compare
Choose a tag to compare

v0.6.0 (2024-04-09)

📱

  • 📱 Add Python 3.11 support (#14)

  • Fix errors not converting to strings in warnings

  • Add support for 3.11

  • Drop mentions of 2.7 and 3.7 (d2e8c6b)

Other

  • Drop 2.7 and 3.7 (21706f5)

  • Try installing coverage with pip (e914825)

  • Fix coverage source config (9278fff)

  • Try to add toml support (6ae18c6)

  • Don't use editable mode (4d290dc)

  • Port all config to pyproject.toml (8957881)

  • Fix commit_parser option (eb03c23)

  • Use version_variables for semantic_release (42c8318)

  • Keep trying to get actions to work (c010ff2)

  • Use codecov token instead (9e89392)

  • Revert last commit (213364d)

  • Try downgrade to codecov-action v3 (1982e4e)

  • Set permissions on unit_tests.yml (d90ce49)

  • Try to fix codecov (01010c7)

  • Update semantic release to version 9 (a1ba470)

  • Update wait-on-check-action version (624393a)

  • Fix broken equations in README (91b5c3b)

v0.5.0

17 May 13:10
Compare
Choose a tag to compare
  • Add Python 3.10 support and remove Python 3.6 (#13) (55fd62e)

v0.4.2

14 Jan 15:43
Compare
Choose a tag to compare

💬

  • 💬 Render equations in grey to support dark BGs (#12) (72700f5)

Other

  • Need to checkout first to get commit info (d44fdc9)
  • Fix syntax error in release action (6b3acf9)
  • Put branch and commiter name guard on release action (b949b57)