Hannes Wellmann

Results 437 comments of Hannes Wellmann

For me on Windows-10 using Java-11 GraalVM all four server scripts work fine.

Thanks for your remarks. > -1 from my side, because every link in the wiki and in the `symja_android_library/doc` folder must be reworked. I think we should first get a...

To update the links in the wiki one can simply checkout the wiki as git repo, simply search-and-replace all link roots and commit them: https://stackoverflow.com/questions/1170166/can-i-checkout-github-wikis-like-a-git-repository

I'm also interested in Symja being published on Maven-Central and therefore offer my help in this issue. But before going for the actual deployment I suggest to improve the following...

@axkr thanks for merging the PR. I've added a brief section to the developer wiki, on how to setup the IDE and how to import the Symja sources from git....

As @rjolly pointed out in the discord-chat and one can deduce from this Maven-FAQ (https://maven.apache.org/repository/guide-central-repository-upload.html#faq-and-common-mistakes) patched dependencies can be (re-)published by using your groupid. So for symja we don't have...

After I have read through the guide at https://central.sonatype.org/publish/ and created the following list of tasks from it in order to prepare the publication of Symja to Maven Central: -...

From now on snapshot builds of Symja are published to the OSSRH on each push to the master branch. The deployed artefacts have sources, javadoc and are gpg signed. One...

I just noticed that `tablesaw-jsplot` has a transitive dependency to tablesaw-core which is partially embedded into `matheclipse-io`. I assume only the part not depending on tablesaw-core was embedded into matheclipse-core....

> Because the `Solve` function at first tries a "symbolic approach", it rationalizes all Java double values to `IRational` instances. Only if the symbolic evaluation doesn't succeed a `FindRoot` function...