Releases: equinor/neqsim
Releases · equinor/neqsim
NeqSim 2.5.2
What's Changed
- Minor-bug-fix by @EvenSol in #725
- Fix-bug-db-test by @EvenSol in #726
- refact: check for resource outside try-catch to avoid rethrow by @asmfstatoil in #727
- refact: remove deprecation of getPhaseType using name by @asmfstatoil in #728
- chore: remove non-existing folders from excluded list by @asmfstatoil in #729
- fix bug reation test by @EvenSol in #730
- refact: rename PID internal variables by @asmfstatoil in #731
- chore: generate source and javadoc jar when building by @asmfstatoil in #732
- work on difflib bug by @EvenSol in #734
- Update pom to versjon 2.5.2 by @EvenSol in #735
- fix: use correct iso standard for lng ship calculations by @jorgenengelsen in #738
- add CombustionEmissionsCalculator by @EvenSol in #737
- fix error in wax test by @EvenSol in #739
- refact: rewrote constructors for SystemThermo by @asmfstatoil in #741
- chore: update pom with version of maven-source-plugin by @asmfstatoil in #744
- Silence logger when throwing by @asmfstatoil in #743
- fix failed test difflib test by @EvenSol in #745
- refact: remove default constructors not to be used by @asmfstatoil in #746
- refact: reuse code from constructor in init++ by @asmfstatoil in #747
- refact: removed unnecessary code in run by @asmfstatoil in #742
New Contributors
- @jorgenengelsen made their first contribution in #738
Full Changelog: v2.5.1...v2.5.2
NeqSim 2.5.1
What's Changed
- bugfix: left phase/component in halfway updated state when removing moles by @asmfstatoil in #702
- refact: methods for adding moles to component and phase by @asmfstatoil in #703
- chore: set all todos as TODOS to make them appear in problems list by @asmfstatoil in #705
- refact: systemthermo.phaseArray as PhaseType enum, updated setPhaseType methods by @asmfstatoil in #704
- refact: robustify h2 db init and updates from csv by @asmfstatoil in #707
- chore: maven groupid shall be com.equinor.neqsim by @asmfstatoil in #709
- refact: fix ctors, add tests, docfix by @asmfstatoil in #710
- refact: getPhaseType -> getType, refact: phase.init methods by @asmfstatoil in #655
- chore: removed parameterfitting code which is moved to a different repo by @asmfstatoil in #713
- 715 implement check for need to recalculate unit operation by @EvenSol in #716
- refact: getPhase (use PhaseType enum) by @asmfstatoil in #719
- test: add Chemicalreactionfactory test by @asmfstatoil in #718
- refact: rm logfugacity as property by @asmfstatoil in #706
- Checkneedfor-recalc by @EvenSol in #717
- Testelectrolytes eos by @EvenSol in #720
- release 2.5.1 by @EvenSol in #721
- Split-test by @EvenSol in #722
- Bug-fix-stream by @EvenSol in #724
Full Changelog: v2.5.0...v2.5.1
NeqSim 2.5.0
What's Changed
- Rm redundant overrides by @asmfstatoil in #656
- chore: fix tests by @asmfstatoil in #657
- refact: logging of exceptions by @asmfstatoil in #659
- docfix: fixed javadoc warnings by @asmfstatoil in #660
- refact: database try-with by @asmfstatoil in #662
- Fix typos by @asmfstatoil in #663
- style and docfix by @asmfstatoil in #664
- Phase type enum by @asmfstatoil in #661
- chore: remove unused main methods by @asmfstatoil in #665
- refact: cleaned up doc and name of checkForSolids by @asmfstatoil in #666
- refact: compare input case insensitive by @asmfstatoil in #668
- style and docfix by @asmfstatoil in #669
- chore: move main methods to test methods. by @asmfstatoil in #670
- refact: clean up setBeta/getBeta functions and docfix by @asmfstatoil in #671
- feat: introduce StateOfMatter enum by @asmfstatoil in #672
- Bugfix: stateofmatter and physicalpropertyhandler by @asmfstatoil in #673
- bugfix and refact by @asmfstatoil in #674
- refact: propertyFlash method and tests by @asmfstatoil in #675
- test: fix test by @asmfstatoil in #676
- Test: add tests for Phaseaddcomponent by @asmfstatoil in #677
- Regression test property flash by @asmfstatoil in #373
- feat: added getUnit and copy methods to ProcessModule by @Sviatose in #678
- refact: remove duplicate name definition by @asmfstatoil in #680
- refact: create StreamMeasurementDeviceBaseClass by @asmfstatoil in #681
- start database H2 by @EvenSol in #683
- refact: Assure only corrects units are used by @asmfstatoil in #682
- Reorder systemthermo by @asmfstatoil in #687
- 684 addfluid is not adding pc if not existing by @EvenSol in #685
- dont do log of zeros by @EvenSol in #688
- AddfluidHighTemp by @EvenSol in #689
- Impovements and bug fixes for enum PhaseType by @EvenSol in #692
- Create newrelease by @EvenSol in #697
- refact: clean up phasetype code by @asmfstatoil in #694
- test: added phasetype cloning test by @asmfstatoil in #700
- create release 2.5.0 by @EvenSol in #699
Full Changelog: v2.4.7...v2.5.0
NeqSim 2.4.7
What's Changed
- update ejml + ojalgo by @EvenSol in #631
- added serialization using Xstream by @EvenSol in #546
- refact: reorder elements, style, formatting and docfix by @asmfstatoil in #634
- Style, needs to verify inherited comments in Component.java by @asmfstatoil in #635
- Fixed some missing method overrides and documentation by @asmfstatoil in #636
- refact: Replace getExessGibbsEnergy* with getExcessGibbsEnergy* by @asmfstatoil in #639
- bugfix: ThermodynamicOperations.flash missing call of TPFlash by @asmfstatoil in #640
- formatting by @asmfstatoil in #641
- refact: added missing serialversionuid by @asmfstatoil in #642
- Refact createcomponent, verify that component name is defined by @asmfstatoil in #645
- Bugfix solve function of Recycle by @asmfstatoil in #637
- refact: added checks to Phase.addComponent by @asmfstatoil in #638
- style changes and docfixes by @asmfstatoil in #647
- Refact systemthermo num phases by @asmfstatoil in #648
- 627 check cp calculation for air by @EvenSol in #649
- refact: made neqsimdatabase autocloseable and uses try-with by @asmfstatoil in #646
- checkstyle: formatting by @asmfstatoil in #653
- updated maven pom by @EvenSol in #651
Full Changelog: v2.4.6...v2.4.7
NeqSim 2.4.6
What's Changed
- feat: Add runAsThread method to ProcessModule & make ProcessModule serializable by @Sviatose in #625
- version 2.4.6 by @EvenSol in #626
Full Changelog: v2.4.5...v2.4.6
NeqSim 2.4.5
What's Changed
- fix: change logger.info to exception if no component is found in neqsim database by @Sviatose in #616
- feat: addedModuleSolutions by @Sviatose in #615
- improved setPressure method by @EvenSol in #619
- hydrogen viscosity update by @EvenSol in #620
- added possibility to update table by @EvenSol in #613
- add test by @EvenSol in #621
- Add dbtest2 by @EvenSol in #622
- Add dbtest3 by @EvenSol in #623
- feat:nmVOCFlowRateAdded by @Sviatose in #617
- Update component property doc by @EvenSol in #614
- version 2.4.5 by @EvenSol in #624
Full Changelog: v2.4.4...v2.4.5
NeqSim 2.4.4
What's Changed
- Update release_with_jars.yml by @asmfstatoil in #605
- docfix and style by @asmfstatoil in #607
- chore: fix name of test functions by @asmfstatoil in #608
- docfix and style by @asmfstatoil in #609
- 603 use parameters from csv files create database on start by @EvenSol in #604
- 610 add ammonia nh3 to the parameters database by @EvenSol in #611
- make version 2.4.4 by @EvenSol in #612
Full Changelog: v2.4.3...v2.4.4
NeqSim 2.4.3
What's Changed
- [Snyk] Upgrade org.jfree:jfreechart from 1.5.3 to 1.5.4 by @EvenSol in #596
- update ejml to version 0.42 by @EvenSol in #597
- [Snyk] Upgrade org.apache.logging.log4j:log4j-core from 2.19.0 to 2.20.0 by @snyk-bot in #600
- [Snyk] Upgrade org.apache.logging.log4j:log4j-api from 2.19.0 to 2.20.0 by @snyk-bot in #601
- Update pom.xml by @EvenSol in #602
Full Changelog: v2.4.2...v2.4.3
NeqSim 2.4.2
What's Changed
- Fixbugs splitter by @EvenSol in #580
- Fix splitter 2 by @EvenSol in #581
- chore: update workflow to publishj jars to neqsimpython by @asmfstatoil in #582
- chore: joined build tests workflows in verify_build by @asmfstatoil in #583
- chore: clean up workflows by @asmfstatoil in #585
- refact: fixes to remove problems when running javadoc:fix by @asmfstatoil in #586
- 587 add compressibility functions x and y by @EvenSol in #588
- update ejml to version 0.41.1 by @EvenSol in #591
- Replace static variables umrpr by @Sviatose in #592
- update to version 2.4.2 by @EvenSol in #593
Full Changelog: v2.4.1...v2.4.2
NeqSim 2.4.1
What's Changed
- chore: update plugin versions by @fannemel in #532
- javadoc fixes for jdk11 by @asmfstatoil in #534
- Checkstyle config by @asmfstatoil in #524
- refact: use useing pattern for disposable/close objects by @asmfstatoil in #533
- Add flash test by @EvenSol in #538
- Convert main function to test by @asmfstatoil in #539
- refact Tank by @asmfstatoil in #540
- Formatting by @asmfstatoil in #541
- added getPressure() setPressure() by @EvenSol in #543
- [Snyk] Upgrade org.apache.logging.log4j:log4j-core from 2.18.0 to 2.19.0 by @asmfstatoil in #545
- [Snyk] Upgrade org.apache.logging.log4j:log4j-api from 2.18.0 to 2.19.0 by @asmfstatoil in #544
- fix bug compressor by @EvenSol in #547
- Fix warnings by @asmfstatoil in #548
- fix compressor test by @EvenSol in #550
- Update pom.xml by @EvenSol in #552
- use central maven repo by @EvenSol in #549
- Add java8pom by @EvenSol in #554
- 556 set flow rate using unit ideal liquid sm3 as volume unit by @EvenSol in #557
- Formatting by @asmfstatoil in #558
- AddedSevereSlug by @Sviatose in #560
- chore: added javadoc by @asmfstatoil in #562
- Change method to public by @Sviatose in #564
- 566 set flow rate from a splitter by @EvenSol in #567
- Test fixes by @asmfstatoil in #569
- Create release_with_jars.yml by @asmfstatoil in #570
- Set splitter flow by @EvenSol in #568
- add virtual stream by @EvenSol in #572
- fix minor bug split stream by @EvenSol in #574
- Fixed release_with_jars.yml by @asmfstatoil in #575
- fix workflow by @asmfstatoil in #576
- Update release_with_jars.yml by @asmfstatoil in #577
- update version by @EvenSol in #578
- Bug fix split by @EvenSol in #579
New Contributors
Full Changelog: v2.4.0...v2.4.1