Skip to content

Releases: fact-project/pyfact

Add Pixel Neighborhood functions

03 Jul 09:18
aff66c3
Compare
Choose a tag to compare
Merge pull request #111 from fact-project/neighbors

Add function to return pixel neighborhood matrix

Fix missing long_description

15 Jun 17:18
Compare
Choose a tag to compare
v0.20.1

Bump version

Fixes for pandas 0.23 and unit improvements

15 Jun 15:42
1a83239
Compare
Choose a tag to compare
Merge pull request #109 from fact-project/units

Use astropy units consistently, fix spectral_index madness

Fix simulation pointing keys for FACT-Tools 1.0

12 Mar 10:05
b3b0af1
Compare
Choose a tag to compare
Merge pull request #106 from fact-project/fact_tools_1.0

Also adapt simulation source pos keys

Update for FACT-Tools version 1.0

12 Mar 09:28
b372093
Compare
Choose a tag to compare
  • Rotated camera coordinate system by default
  • Adapted column names for FACT-Tools 1.0

Remove Source Dependent Functionallity

05 Mar 09:44
30a266f
Compare
Choose a tag to compare

This release removes some obsolete code/methods which was used to perform source-dependent analyses.

Datetime columns in h5py are automatically converted to timestamps

28 Feb 11:13
78da184
Compare
Choose a tag to compare
Merge pull request #102 from fact-project/parse_dates

Implement date parsing for h5py

Fix astropy deprecation warning

27 Feb 14:50
17c836a
Compare
Choose a tag to compare
Merge pull request #101 from fact-project/astropy_deprecation

Fix astropy deprecation warning

Fixes in io, breaking change

13 Feb 15:34
8cbc6b2
Compare
Choose a tag to compare
  • fix typo in kwarg of write_data, hp5yh5py

  • switch argument order in to_h5py to make it consistent with the other methods

mysql prefer ssl

24 Jan 09:56
e4b99de
Compare
Choose a tag to compare

Quick fix for fact.credentials.create_factdb_engine

Since the FACT MySQL server requires SSL encrypted connections, we need this fix.