Releases: connorferster/forallpeople
Releases · connorferster/forallpeople
v2.7.1
This release includes a bug fix for a bug caused by a sloppy path check for a selected environment file.
What's Changed
- chore: bump version by @connorferster in #106
- Update README.md by @connorferster in #107
- Perform a more specific and concise check on the environment file prior to loading by @connorferster in #114
Full Changelog: v2.7.0...v.2.7.1
v2.7.0
What's Changed
Big update: docs are now linked to on README.md (Thank you @SWARUP-Selvaraj) and it is now possible to specify default units in your enviroment files (see docs for more details).
Features
- Features/default units by @connorferster in #104
Docs
- Updated Readme and Pyproject with links to github pages documentation by @SWARUP-Selvaraj in #94
- Miscellaneous fixes to docs (broken links, etc.) by @connorferster in #105
New Contributors
- @SWARUP-Selvaraj made their first contribution in #94
Full Changelog: v2.6.8...v2.7.0
v.2.6.8
What's Changed
- Enforce floats by @connorferster in #77
- Update structural.json by @connorferster in #83
- Bump version by @connorferster in #84
- Update test_tuplevector.py by @connor-sp in #91
- modified physical-to to print different string by @phil-vivant in #96
- Fixes/power of zero to float by @connorferster in #100
- chore: added gha for test and publish by @connorferster in #101
New Contributors
- @connor-sp made their first contribution in #91
- @phil-vivant made their first contribution in #96
Full Changelog: v2.6.5...v2.6.8
v2.6.5
Bug fixes
- Symbols of a single dimension (e.g.
mm
orkg
) were being improperly formatted with\\mathrm{}
when using the Latex formatterL
.
v2.6.0
v2.5.0
Docs:
- There are now official docs!
- connorferster.github.io/forallpeople
Bug fixes:
- Loss of precision with the
.factor
attribute caused some defined units to not be recognized. This was most apparent withksi
(#41) but crept up in other situations too. - Added some additional units to
structural.json
(#44) - Thanks @thengineer
Misc changes:
- Created the directory "environments" within the root dir for storing environment
.json
files - Deprectation warning: The
.round()
method will be deprecated in favour of using the built-inround()
function
v2.4.1
Bumped version to 2.4.1
v2.0.6 Updates
This update adds additional units defined in 'structural.json' (pcf, kcf, N/m^3, lbft2, kft2, N*m^2), ensures that any NaN values that are multiplied or divided by a Physical will result in a Nan, instead of, say Nan ft
(useful for use within pandas), and adds a test of the Nan behaviour.