Skip to content

Releases: connorferster/forallpeople

v2.7.1

01 Dec 21:12
Compare
Choose a tag to compare

This release includes a bug fix for a bug caused by a sloppy path check for a selected environment file.

What's Changed

Full Changelog: v2.7.0...v.2.7.1

v2.7.0

12 Jul 19:30
Compare
Choose a tag to compare

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

Docs

New Contributors

Full Changelog: v2.6.8...v2.7.0

v.2.6.8

27 Jun 18:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.5...v2.6.8

v2.6.5

23 Dec 05:56
b07deca
Compare
Choose a tag to compare

FIXES:

  • Doc string on .to() is incorrect (#74)
  • Added tolerance check to factor look-up (#73, #63)
  • Error raised when using .to() with a unit name that was not available (#72)
  • .repr is now consistent with attribute names (#71)

Bug fixes

07 Jul 06:24
4b3055b
Compare
Choose a tag to compare
  • Symbols of a single dimension (e.g. mm or kg) were being improperly formatted with \\mathrm{} when using the Latex formatter L.

v2.6.0

03 Jul 02:43
980cf2c
Compare
Choose a tag to compare
  • Added format codes for "H" and "L" to render formatted strings in HTML and Latex format explicitly
  • Added mega-newton to "structural" environment (#49)
  • Updated tests and documentation to reflect the above

v2.5.0

19 May 05:59
Compare
Choose a tag to compare

Docs:

Bug fixes:

  • Loss of precision with the .factor attribute caused some defined units to not be recognized. This was most apparent with ksi (#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-in round() function

v2.4.1

03 Dec 23:19
Compare
Choose a tag to compare
Bumped version to 2.4.1

v2.0.6 Updates

01 May 05:57
Compare
Choose a tag to compare

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.