[GitHub] [commons-parent] garydgregory merged pull request #277: Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0

2023-06-06 Thread via GitHub


garydgregory merged PR #277:
URL: https://github.com/apache/commons-parent/pull/277


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-parent] garydgregory merged pull request #276: Bump versions-maven-plugin from 2.15.0 to 2.16.0

2023-06-06 Thread via GitHub


garydgregory merged PR #276:
URL: https://github.com/apache/commons-parent/pull/276


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [commons-compress] sebbASF commented on pull request #389: Change source encoding to UTF-8

2023-06-06 Thread via GitHub


sebbASF commented on PR #389:
URL: https://github.com/apache/commons-compress/pull/389#issuecomment-1578364570

   Unfortunately, when using fork=true, some informational messages are not 
shown, see:
   https://issues.apache.org/jira/browse/MCOMPILER-537


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (MATH-1656) Classical multivariate optimizers (gradient descent, Raphson-Newton, BFGS) are missing

2023-06-06 Thread Gilles Sadowski (Jira)


[ 
https://issues.apache.org/jira/browse/MATH-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729664#comment-17729664
 ] 

Gilles Sadowski commented on MATH-1656:
---

Sure.  Note however that 2 discussion threads had started on the "dev" ML:
* https://markmail.org/message/uvfwpbr2f4gjvr2t
* https://markmail.org/message/2yjnav4x54e5mh6h

But feedback stopped...


> Classical multivariate optimizers (gradient descent, Raphson-Newton, BFGS) 
> are missing
> --
>
> Key: MATH-1656
> URL: https://issues.apache.org/jira/browse/MATH-1656
> Project: Commons Math
>  Issue Type: Wish
>  Components: legacy
>Affects Versions: 4.0-beta1
>Reporter: François Laferrière
>Priority: Major
>  Labels: features
>
> Some classical multivariate such as
>  * gradient descent,
>  * Raphson-Newton,
>  * BFGS
> are missing.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [commons-compress] sebbASF commented on pull request #389: Change source encoding to UTF-8

2023-06-06 Thread via GitHub


sebbASF commented on PR #389:
URL: https://github.com/apache/commons-compress/pull/389#issuecomment-1578190656

   See https://issues.apache.org/jira/browse/MCOMPILER-491


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (MATH-1656) Classical multivariate optimizers (gradient descent, Raphson-Newton, BFGS) are missing

2023-06-06 Thread Kiriakos Marantidis (Jira)


[ 
https://issues.apache.org/jira/browse/MATH-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17729627#comment-17729627
 ] 

Kiriakos Marantidis commented on MATH-1656:
---

Hello [~flaferriere] , can I work in gradient descent implementation?

> Classical multivariate optimizers (gradient descent, Raphson-Newton, BFGS) 
> are missing
> --
>
> Key: MATH-1656
> URL: https://issues.apache.org/jira/browse/MATH-1656
> Project: Commons Math
>  Issue Type: Wish
>  Components: legacy
>Affects Versions: 4.0-beta1
>Reporter: François Laferrière
>Priority: Major
>  Labels: features
>
> Some classical multivariate such as
>  * gradient descent,
>  * Raphson-Newton,
>  * BFGS
> are missing.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[GitHub] [commons-imaging] StefanOltmann commented on pull request #275: [IMAGING-351] EXIF data corruption during copy

2023-06-06 Thread via GitHub


StefanOltmann commented on PR #275:
URL: https://github.com/apache/commons-imaging/pull/275#issuecomment-1577974627

   Here is my version of this test: 
https://github.com/RealAshampoo/kim/blob/44dbd2c5f0a182e4d401fd17d14ac0310da04440/src/jvmTest/kotlin/com/ashampoo/kim/format/jpeg/JpegRewriterTest.kt#LL156C1-L156C1
   
   Note how I need to skip some offset fields that change due to the reordering:
   ```
   if (expectedField.tagInfo == ExifTag.EXIF_TAG_EXIF_OFFSET ||
   expectedField.tagInfo == ExifTag.EXIF_TAG_GPSINFO ||
   expectedField.tagInfo == 
ExifTag.EXIF_TAG_INTEROP_OFFSET ||
   expectedField.tagInfo == 
TiffTag.TIFF_TAG_JPEG_INTERCHANGE_FORMAT
   )
   continue
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org