Geouned

Latest version: v1.5.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.5.1

This patch addresses the mistake of release 1.5.0 that was done with a squash while also adding the latest commits by psauvan fixing a bug that didn't allow the use of larger than default tolerances in some cases.

What's Changed
* adding version 1.3.0 to docs by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/274
* Adding the mention of libmamba solver to installation instructions by akolsek in https://github.com/GEOUNED-org/GEOUNED/pull/280
* New 1.4 by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/281
* Torus envelope fix (partially) by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/286
* Update of the documentation layout by akolsek in https://github.com/GEOUNED-org/GEOUNED/pull/285
* Miror torus by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/295
* Dev by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/296


**Full Changelog**: https://github.com/GEOUNED-org/GEOUNED/compare/1.5.0...1.5.1

1.5.0

What's Changed
Fix bug related to toroidal and spherical surfaces, improvements in the documentation.

**My apologies to the contributors, the merge to main was done with a squash against our guidelines. Thanks to the contributors psauvan , jpcatalanUNED , akolsek , shimwell and any other that I may be missing.**


**Full Changelog**: https://github.com/GEOUNED-org/GEOUNED/compare/1.3.0...1.5.0

1.4.0

What's Changed
* improved documentation on release procedure, merge type for dev to main by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/243
* fixing auto update of default docs by removed trailing / in path by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/244
* moved git tags info from user install into developer install by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/245
* Bug compsolid by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/247
* change default compSolids behaviour by alexvalentine94 in https://github.com/GEOUNED-org/GEOUNED/pull/246
* fix bug in "from_json method" by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/248
* update void progress bar by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/249
* Coefficient px,py,pz planes by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/253
* fix sort enclosure bug by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/255
* fix bug with spherical shape enclosure by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/257
* Fixed instance checker in voidMat by tcmcclan-ornl in https://github.com/GEOUNED-org/GEOUNED/pull/264
* Update data_classes.py by tcmcclan-ornl in https://github.com/GEOUNED-org/GEOUNED/pull/265
* Revert "Update data_classes.py" by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/266
* Instance checker in void mat by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/267
* Update main branch by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/262

New Contributors
* tcmcclan-ornl made their first contribution in https://github.com/GEOUNED-org/GEOUNED/pull/264

**Full Changelog**: https://github.com/GEOUNED-org/GEOUNED/compare/1.2.0...1.4.0

1.3.0

What's Changed
* improved documentation on release procedure, merge type for dev to main by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/243
* fixing auto update of default docs by removed trailing / in path by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/244
* moved git tags info from user install into developer install by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/245
* Bug compsolid by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/247
* change default compSolids behaviour by alexvalentine94 in https://github.com/GEOUNED-org/GEOUNED/pull/246
* fix bug in "from_json method" by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/248
* update void progress bar by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/249
* Coefficient px,py,pz planes by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/253
* fix sort enclosure bug by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/255
* fix bug with spherical shape enclosure by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/257
* Fixed instance checker in voidMat by tcmcclan-ornl in https://github.com/GEOUNED-org/GEOUNED/pull/264
* Update data_classes.py by tcmcclan-ornl in https://github.com/GEOUNED-org/GEOUNED/pull/265
* Revert "Update data_classes.py" by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/266
* Instance checker in void mat by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/267
* Update main branch by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/262

New Contributors
* tcmcclan-ornl made their first contribution in https://github.com/GEOUNED-org/GEOUNED/pull/264

**Full Changelog**: https://github.com/GEOUNED-org/GEOUNED/compare/1.2.0...1.3.0

1.2.0

What's Changed
* added pypi version badge by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/176
* Removing unused functions by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/178
* more concise install with conda-forge by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/180
* Avoid doubled underscore in method names by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/181
* Moving decompose solids into CadToCsg class by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/183
* moving load_cad and export_solids from start to own method by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/186
* Moving get universe out of start method by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/188
* Remove need for os import by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/185
* corrected badge urls by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/190
* Adding docs for json api usage by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/192
* Adding UCARD to missing parts of documentation and example JSON file by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/194
* Adding version support to docs by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/198
* added missing " to docs example by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/200
* Adding more details to the developer documentation by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/202
* Changing cellRange to discrete numbers to allow more flexability when loading geometry by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/205
* Adding y to install by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/207
* Fix for 203, errors in simplify full by KBGrammer in https://github.com/GEOUNED-org/GEOUNED/pull/206
* Simplify error by KBGrammer in https://github.com/GEOUNED-org/GEOUNED/pull/211
* fixed versions url by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/217
* removed config ini code by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/218
* added part from alex comment by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/219
* Specify in the developer guide that openmc and pytest are needed to r… by alberto743 in https://github.com/GEOUNED-org/GEOUNED/pull/221
* Update reverse to JSON and rename to CsgToCad by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/229
* Removing old config ini file based scripts by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/226
* closes 213; additional guidance for install by alexvalentine94 in https://github.com/GEOUNED-org/GEOUNED/pull/235
* Dev by alexvalentine94 in https://github.com/GEOUNED-org/GEOUNED/pull/233
* Update docs badge with new action name by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/238
* Added version 1.2 to docs versions by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/236
* update main with latest dev by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/240

New Contributors
* KBGrammer made their first contribution in https://github.com/GEOUNED-org/GEOUNED/pull/206

**Full Changelog**: https://github.com/GEOUNED-org/GEOUNED/compare/1.1.0...1.2.0

1.1.0

What's Changed
* Add a github workflow that prevents PRs to main that is not coming from dev by AlvaroCubi in https://github.com/GEOUNED-org/GEOUNED/pull/92
* Fix to position of additional cylindrical surface used to limit torus extent by teade in https://github.com/GEOUNED-org/GEOUNED/pull/96
* camel case for all classes by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/95
* Snake case variables (PR 1 of several) by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/98
* Using "is" instead of "==" to compare boolean values by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/99
* Add comments to Geometry.py and booleanFunction.py files by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/101
* Specific imports instead of wild card by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/100
* solve issue 75 in getTransMatrix function by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/103
* Changes in users initialization by psauvan in https://github.com/GEOUNED-org/GEOUNED/pull/102
* Adding formatter to CI to keep code in PEP8 by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/104
* f strings instead of .format by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/106
* Snake case variables (PR 2 of several) by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/105
* Quicker tests for ci by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/109
* added draft template for consideration by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/97
* Removing unused code by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/107
* Testing writing inputs for more MC codes by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/108
* Snake case functions by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/115
* duplicate import openmc by alberto743 in https://github.com/GEOUNED-org/GEOUNED/pull/116
* Sphinx based docs with CI action to build and hosted on gh-pages by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/119
* Add issue templates by alexvalentine94 in https://github.com/GEOUNED-org/GEOUNED/pull/112
* Trigger docs build on push only by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/126
* added missing = sign by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/130
* added missing package to dependencies by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/135
* replaced print statements with log by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/133
* Fixing logger commands by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/137
* removal of Options as global variable by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/138
* removal of Tolerances as global variable by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/139
* Numerical format to normal class by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/141
* Improving docs install section by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/145
* Testing api usage with all attributes by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/147
* Adding getters setters type checking to Options, Tolerances, NumericFormat class by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/148
* Add settings class by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/149
* Adding export csg method by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/150
* Adding support for json config file by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/152
* Adding command line tool including documentation and testing by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/155
* removed duplication between readme and docs by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/156
* Moving code from __init__ file to core.py by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/157
* Fixing issue 154 by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/158
* added missing args bug by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/159
* added description of solid being decomposed by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/161
* Context managers for writing try 2 by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/160
* Creating folder if needed by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/162
* setting line length to 128 by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/163
* Lower case folder names and files by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/165
* openmc_py and openmc_xml lower case by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/166
* Added type checking on export csg by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/167
* Adding windows install instructions by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/169
* Merge dev into main by AlvaroCubi in https://github.com/GEOUNED-org/GEOUNED/pull/172
* added getters and setters for cadtocsg args by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/170
* use of pypi for simpler install by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/173
* Adding dynamic version by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/168
* added windows conda install by shimwell in https://github.com/GEOUNED-org/GEOUNED/pull/174
* Merge dev to main by AlvaroCubi in https://github.com/GEOUNED-org/GEOUNED/pull/175

New Contributors
* alberto743 made their first contribution in https://github.com/GEOUNED-org/GEOUNED/pull/116

**Full Changelog**: https://github.com/GEOUNED-org/GEOUNED/compare/1.0.1...v1.1.0

Page 1 of 2

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.