Skip to content

13.0.0

Compare
Choose a tag to compare
@DanySK DanySK released this 11 Feb 14:22
· 4311 commits to master since this release

13.0.0 (2022-02-11)

⚠ BREAKING CHANGES

  • base: rename UniformLayer to ConstantLayer (confusing overlap with uniform distribution)
  • make Environment.incarnation non-optional (fixes #929)

Bug Fixes

Style improvements

  • loading: fix inconsistent style in GeometricGradientRectangle (225b79e)
  • loading: remove unreachable code in JSR223Variable (c205bac)

Tests

  • add utility method with direct loading from resource (1bad7e7)

Dependency updates

  • deps: update dependency gradle to v7.4 (7944cff)
  • deps: update dependency node-fetch to 2.6.7 [security] (a8237f1)
  • deps: update dependency org.mongodb:mongodb-driver-sync to v4.4.2 (43eab08)
  • deps: update dependency org.slf4j:slf4j-api to v1.7.36 (f3fea32)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.5 (f2dad47)
  • deps: update node.js to 16.14 (fe50710)
  • deps: update plugin org.danilopianini.gradle-pre-commit-git-hooks to v1.0.4 (edc0445)
  • deps: update plugin publishoncentral to v0.7.13 (de950c3)
  • deps: update src/main/hugo/themes/hugo-theme-relearn commit hash to 29c2b29 (77a3710)
  • deps: update src/main/hugo/themes/hugo-theme-relearn commit hash to 96881c3 (08def2a)
  • deps: update src/main/hugo/themes/hugo-theme-relearn commit hash to f20760b (fff3efb)

General maintenance

  • readme: add the codebeat badge (cec77dd)
  • website: fix the website theme version to a stable one (2.9.6) (576b9f5)

Build and continuous integration

  • codebeat: tolerate higher arity on Java (9385432)
  • codebeat: tolerate higher Assignment-Branch-Condition complexity on Java (a6b7f83)
  • codebeat: tolerate more instance variables in Java (4702fa1)
  • ignore generated and deprecated code on codebeat (a166e77)
  • mathexp: disable the Java QA entirely (b0e1cff)
  • move plugin id extension to buildSrc (#1072) (9f72749)
  • renovate: trick renovate into updating Hugo (6c9e2b2)

Refactoring

  • base: rename UniformLayer to ConstantLayer (confusing overlap with uniform distribution) (90d9a57)
  • loading: internally expose means to search subtypes (b0a1f0b)
  • make Environment.incarnation non-optional (fixes #929) (042f385)