Releases: kc-ml2/meent
meent 0.9.6
What's Changed
- Dev/main by @yonghakim in #59
Full Changelog: v0.9.5...v0.9.6
Rewriting rectangle_rotate in modeling.py, TorchMeent.
meent 0.9.5
What's Changed
- Dev/main by @yonghakim in #58
Full Changelog: v0.9.4...v0.9.5
bugfix in vector modeling: handling value '0' for perturbation in vector drawing.
meent 0.9.4
What's Changed
- Dev/main by @yonghakim in #57
Full Changelog: v0.9.3...v0.9.4
Adding 'rotation' option for rectangle in vector modeling in PyTorch backend.
meent 0.9.3
Updating vector modeling in PyTorch backend.
Currently rectangle without rotation is available for backpropagation.
What's Changed
- adding examples/FourierTransform; by @yonghakim in #52
- Dev/examples by @yonghakim in #53
- correct author; by @yonghakim in #54
- Dev/main by @yonghakim in #55
- updating by @yonghakim in #56
Full Changelog: v0.9.2...v0.9.3
meent 0.9.2
What's Changed
- Dev/main by @yonghakim in #51
Full Changelog: v0.9.1...v0.9.2
bugfix in TorchMeent: fixed device setting in some functions especially in field_calculation.
meent 0.9.1
fixing small bug in calculate_field().
updating examples and tutorials.
What's Changed
- Dev/main by @yonghakim in #47
- cleaning; by @yonghakim in #48
- Dev/main by @yonghakim in #49
- Dev/tutorials by @yonghakim in #50
Full Changelog: v0.9.0...v0.9.1
meent 0.9.0
Important
Python>=3.10 is needed for JAX backend.
Notes
applied decorator. This enables effective attribute change(e.g. device change or dtype change) after class init().
fixed all bugs and unwanted behaviors.
automatically convert data types of input variables according to the backends.
What's Changed
- Dev by @yonghakim in #45
- Dev by @yonghakim in #46
Full Changelog: v0.8.11...v0.9.0
meent 0.8.11
What's Changed
- Dev by @yonghakim in #44
Full Changelog: v0.8.10...v0.8.11
update meent optimizers in JAX and Torch.
bugfix in Deflector loss in JAX.
adding tqdm in prerequisite.
meent 0.8.10
What's Changed
- Dev by @yonghakim in #43
Full Changelog: v0.8.9...v0.8.10
change X Y order of de_ri and de_ti in 2D grating result.
meent 0.8.9
What's Changed
- Dev by @yonghakim in #42
Full Changelog: v0.8.8...v0.8.9
bugfix: remove expm and use exp on diag.
added tutorial1 notebook.