All Versions
17
Latest Version
Avg Release Cycle
147 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.6.0 Changes
- โ Addition of Bicubic interpolation (Thanks to @kirisaki)
-
v1.5.5.0 Changes
March 01, 2020- Ability to encode animated gifs
-
v1.5.4.0 Changes
November 23, 2019- โ Addition of
disable-chart
flag - Bunch of semi-functional stuff from GSoC 2018
- โ Addition of
-
v1.5.3.0 Changes
- ๐ Fixed FFT performace issue
- โฌ๏ธ Reduced JuicyPixels module compile time and introduced conversion functions.
- Created
Filter
and implemented few filters:gaussianBlur
- Indroduced
Seq
format wrapper for sequence of images (eg. animated GIFs)
-
v1.5.2.0 Changes
February 05, 2017- ๐ Fixed FFT performace issue
- โฌ๏ธ Reduced JuicyPixels module compile time and introduced conversion functions.
- Created
Filter
and implemented few filters:gaussianBlur
- Indroduced
Seq
format wrapper for sequence of images (eg. animated GIFs)
-
v1.5.1.0 Changes
January 29, 2017- ๐ Significantly improved convolution performance.
- ๐ Improved exchanging representation between images, by removing
Exchangable
class, but keepingexchange
function usage unchaged, thus it should be backwards compatible up to a type signature. - Created general
fromVector
totoVector
functions - Brought back
fromRepaArrayS
andfromRepaArrayP
functions [#6]
-
v1.5.0.0 Changes
January 23, 2017- ๐จ Refactored
Gray
color space to beX
, in order to reflect it's generality ๐ Renamed few core functions:
mapPx
->liftPx
,zipWithPx
->liftPx2
,broadcastC
->promote
,singleton
->scalar
.
upsample
/downsample
functions are now a lot more general.
- ๐จ Refactored
-
v1.4.0.1 Changes
January 16, 2017- ๐ Fixed the ability to construct complex images by installing
Complex
intoElevator
- Made it possible to write complex images by concatenating real and imaginary part together.
- ๐ Fixed writing images in other representation than
VS
.
- ๐ Fixed the ability to construct complex images by installing
-
v1.4.0.0 Changes
January 16, 2017Major rewrite, with most of functionality is still backwards compatible, but with a some extra features.
- Storable Repa and Vector representations through generic implementations
ColorSpace
is more general allowing for non polymorphic Pixel typesElevator
works on base types rather than on pixels- Conversions from JuicyPixels and NetPbm is done through casting a Vector rather than through an explicit conversion.
Major API changes:
- Renaming
RS
andRP
Repa representations intoRSU
andRPU
. - Addition
VS
Storable Vector representationas well asRSS
andRPS
Storable Repa representations.
-
v1.3.0.0 Changes
- Significantly simplified interface:
- Removed
ManifestArray
,SequentialArray
andMutableArray
classes in favor ofMArray
.
- Removed
- ๐ Rewrite of Repa image representations. Removed
RD
representation. - Introduced function
canvasSize
.
- Significantly simplified interface: