Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

major release 3.0.0 #155

Merged
merged 18 commits into from
Sep 24, 2021
Merged

major release 3.0.0 #155

merged 18 commits into from
Sep 24, 2021

Conversation

cicirello
Copy link
Owner

@cicirello cicirello commented Sep 23, 2021

Summary

This PR is for the next major release, v3.0.0. It includes the following:

  • Increased minimum support level to Java 11.
  • Moved the more general randomization and math utilities to a new library, ρμ.
  • That new library is now a dependency so users of JPT who are using a dependency manager that handles transitive dependencies, such as maven, gradle, etc will still have access to that functionality. Any users who have been manually downloading JPT's jar will need to be made aware of this new dependency.
  • JPT now uses Java modules, specifically providing a module org.cicirello.jpt.
  • Restructures directory hierarchy to use Maven's default, rather than the previous custom structure. This is a non-functional change and only affects those developing the library.
  • Moved org.cicirello.util package to a new library, which provides that package. New library is org.cicirello.core.
  • Additionally generates a jar-with-dependencies (stripped of module-info, as such a fat-jar would not be usable on the module-path).

Closing Issues

Closes #150
Closes #151
Closes #152
Closes #153
Closes #154
Closes #156
Closes #157

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvements to existing code, such as refactoring or optimizations (non-breaking)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@cicirello cicirello added this to In progress in Computational Intelligence Research via automation Sep 23, 2021
@cicirello cicirello added this to the Release 3.0.0 milestone Sep 23, 2021
@cicirello cicirello marked this pull request as draft September 23, 2021 17:07
@cicirello cicirello marked this pull request as ready for review September 24, 2021 20:51
@cicirello cicirello merged commit cf5087d into master Sep 24, 2021
Computational Intelligence Research automation moved this from In progress to Done Sep 24, 2021
@cicirello cicirello deleted the v3-dev branch September 24, 2021 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment