Festim

Latest version: v1.2.1

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

Scan your dependencies

Page 1 of 6

1.2.1

Fix for backward compatibility related to the recent refactoring of `DerivedQuantities` `Exports` `Traps` and `Materials` 725

**Full Changelog**: https://github.com/festim-dev/FESTIM/compare/v1.2...v1.2.1

1.2

New features
* TXTExport features by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/676
* Radioactive decay by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/679
* Soret coefficient as a function of temperature by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/690
* RaiseError when DirichletBC is set with another BC by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/692
* `max_stepsize` attribute for `festim.Stepsize` by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/698
* Warn about derived quantities in non cartesian by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/688

Bug fixes
* Fix bug with calculations on small timescales by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/682
* Bug in `test_unused_thermal_cond` due to pytest update by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/691

Documentation
* Updating getting_started link in README.md by Allentro in https://github.com/festim-dev/FESTIM/pull/696
* Fix workshop link in documentation by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/678
* Improve docs by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/681
* Documentation: getting started to installation by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/687
* Small update of Docs by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/699

Refactoring
* F.Materials -> subclass of list by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/694
* F.Exports -> subclass of list by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/695
* `F.Traps` and `F.DerivedQuantities` -> subclasses of list by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/697

New Contributors
* Allentro made their first contribution in https://github.com/festim-dev/FESTIM/pull/696

**Full Changelog**: https://github.com/festim-dev/FESTIM/compare/v1.1.1...v1.2

1.1.1

What's Changed
* Fix bug is_steady_state with TemperatureFromXDMF by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/674


**Full Changelog**: https://github.com/festim-dev/FESTIM/compare/v1.1...v1.1.1

1.1

What's Changed
* Fix build documentation by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/630
* Updated Documentation by Rajdeep1311 in https://github.com/festim-dev/FESTIM/pull/631
* Export data with TXTExport into single file by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/628
* MeshFromVertices in parallel by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/634
* Code of Conduct by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/649
* Fix README links by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/648
* Update README.md by tadash10 in https://github.com/festim-dev/FESTIM/pull/651
* PointValue class by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/655
* InitialCondition for HeatTransferProblem by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/662
* Update Codecov upload step by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/667
* Update theory.rst by KulaginVladimir in https://github.com/festim-dev/FESTIM/pull/664
* Fix TOC in Theory by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/670
* Update metadata of documentation by RemDelaporteMathurin in https://github.com/festim-dev/FESTIM/pull/669

New Contributors
* Rajdeep1311 made their first contribution in https://github.com/festim-dev/FESTIM/pull/631
* KulaginVladimir made their first contribution in https://github.com/festim-dev/FESTIM/pull/628
* tadash10 made their first contribution in https://github.com/festim-dev/FESTIM/pull/651

**Full Changelog**: https://github.com/festim-dev/FESTIM/compare/v1.0...v1.1

1.0

After several years of development, it is finally time to release 1.0! 🚀

What's Changed

New features
* Simulation time milestones by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/568
* Export to txt at all times and in steady state by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/555
* Dissociation flux by jhdark in https://github.com/RemDelaporteMathurin/FESTIM/pull/557

Fixes
* Fix parrallel hanging behaviour by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/571
* Error raised when invalid field for BC by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/550
* Fix final time overshoot by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/556
* Trap density xdmf fix by jhdark in https://github.com/RemDelaporteMathurin/FESTIM/pull/564
* Patch derived quantities not exported at final timestep when stepsize is small by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/567
* Linear solver for post-process chemical potential by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/579
* Fix tiny timestep bug by gabriele-ferrero in https://github.com/RemDelaporteMathurin/FESTIM/pull/580
* Fix dissociation BC for festim by gabriele-ferrero in https://github.com/RemDelaporteMathurin/FESTIM/pull/581

Documentation
* Mamba for docs compilation by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/548
* Update README conda package installation by jhdark in https://github.com/RemDelaporteMathurin/FESTIM/pull/545
* Smaller README by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/549
* added ImplantationFlux to docs by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/560
* Better api reference documentation by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/552
* Examples in documentations by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/554
* Remove demos from repo by jhdark in https://github.com/RemDelaporteMathurin/FESTIM/pull/558
* Fixed suggest edit in documentation by gabriele-ferrero in https://github.com/RemDelaporteMathurin/FESTIM/pull/572
* Added Info on different version installation in the getting started file by gabriele-ferrero in https://github.com/RemDelaporteMathurin/FESTIM/pull/574


Misc
* Use literal rather than "is not" by jhdark in https://github.com/RemDelaporteMathurin/FESTIM/pull/553
* fixed badge for circle by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/575
* Deprecations by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/578
* GithubActions instead of CircleCI by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/590
* Added parametric test for Flux BC initialise by gabriele-ferrero in https://github.com/RemDelaporteMathurin/FESTIM/pull/588

New Contributors
* gabriele-ferrero made their first contribution in https://github.com/RemDelaporteMathurin/FESTIM/pull/572

**Full Changelog**: https://github.com/RemDelaporteMathurin/FESTIM/compare/v0.11.1...v1.0

0.11.1

What's Changed
* Formatting by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/543
* Fixing bug where stepsize is almost zero by RemDelaporteMathurin in https://github.com/RemDelaporteMathurin/FESTIM/pull/542


**Full Changelog**: https://github.com/RemDelaporteMathurin/FESTIM/compare/v0.11.0...v0.11.1

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.