Skip to content

Releases: ardiloot/NonlinearTMM

v1.4.2

06 Mar 20:11
8fe6742

Choose a tag to compare

What's Changed

  • fix: pin eigency==3.4.0.7 to fix segfaults from ABI mismatch by @ardiloot in #44
  • Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #43
  • Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #42

Full Changelog: v1.4.1...v1.4.2

v1.4.1

20 Feb 21:49

Choose a tag to compare

What's Changed

  • Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot[bot] in #12
  • Bump pygments from 2.14.0 to 2.15.0 by @dependabot[bot] in #11
  • Bump numpy from 1.24.2 to 1.25.0 by @dependabot[bot] in #10
  • Bump pytest from 7.2.2 to 7.4.0 by @dependabot[bot] in #9
  • Bump requests from 2.28.2 to 2.31.0 by @dependabot[bot] in #8
  • Bump attrs from 22.2.0 to 23.1.0 by @dependabot[bot] in #6
  • Bump packaging from 23.0 to 23.1 by @dependabot[bot] in #5
  • Modernize packaging and CI by @ardiloot in #28
  • Modernize repo hygiene: fix bugs, consolidate git config, remove dead CI by @ardiloot in #29
  • Modernize C++ to C++17: enum class, unique_ptr, constexpr, dead code removal by @ardiloot in #30
  • Add pre-commit hooks with ruff, clang-format, and line-ending enforcement by @ardiloot in #31
  • Replace vendored eigen with git submodule at third_party/eigen by @ardiloot in #32
  • Flatten package structure and merge thin wrappers by @ardiloot in #33
  • Modernize Python code to 3.10+ idioms and add type hints by @ardiloot in #34
  • Integrate pyright type checking with pre-commit by @ardiloot in #35
  • Add macOS ARM64 support to CI by @ardiloot in #36
  • Replace pyright with Astral ty type checker by @ardiloot in #37
  • Add TestPyPI publishing for release candidates by @ardiloot in #38
  • Maintenance: CI/CD, packaging, docs, C++ cleanup, and docstring fixes by @ardiloot in #40
  • fix: downgrade upload/download-artifact from v7 to v6 by @ardiloot in #41

New Contributors

Full Changelog: v1.3.11...v1.4.1

v1.3.11

01 Apr 11:59

Choose a tag to compare

Full Changelog: v1.3.10...v1.3.11

Release 1.3.9

10 May 10:25

Choose a tag to compare

  • Added OS X testing to Travis CI
  • Disabled OpenMP for OS X (not supported by default)
  • Bugfixes

Release 1.3.10

10 May 10:39

Choose a tag to compare

  • Added conditional deploy for Travis CI as bdist_wheel is not supported on Linux

Release 1.3.8

09 May 19:03

Choose a tag to compare

release_1.3.8

Release 1.3.8

Release 1.3.7

09 May 18:52

Choose a tag to compare

release_1.3.7

Release 1.3.7

Release 1.3.6

09 May 18:34

Choose a tag to compare

release_1.3.6

Updated PyPI password

Release 1.3.5

09 May 18:21

Choose a tag to compare

release_1.3.5

Release 1.3.5

Release 1.3.4

09 May 17:53

Choose a tag to compare

  • Added AppVeyor and Travis CI
  • Tested with Linux and GCC
  • Updated readme