Lobsterpy

Latest version: v0.5.0

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

Scan your dependencies

Page 3 of 5

0.3.8

* Add Contributing guide to Readme by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/224
* address review comments > LOBSTER citation, similar packages by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/226
* add missing , by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/227
* Bump sphinx-book-theme from 1.1.0 to 1.1.2 by dependabot in https://github.com/JaGeo/LobsterPy/pull/230
* tutorial: replace os with pathlib.Path by berquist in https://github.com/JaGeo/LobsterPy/pull/231
* Review 2 suggestion by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/234
* Accommodate LobsterEnv breaking changes by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/232
* Configuration consolidation by berquist in https://github.com/JaGeo/LobsterPy/pull/235
* Add coverage report by JaGeo in https://github.com/JaGeo/LobsterPy/pull/238
* Update README.md by JaGeo in https://github.com/JaGeo/LobsterPy/pull/239
* Add precommit badge by JaGeo in https://github.com/JaGeo/LobsterPy/pull/240
* Analysis extend + adapt to latest changes in LobterEnv by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/233
* Add explanation to cli help by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/244
* File path handling in featurizer module by kaueltzen in https://github.com/JaGeo/LobsterPy/pull/242
* Add cutoff args to batch structure graphs featurizer by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/245
* [JOSS] Paper nitpicks by RMeli in https://github.com/JaGeo/LobsterPy/pull/247
* Update readme and paper.md by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/246

0.3.7

* Set python version stricter limit and accommodate recent pymatgen changes by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/222

0.3.6

* JOSS paper by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/203

0.3.5

* Fix header by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/189
* WIP[fix interactive plots] by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/190
* Update docs.yml by JaGeo in https://github.com/JaGeo/LobsterPy/pull/191
* Update docs.yml by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/192
* Update docs.yml by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/194
* Update conf.py by JaGeo in https://github.com/JaGeo/LobsterPy/pull/195
* Update tutorial.ipynb by JaGeo in https://github.com/JaGeo/LobsterPy/pull/196
* Update tutorial.ipynb by JaGeo in https://github.com/JaGeo/LobsterPy/pull/197
* Update tutorial.ipynb by JaGeo in https://github.com/JaGeo/LobsterPy/pull/198
* Update tutorial.ipynb by JaGeo in https://github.com/JaGeo/LobsterPy/pull/199
* Update conf.py by JaGeo in https://github.com/JaGeo/LobsterPy/pull/200
* Fix blank interactive plots by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/201
* Fix typos and grammatical errors by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/202
* Minor documentation fixes by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/206
* address doc review comments by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/208
* Bump mendeleev from 0.14.0 to 0.15.0 by dependabot in https://github.com/JaGeo/LobsterPy/pull/211
* Bump myst-nb from 0.17.2 to 1.0.0 by dependabot in https://github.com/JaGeo/LobsterPy/pull/204
* Bump ipython from 8.16.1 to 8.19.0 by dependabot in https://github.com/JaGeo/LobsterPy/pull/209
* Bump sphinx-book-theme from 1.0.1 to 1.1.0 by dependabot in https://github.com/JaGeo/LobsterPy/pull/210
* Fix doc by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/213
* Remove redundant ipython from doc dependencies by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/216
* Fix: text generation error when no bonds are detected at site in cation-anion analysis by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/217


**Full Changelog**: https://github.com/JaGeo/LobsterPy/compare/v0.3.4...v0.3.5

0.3.4

- fix changelog by JaGeo in https://github.com/JaGeo/LobsterPy/pull/188
- Update documentation by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/180

**Full Changelog**: https://github.com/JaGeo/LobsterPy/compare/v0.3.3...v0.3.4

0.3.3

- fixing which_bonds by JonasGrandel in https://github.com/JaGeo/LobsterPy/pull/168
- fix create inputs alias not working; update test for the same by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/171
- Automatic orbital wise analysis functionality in analyze module by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/132
- Replace unittests with pytests + update CI workflow and code doc-strings by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/177
- replace get_anion_types with anion_types by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/174
- rename keys of calc quality summary and snake_case by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/178
- Remove read the docs config by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/182
- Refactor cli.py for cleaner options on cli help by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/172
- overwrite add_cohp for interactive plotter > Now it works as expected by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/176
- Extend featurizer by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/179
- Update README.md by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/184
- Increase test coverage by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/185
- add POSCAR.lobster support in featurizer by naik-aakash in https://github.com/JaGeo/LobsterPy/pull/186

**Full Changelog**: https://github.com/JaGeo/LobsterPy/compare/v0.3.2...v0.3.3

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.