Skip to content

Releases: kc-ml2/meent

meent 0.8.7

22 Mar 06:39
c9e1a09
Compare
Choose a tag to compare
meent 0.8.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.6...v0.8.7

bugfix: update fourier order handling in calculate field;
decorator for fourier_order;

meent 0.8.6

21 Mar 16:40
b6d5396
Compare
Choose a tag to compare
meent 0.8.6 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.5...v0.8.6

bugfix: layer looping condition in PyTorch backend.
added field plot function for Reticolo interface.

meent 0.8.5

20 Mar 15:13
d8e7649
Compare
Choose a tag to compare
meent 0.8.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.4...v0.8.5

bugfix: Eigendecomposition backprop in JAX.

meent 0.8.4

20 Mar 04:25
63899fa
Compare
Choose a tag to compare
meent 0.8.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.3...v0.8.4

README update

meent 0.8.3

17 Mar 16:01
c614c3d
Compare
Choose a tag to compare
meent 0.8.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.2...v0.8.3

bugfix: remove deepcopy and use .clone() function in rcwa.py for PyTorch.
modified run_reticolo.m.
resolving TODOs.

meent 0.8.2

16 Mar 12:41
fcb4f88
Compare
Choose a tag to compare
meent 0.8.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.1...v0.8.2

async 2D Fourier order.

meent 0.8.1

13 Mar 12:18
8ff4b21
Compare
Choose a tag to compare
meent 0.8.1 Pre-release
Pre-release

What's Changed

  • bugfix:sign change in 2D field calculation. by @yonghakim in #30

Full Changelog: v0.8.0...v0.8.1

bugfix:sign change in 2D field calculation.

meent 0.8.0

12 Mar 17:55
bf865d1
Compare
Choose a tag to compare
meent 0.8.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.11...v0.8.0

Support Vector type Modeling with Automatic Differentiation (currently 2D only).

meent 0.7.11

07 Mar 03:45
e778081
Compare
Choose a tag to compare
meent 0.7.11 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.10...v0.7.11

Optimization.

meent 0.7.10

01 Mar 15:08
8e64117
Compare
Choose a tag to compare
meent 0.7.10 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.9...v0.7.10

bug fix in Transfer matrix method for 1D Conical and 2D.
updating optimization part (ongoing).