Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed May 4, 2021
2 parents b0cb106 + c0866ac commit acfd206
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Demasaicing (Bayer patter reconstruction) algorithms implemented, all support 8

Prebuild binaries are published with each [Release](https://github.com/ij-plugins/ijp-DeBayer2SX/releases).

1. Look for in the asset section for an "ijp-DeBayer2SX-v.*.zip" file,
1. Look for in the asset section for an "ijp-debayer2sx_v.*.zip" file,
2. download and unzip into ImageJ's `plugins` directory. It should create subdirectory "ij-plugins".
3. Restart ImageJ

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.net.URL

name := "ijp-debayer2sx"

val _version = "1.2.0.1-SNAPSHOT"
val _version = "1.3.0"
val _scalaVersions = Seq("2.13.5", "2.12.13")
val _scalaVersion = _scalaVersions.head

Expand Down
20 changes: 20 additions & 0 deletions notes/v.1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
ijp-DeBayer2SX v.1.3.0
======================

The main feature of this release is an improved performance of the DDFPD implementation. It is now twice as fast as
v.1.2.0.

* Better error code for Bayer images with odd sizes [#13]
* Support running on Java 8 [#14]
* Add info an installing plugin binaries [#15]
* Optimize DDFAPD performance [#16]

[#13]: https://github.com/ij-plugins/ijp-DeBayer2SX/issues/13

[#14]: https://github.com/ij-plugins/ijp-DeBayer2SX/issues/14

[#15]: https://github.com/ij-plugins/ijp-DeBayer2SX/issues/15

[#16]: https://github.com/ij-plugins/ijp-DeBayer2SX/issues/16


2 changes: 1 addition & 1 deletion project/sbt-sonatype.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
//
// [https://github.com/xerial/sbt-sonatype]
//
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

0 comments on commit acfd206

Please sign in to comment.